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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, sup, em,
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: 1rem;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 100%;
	height: 100vh;
	min-height: 100vh;
	min-width: 600px;
}
body {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1.1rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
i, em {
	font-style: italic !important; 
}
small {
	font-size: 0.9rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET DONE */

body {
	color: #000;
	margin: 0 auto;
	font: 1.20rem 'Libre Baskerville', 'Lusitana', serif;
	font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures contextual;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	background-color: #fff;
}

sup {
    vertical-align: super;
    font-size: 0.6rem;
	line-height: 0;
}

em {
	font-style: italic;
}


/* Home page */

#homeCap {
	height: 100px;
	width: 1px;
	background-color: #013ADF;
	margin: 0 auto;
}

#homeTitle {
	font: 2.3em 'Dosis', sans-serif;
	text-align: center;
	margin: 0% auto;
}

#homeTitle h1 {
	font: 3.2em 'Libre Baskerville', 'Lusitana', serif;
	color: #013ADF;
	letter-spacing: -5px;
	line-height: normal;
	margin-top: -0.1em;
	margin-bottom: 0.1em;
	-webkit-animation:	moveUp 4s ease-in-out 0s normal both 1, fadeIn 3s linear 0s normal both 1; 
	-moz-animation:		moveUp 4s ease-in-out 0s normal both 1, fadeIn 3s linear 0s normal both 1; 
	-o-animation:		moveUp 4s ease-in-out 0s normal both 1, fadeIn 3s linear 0s normal both 1; 
	-ms-animation:		moveUp 4s ease-in-out 0s normal both 1, fadeIn 3s linear 0s normal both 1;
	animation:		moveUp 4s ease-in-out 0s normal both 1, fadeIn 3s linear 0s normal both 1;
}

#homeStamp {
	font: 1.18em 'Dosis', sans-serif;
	text-align: center;
	width: 40%;
	min-width: 450px;
	margin: 20px auto 100px auto;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;	
	/* animation: 0.5s linear 0.5s normal both 1 fadeIn; */
}

#homeIntro {
	width: 100%;
	clear: both;
}

#homeIntro a {	
	text-decoration: none;
	color: #000;
}

#homeIntroRight, #homeIntroLeft {
	width: 50%;
	height: 100%;
}

#homeIntroLeft {
	float: left;
}

#homeIntroRight {
	float: right;
}

.homeIntroText {
	font-size: 1.1rem;
	line-height: 1.5rem;
	padding: 0px 15% 100px 15%;
	clear: both;
}

