@import url(http://fonts.googleapis.com/css?family=Ropa+Sans&subset=latin,latin-ext);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
body {
	font-family: 'Ropa Sans', sans-serif;
	/* Location of the image   */
	/*background-image:url(../assets/images/escalier66nb.jpg);*/
	/* Image is centered vertically and horizontally at all times */
  background-position: center center;
	/* Image doesn't repeat */
  background-repeat: no-repeat;
	/* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
	/* This is what makes the background image rescale based on its container's size */
 -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#464646;
}
/*--------------------------styles typo-----------------------------*/

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	font-weight: 700;
}

.souligne {
	text-decoration:underline;
}
.noir {
	color: #000;
}
.strong {
	font-weight: 700;
}
.blanc {
	color:#FFF
}

.bandeau{
	color:#268BCE;
}
.droite{
	text-align:right;
}
.italique {
	font-style: italic;
}
.fondnoir {
	background-color: rgba(0, 0, 0, 0.3);
}
.fondbleu {
	background-color:rgba(180, 197, 255, 0.4);
}
.fondtrans {
	background-color: rgba(0, 0, 0, 0.0);
}
.fondblanc {
	background-color: rgba(255, 255, 255, 0.3);
}
/*------------------------------------------------------------------*/

/*---------------bandeau------------------------------------*/

/*---------------bandeau------------------------------------*/

.large {
	max-width: 800px;
}
h1 {
	position:absolute;
	color:#000;
	/*text-transform: uppercase;*/
  font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin-left: 20px;
	margin-top:40px;
}


#clara{
	position:absolute;
	margin-left:20px;
	width: 300px;
	margin-top:100px;
	font-size: 18px;
	line-height: 24px;
}
 #nouveau{
	  z-index:1;
	position:absolute;
	margin-left:40px;
	width: auto;
	margin-top:20px;
	font-size: 18px;
	line-height: 24px;
}
.cadre {
	position:absolute;
	margin-top:200px;
	padding: 5px;/* border: solid 1px black;*/
}
#personnages, #lieux, #moi {
	display:block;
	vertical-align: top;
	max-width: 480px;
	margin: 5px auto;
	padding: 5px;
	text-align: left;
}
blockquote {
	display: block;
	max-width: 480px;
	margin: 10px auto;
	padding: 5px;
	background-color:rgba(18, 50, 54, 0.7);
	color: #efecec;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	
}
blockquote1 {
	display: block;
	max-width: 480px;
	margin: 10px auto;
	color:#fff;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 14px;
	margin-top: 16px;
	text-transform: uppercase;
}

blockquote cite {
	display: block;
	font: 18px/23px 'Ropa Sans', sans-serif;
	font-size: 14px;
	margin-top: 16px;
	color:  #efecec;
	text-transform: uppercase;
}
}
/* For mobile devices */
 @media screen and (min-width: 768px) and (orientation:portrait) {
 body {
/* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    /*background-image: url(../assets/images/fm5b.jpg);*/
  }
}
 @media screen and (min-width: 768px) and (orientation:landscape) {
 h1 {
 position:absolute;
 color:#000;
  /*text-transform: uppercase;*/
  font-size: 40px;
 line-height: 50px;
 font-weight: 400;
 margin-left: 75px;
 margin-top:75px;
}
 #clara{
	position:absolute;
	margin-left: 75px;
	width: 380px;
	top:10%;
	
}
 #nouveau{
	z-index:1;
	top: 1.5%;
	position:absolute;
	margin-left:200px;
	width: auto;
	margin-top:400px;
	font-size: 18px;
	line-height: 24px;
}

 .cadre {
 position:absolute;
 margin-top:20px;
 margin-left:40%;
 margin-right:25px;
 max-width: 80%;
 padding: 0px 0 0 50px;
/* border: solid 1px black;*/
}
 #personnages {
 display:block;
 top: 15%;
 vertical-align: top;
	/*border:1px solid black;*/
width: 100%;
 height:auto;
 margin-left: 5px;
 padding:0px;
}

 #lieux{
 display:block;
  top: 45%;
 vertical-align: top;
	/*border:1px solid black;*/
width: 100%;
 height:auto;
 margin-left: 5px;
 padding:0px;
}

#moi {
 display:block;
  top: 60%;
 vertical-align: top;
	/*border:1px solid black;*/
width: 100%;
 height:auto;
 margin-left: 5px;
 padding:0px;
}
}
@media screen and (min-width: 1025px) and (orientation:landscape) {

.cadre {
	position:absolute;
	margin-top:70px;
	margin-left:50%;
	max-width: 50%;
	padding: 5px;/* border: solid 1px black;*/
}

 #nouveau{
	z-index:1;
	top: 7%;
	position:absolute;
	margin-left:200px;
	width: auto;
	margin-top:400px;
	font-size: 18px;
	line-height: 24px;
}


}
