
/* http://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;
}
body {
  line-height: 1;
}
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;
}

body{
  background: url(images/papierdeux.jpg);
   /*   background-repeat: repeat;
   background-attachment: fixed;*/
   background-color: #ebe3d2;

 }
h1 {
  font-family:  'Vidaloka', serif;
  font-size: 13vw;
  text-align: center;
  padding-top: 40vw;
  color: #A52A2A;
}

h2 {
  font-family: 'Vidaloka', serif;
  font-size: 350%;
  text-align: center;
  margin:13px;
}

h3 {
  font-family: 'Vidaloka', serif;
  font-size: 250%;
  text-align: center;
  margin-bottom: 11px;
  margin-top: 12px;
}

h4 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 2vw;
}

h5 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 30vw;
}

img {
  opacity:1;
  filter: alpha;
  height: 100%;
  width: 100%;
}

.image-1 {
  width: 100%;
  width: 100%;
  position: center;
}

.images-wrapper {
 width: 200vw;
 width: 50vw;
 /*position: absolute;*/
 top: 700px;
 left: 200px;

}

p {
 font-family: 'Vidaloka', serif;
 font-size: 10px;
 height: auto;
 width: auto;
}

.a {
 font-family: 'Vidaloka', serif;
 font-size: 10px;
 text-transform:cursive;
 text-align: left;
}

.aa {
 margin: 0 4vw;
 text-align: left;
}

.b {
 font-family: 'Vidaloka', serif;
 font-size: 15px;
 display: block;
 color: black;
 margin-right: 0em;
 margin-left: 0em;
 margin-top: 2em;
 margin-bottom: 0.5em;
 border-width: 3px;
 border: 3px;
	/*border-style: double;
	border-color: black;*/
	border: 2px solid space-between;
	/*height: 20px;*/
}

.bb{
	padding: 4vw
	margin: 0 1vw;
	padding: 140px;
	padding: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.c {
  page-break-after: always;
  font-size: 12px;
  line-height: 15px;
  text-align:justify;
  margin-top: 1vw;
  padding: 4vw;
}

.container {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;

}

.flexbox {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px double;
	padding: 2vw 4vw;
}

.flexbox1 {
	display: flex;
	justify-content: space-around;
	border-bottom: 3px double;
}

.nom {
	text-align: justify;
}

.pagination {
 color: black;
 float: left;
 padding: 8px 16px;
 text-decoration: none;
}

.double {
  padding: 3vw;
  border-style: double;
  border-color: black;
  border-width: 5px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
}