html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
}
  

.body {
	background-color: black;
	margin: 0;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;

}
.back {
	background-color: #0046ff;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	
	z-index: 2;
}

/*MENU*/
.bare_laterale,
.bouton_lateral
.racourci_contenu
{
	background-color: #2cdf1b;
}


.bare_laterale
{
	display: block;
	position: fixed
	text-align: center;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	margin-top: 60px;
	z-index: 10;
	
}

.titre_site
{
	writing-mode: vertical-rl;
	z-index: 11;
}

.bouton_lateral
{
	display: inline-block;
	position: relative;
	margin: auto;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	
	z-index: 12;
	
	background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: 45%;
	background-size: 45%;
}

@keyframes over_anim {
	0% {}
	100% {background-color: #eb4a98;}
}
@-webkit-keyframes over_anim {
	0% {}
	100% {background-color: #eb4a98;}
}

.bouton_lateral:hover
{
	
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	
	animation: over_anim 0.5s forwards;
	animation-delay: 0s;
}


/*contenu*/
a,
p,
.page,
.bouton_lateral
{
	font-family: 'Abel', sans-serif;
	font-color: #e26c81;
	
}

.container_pair
{
	background-color: #fcf9fb;
	
	display: block;
	position: relative;
	left: 0%;
	right: 0%;
	z-index: 1;

	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;

	height: auto;
	padding-top: 80px;
	padding-bottom: 400px;
	
	text-align: center;
	
	scroll-snap-align: start;
	scroll-margin-top: -15px;
}


.header
{
	text-align: left;
	display: inline-block;
	position: relative;
	margin: auto;
	margin-top: 0px;
	width: 500px;
	max-width: 92%;
	
	background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


.titre_contenu
{
	font-size: 2.3em;
	text-align: right;
	
	background-color: inherit;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	
	border-radius: 3px;
	
	display: block;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	right: auto;
	top: 0px;
	
	z-index: 20;
}


/*wiki*/
.page 
{
	background-color: #e26c81;
	display: inline-block;
	position: relative;
	margin-top: 0;
	height: auto;
	margin: auto;
	max-width: 75%;
	width: 600px;
	
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 60px;
	padding-bottom: 50px;
	
	text-align: left;
	
	z-index: 5;
	/*
	border-radius: 5px;
	*/
	
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

.colonnes
{
	background-color: inherit;
	display: block;
	
	column-count: 2;
	column-fill: balance;
	
	-webkit-column-fill: balance;
	-webkit-column-count: 2;
}

.selecteurConteneur
{
	position: -webkit-sticky;
	position: sticky;
	display: block;
	height: 10px;
	width: 10px;
	top: 80px;
}

.selecteurVersion
{
	overflow-y: scroll;
	overflow-x: hidden;
	
	display: block;
	
	/*
	position: -webkit-sticky;
	position: sticky;
	*/
	/*
	position: absolute;
	*/
	position: relative;
	
	background-color: #e26c81;
	
	height: 220px;
	width: 100px;
	
	top: 0;
	left: -150px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	z-index: 4;
	
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	border-radius: 5px;
}

.racourci_contenu
{
	font-family: 'Squada One', sans-serif;
	font-size: 1em;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -50px;
	margin-top: -50px;
	
	display: block;
	
	position: sticky;
	left: 0;
	width: 20px;
	height: 20px;
	margin-right: auto;
	top: 0px;
	bottom: 0px;
	
	background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: 55%;
	background-size: 55%;
	
	border-radius: 0px;
	background-color: rgba(100,200,100,1);
	
	z-index: 20;
}
@keyframes over_anim {
	0% {}
	100% {background-color: #eb4a98; box-shadow: 0px 0px 6px rgba(0,0,0,0.2);}
}
@-webkit-keyframes over_anim {
	0% {}
	100% {background-color: #eb4a98; box-shadow: 0px 0px 6px rgba(0,0,0,0.2);}
}
.racourci_contenu:hover
{
	animation: over_anim 0.5s forwards;
	animation-delay: 0s;
}

.racourci_next
{
	display: inline-block;
	position: relative;
	margin: auto;
	height: 30px;
	width: 30px;
	
	background-color: rgba(255,255,255,0.1);
	
	background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	
	border-radius: 6px;
	
	z-index: 19;
}
.racourci_next:hover
{
	animation: over_anim 0.5s forwards;
	animation-delay: 0s;
}

.images_sur_page
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 250px;
	left: -50px;
	top: -60px;
	padding-right: 100px;
	
	background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	
	text-align: right;
	vertical-align: bottom;
}

.legendeimage
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 7px;
	
	color: white;
	background-color: black;
	max-width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	
	border-radius: 5px;
	
	font-size: 0.8em;
}


/*mise en page*/
.separateur
{
	width: 100%;
	height: 1px;
	background-color: black;
	clear: both;
	z-index: 7;
}

.blank
{
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: red;
}

.tab
{
	margin-left: 3em;
}

iframe
{
	border: none;
	background-color: transparent;
	width: 100%;
	height: 100%;
}

select {
	width: 100%; 
	border-style: hidden; 
	background-color: #F2F2F2;
	border-radius: 3px;
}

h1
{
	font-family: 'Squada One', sans-serif;
	font-size: 5em;
}

h2
{
	font-size: 2.37em;
	font-family: 'Squada One', sans-serif;
	/*font-family: 'Playfair Display', sans-serif;*/
}

h3
{
	font-size: 1em;
	font-family: 'Playfair Display', sans-serif;
	/*font-family: 'Abel', sans-serif;*/
}

a:link
{
	color: #000000;
}
a:visited
{
	color: #2f2f2f;
}
a:hover
{
	color: #2cdf1b;
}


/*
.container,
.container_closed {
	display: block;
	position: absolute;
	left: 0%;
	right: 0%;
	height: auto;
	z-index: 9;
}

.container {
	top: 15%;
}

.container_closed {
	top: -100%;
	animation: closing_anim 0.5s forwards;
	animation-delay: 0s;
}
@keyframes closing_anim {
	0% {top: 15%;}
	100% {top: -100%;}
}
@-webkit-keyframes closing_anim {
	0% {top: 15%;}
	100% {top: -100%;}
}

.container_questionnaire {
	font-family: 'Raleway', sans-serif;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #6E6E6E;
	background-color: white;
	height: 100%;
	width: 15%;
	min-width: 250px;
	padding: 3%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	
	animation: container_anim 0.5s forwards;
	animation-delay: 0s;
	
	z-index: 10;
}

@keyframes container_anim {
	0% {height: 0%;}
	100% {height: 100%;}
}
@-webkit-keyframes container_anim {
	0% {height: 0%;}
	100% {height: 100%;}
}



.consigne {

}

.bouton {
	text-align: center;
	text-top: auto;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	background-color: #ffdd7c;
	border-radius: 4px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 512px;
	max-height: 40px;
	margin: auto;
	
}
.bouton:hover {
	box-shadow: 0px 0px 6px #6E6E6E;
}

.barre_du_bas {
	font-family: 'Oswald', sans-serif;
	display: block;
	position: absolute;
	top: 0%;
	bottom: 97%;
	left: 0%;
	right: 0%;
	margin: auto;
	background-color: black;
	color: white;
	padding-left:10%;
	z-index: 11;
}

.container_page {
	background-color: #F2F2F2;
	display: block;
	position: absolute;
	top: 3%;
	//bottom: 0%;
	left: 0%;
	right: 0%;
	z-index: 5;
	overflow: scroll;
}

.container_page_left,
.container_page_right {
	height: auto;
	display: block;
}
.container_page_left {
	float: left;
	width: 50%;
}
.container_page_right {
	float: right;
	width: 50%;
}

.page,
.page_blured {
	font-family: 'Raleway', sans-serif;
	
	float: center;
	display: block;
	box-shadow: 0px 0px 10px #6E6E6E;
	width: 50em;
	height: auto;
	margin: 5%;
	margin-left: auto;
	margin-right: auto;
	z-index: 6;
	padding: 7em;
}
.page_blured{
	filter: blur(6px);
	background-color: #e6e6e6;
}
.page {
	background-color: white;
	filter: blur(0px);
	animation: blur_anim 0.5s forwards;
}
@keyframes blur_anim {
	0% {filter: blur(6px);background-color: #e6e6e6;}
	100% {filter: blur(0px);background-color: white;}
}
@-webkit-keyframes blur_anim {
	0% {filter: blur(6px);background-color: #e6e6e6;}
	100% {filter: blur(0px);background-color: white;}
}
.colonnes{
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	text-align: justify;
}

.separateur{
	width: 100%;
	height: 1px;
	background-color: grey;
	clear: both;
	z-index: 7;
}

.recouvrement,
.recouvrement_off {
	display: block;
	position: absolute;
	background-color: black;
	opacity: 0.1;
	top: 0;
	left: 0;
	right: 0;
	
	z-index: 8;
}
.recouvrement{
	bottom: 0;
}
.recouvrement_off{
	bottom: 100%;
}


h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 2em;
}

h2 {
	font-size: 1em;
}

p {
	font-size: 13px;
}

img {
	width: 100%;
	height: 0px;
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	object-fit: cover;
}

.image_esa {
	
	width: 128%;
	height: 300px;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
    background-position: center bottom;
	background-size: contain;
	margin: -14.0%
}
*/