
@font-face
{
	font-family: 'Chalkboard';
	src: url('/chalkboard-se-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body
{
	text-align: center;
	font-family: sans-serif;
}

h1
{
	font-family: Chalkboard;
	font-size: 300%;
}

h2
{
	font-family: Chalkboard;
}

#description
{
	font-size: 130%;
}

#info
{
	font-size: 130%;
}

#lien-titre
{
	color: black;
	text-decoration: none;
}

#lien-titre:hover
{
	color: grey;
}

ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.lien-chapitre:hover>.lien-image,
.lien-chapitre:focus>.lien-image
{
  transform: scale(1.2);
}

.lien-chapitre:hover>.lien-image>a,
.lien-chapitre:focus>.lien-image>a
{
  visibility: visible;
  z-index: 5;
}

.lien_navigation
{
	border: 1px solid black;
	padding: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
}

.lien_navigation:hover
{
	border: 1px solid grey;
	color: grey;
}

#precedent
{
	margin-left: 13em;
	float: left;
}

#suivant
{
	margin-right: 13em;
	float: right;
}

#pied
{
	clear: both;
	margin-top: 4em;
	font-family: Gothic, sans-serif;
}

#dessin-fin>img
{
	width: 100%;
	object-fit: fill;
}

#info
{
	min-width: 34%;
}

#telechargement>img
{
	width: 5em;
}

hr
{
	width: 20%;
	height: 1px;
	background-color: grey;
	border: none;
}

#une-introduction
{
	background-image: url("/00-VIGNETTES/une_introduction_small.jpg");
}
#la-relation
{
	background-image: url("/00-VIGNETTES/la_relation_small.jpg");
}
#la-colere
{
	background-image: url("/00-VIGNETTES/la_colere_small.jpg");
}
#le-pardon
{
	background-image: url("/00-VIGNETTES/le_pardon_small.jpg");
}
#le-mensonge
{
	background-image: url("/00-VIGNETTES/le_mensonge_small.jpg");
}
#la-honte
{
	background-image: url("/00-VIGNETTES/la_honte_small.jpg");
}
#l-apres
{
	background-image: url("/00-VIGNETTES/l_apres_small.jpg");
}
#lacher-prise
{
	background-image: url("/00-VIGNETTES/lacher_prise_small.jpg");
}
#la-confiance
{
	background-image: url("/00-VIGNETTES/la_confiance_small.jpg");
}

@media screen
{

#pages>img
{
	margin: 0;
	width: 800px;
	object-fit: fill;
}

.lien-chapitre
{
	--link-dim: 400px;
	width: var(--link-dim);
	height: var(--link-dim);
	position: relative;
  overflow: hidden;

	margin: 0;
	object-fit: fill;
	display: inline-block;
	border: 1px solid black;
}

.lien-image
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
  background-size: cover;
  transition: all .5s;
  line-height: 400px;
  padding: 0;
}

.lien-image>a
{
	font-family: Chalkboard;
	color: black;
	font-weight: bold;
	font-size: xx-large;
	text-decoration: none;
	visibility: hidden;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}

.lien-chapitre:hover>.lien-image,
.lien-chapitre:focus>.lien-image
{
  transform: scale(1.2);
}

.lien-chapitre:hover>.lien-image>a,
.lien-chapitre:focus>.lien-image>a
{
  visibility: visible;
  z-index: 5;
}

#dessin-fin
{
	max-width: 66vw;
	min-width: 800px;
	margin-right: 2em;
	margin-bottom: 2em;
	float: left;
}

}

@media only screen and (hover: none) and (pointer: coarse)
{

#pages>img
{
	margin: 0;
	width: 400px;
	object-fit: fill;
}

.lien-chapitre
{
	--link-dim: 200px;
	width: var(--link-dim);
	height: var(--link-dim);
	position: relative;
  overflow: hidden;

	margin: 0;
	object-fit: fill;
	display: inline-block;
	border: 1px solid black;
}

.lien-image
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
  background-size: cover;
  transition: all .5s;
  line-height: 200px;
  padding: 0;
}

.lien-image>a
{
	font-family: Chalkboard;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 3px 3px black;
	font-size: large;
	visibility: visible;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
  background-color: rgba(94, 94, 94, 0.8);
}

#dessin-fin
{
	max-width: 66vw;
	min-width: 400px;
	float: left;
}

#precedent
{
	margin-left: 0;
	float: left;
}

#suivant
{
	margin-right: 0;
	float: right;
}

}