.homeIntroText h1 {
	margin: 40px 0;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.homeIntroText h1:hover {
	text-decoration: underline;
}

.homeIntroImg {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	/*
	background-color: silver;
	*/
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	/*
	-webkit-animation:	fadeIn 1.5s ease-out 0s normal both 1; 
	-moz-animation:		fadeIn 1.5s ease-out 0s normal both 1; 
	-o-animation:		fadeIn 1.5s ease-out 0s normal both 1; 
	-ms-animation:		fadeIn 1.5s ease-out 0s normal both 1;
	animation:		fadeIn 1.5s ease-out 0s normal both 1;
	*/
}

.homeIntroImgLeft {
	-webkit-animation:	rollLeft 1.5s ease 0s normal both 1; 
	-moz-animation:		rollLeft 1.5s ease 0s normal both 1; 
	-o-animation:		rollLeft 1.5s ease 0s normal both 1; 
	-ms-animation:		rollLeft 1.5s ease 0s normal both 1;
	animation:			rollLeft 1.5s ease 0s normal both 1;
}

.homeIntroImgRight {
	-webkit-animation:	rollRight 2s ease-out 0s normal both 1; 
	-moz-animation:		rollRight 2s ease-out 0s normal both 1; 
	-o-animation:		rollRight 2s ease-out 0s normal both 1; 
	-ms-animation:		rollRight 2s ease-out 0s normal both 1;
	animation:			rollRight 2s ease-out 0s normal both 1;
}

.homeIntroText q {
}

.homeIntroText q:before {
	content: '“';
	color: silver;
	font-size: 10rem;
	position: absolute;
	margin-top: 3.5rem;
	margin-left: -5rem;
}

.homeIntroText div.alignRight {
	text-align: right;
}

.homeIntroText div.alignRight a {
	color: #000;
	font-family: 'Dosis', sans-serif;
	text-decoration: none;
}

@-webkit-keyframes rollRight{
	0% {-webkit-transform: translateX(-300px) rotate(-360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes rollRight{
	0% {-moz-transform: translateX(-300px) rotate(-360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes rollRight{
	0% {-o-transform: translateX(-300px) rotate(-360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes rollRight{
	0% {-ms-transform: translateX(-300px) rotate(-360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes rollRight{
	0% {transform: translateX(-300px) rotate(-360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes rollLeft{
	0% {-webkit-transform: translateX(300px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes rollLeft{
	0% {-moz-transform: translateX(300px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes rollLeft{
	0% {-o-transform: translateX(300px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes rollLeft{
	0% {-ms-transform: translateX(300px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes rollLeft{
	0% {transform: translateX(300px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(100px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(100px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(100px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(100px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(100px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

/* eBook */

.container {
	width: 960px;
}

.content {
	font-size: 1.05rem;
	width: 680px;
	float: right;
}

div.toTheTop {
	float: right;
}

div.toTheTop a {
	font-size: 0.7rem;
	font-family: 'Dosis', sans-serif;
	color: #6e6e6e;
	text-decoration: none;
	background-color:  transparent;
	display: none;
}


.progress {
	width: 260px;
	display: block;
	position: relative;
	float: left;
	will-change: margin-top;
}

.container {
	height: 100%;
	margin: 10px auto 10px auto;
	padding: 0 30px 0 30px;
	background-color: #fff;
}

h1 {
	margin: 60px 0 100px 0;
	font-size: 3.5rem;
	line-height: 4rem;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;	
}

h1 sub {
	border-top: 1px solid #ccc;
	font-size: 2rem;
	padding-top: 5px;
	font-style: italic;
}

h2 {
	font-size: 2.5rem;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 40px;
	font-family: 'Dosis', sans-serif;
}

h3 {
	font-size: .8rem;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}

p {
	line-height: 2rem;
	text-align: left;
}

img.figure {
	display: block;
	margin: 10px auto 0px auto;
	min-height: 200px;
	border-radius: 6px;
}

div.figcaption {
	display: block;
	margin: 10px auto 20px auto;
	max-width: 60%;
	text-align: center;
	font-size: .95rem;
	font-family: 'Dosis', sans-serif;
}

.content {
	margin: 0;
}

.content .chapter {	
	margin: 0 0 5rem;
}

.content .chapter:after {	
	content: '\FE4B';
	display: block;
	text-align: center;
	margin-top: -10px;
}

.content p {
	text-align: justify;
	padding: 0 0 20px;
	Text-Indent: 30px;
}

.content p:before {
}

.content a {
  color: #000;
  text-decoration: none;
  background-color: rgb(255, 255, 115); /* alternative solide */
  background-color: rgba(255, 255, 0, 0.4);
}

/* Progress Bar */

.progress {
	text-align: left;
}

.progress .wrapper {
	width: inherit;
}


.progress a {
	text-decoration: none;
	color: #000;  
	margin: 0;
}

.progress .bar {
	height: 1.5em;
}
.progress .bar a, .progress .barNavig {
	display: block;
	font-size: 1.3rem;
	font-family: 'Dosis', sans-serif;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*
	height: 26px;
	*/
	width: calc(100% - 5px);
	z-index: 1;
}
.progress .bar.currentSection a {
	color: #013ADF;
	text-decoration: underline;
}

.progress .barNavig, .progress .barNavig a {
	color: #6e6e6e;
	font-size: 1rem;
}

.progress .bar div {
	width: 2px;
	height: 0px;
	z-index: 0;
	background-color: #013ADF;
	float: right;
	z-index: 2;
}

#carto {
	border-radius: 6px;
}

.clearfix {
    clear: both;
}

.footer {
	font-size: 1rem;
	text-align: center;
	line-height: 30px;
	background-color: #013ADF;
	border-top: 1px solid #fff;
	padding: 20px 0 20px 0;
	clear: both;
}

.footer a {
	text-decoration: none;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	white-space: nowrap;
}

.footer .footerElement {
	margin: 2px 20px;
	white-space: nowrap;
}

@media screen and (max-width: 993px), print {

	body {
		font-size: 110%;
	}

	#homeIntroLeft, #homeIntroRight {
		float: none;
		width: 100%;
	}

	.container {
		min-width: calc(100% - 30px);
		margin: 10px 0;
	}

	.content {
		width: 100%;
		float: none;
	}

	div.toTheTop a {
		display: block;
		font-size: 1.5rem;
	}


	.progress {
		width: 100%;
		margin-bottom: 40px;
		padding-top: 0px !important;
		float: none;
	}

	.progress .wrapper {
		counter-reset: chapterNum;
	}

	.progress .bar {
		display: inline-block;
		width: 48%;
		padding-right: 10px;
		height: 3em;
	}

	.progress .bar a {
		font-size: 1.6rem !important;
	}

	.progress .bar a:before {
		content: counter(chapterNum, decimal) '.\00a0';
		counter-increment: chapterNum;
	}

	.progress .bar .barProgress, .progress .barNavig {
		display: none !important;
	}
	
	.progress .bar.currentSection a {
		color: inherit !important;
	}
}

@media screen and (max-width: 769px) {

	body {
		font-size: 120%;
	}

	.progress .bar {
		width: 96%;
	}

}

@media screen and (orientation: portrait) {

}

@media print {

	body {
		width: auto !important;
		margin: auto !important;
		font-size: 9pt;
	}

	#homeTitle {
		margin: 0 auto 0 auto !important;
	}

	
	.homeIntroText {
		clear: both;
		font-size: 12pt;
		padding: 0 15% 0 15%;
	}

	.container h1 {
		page-break-after: always;
		break-after: always;
	}

	.container .wrapper {
		display: none;
	}

	.container, .container .content {
		width: auto !important;
		margin: 0!important;
	}

	.container h2 {
		font-size: 20pt;
		page-break-after: avoid;
		break-after: avoid;
		orphan: 2;
	}
	
	.container img.figure {
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.container div.figcaption {
		font-size: 8pt;
		page-break-before: avoid;
		break-before: avoid;
	}

	.container p {
		line-height: 10.5pt;
		page-break-inside: auto;
		break-inside: auto;
		orphans: 2;
		widows: 2;
	}

	.container a {
	  color: #000;
	  text-decoration: none;
	  background-color: transparent !important;
	}

	.container  div.toTheTop {
		display: none;
	}

	.figure {
	}

	.footer {
		display: none;
	}
}