body {
    overflow:hidden;
    background-color: black;
    font-family: "Raleway";
    font-size:0.8em;
    letter-spacing: 0.1em;
    text-align: justify;
    line-height: 1.5em;
    color: white;
    font-weight: 400;
}


h1, h2, h3, h4, h5 {
	text-align: center;
	font-weight: 400;
}

h1 {
    
   

}

h2 {
	font-size: 1.4em
}

h3 {
	font-size: 1.1em
}

h4 {
	
    letter-spacing: 0.08em;
    font-size: 1.5em;
	margin: 0;
}

h5 {
    letter-spacing: 0.08em;
    font-size: 1.2em;
	margin-top: 0.5em;
}

a {
    color:white;
    font-weight: 700;
}

b {
    font-weight: 700;
}

p {
	line-height: 1.6em;
}

#apropos {
	background-color: #F1ECE6;
	color: #1E1E1F;
	overflow: auto;
}

#apropos a {
	color: #1E1E1F;
}

.floatR {
	    float: right;
    margin-left: 15px;
}

.sommaire {
	width:600px;
	margin-left:auto;
	margin-right: auto;
	margin-top:25px;
	max-width: 1200px;
	text-align: left;
}

.separateur {
    background-image: url("images/separateur.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 100%;
    display: block;
    margin-bottom: 1em;
}

.centrer {
    position:absolute;
    margin:auto;
    left:-100%;right:-100%;
    top:-100%;bottom:-100%;
}

.conteneur_image {
	text-align: center;
	width:100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.image {
	display: inline-block;
   
    margin-left: auto;
    margin-right: auto;
}

.selected {
	background-color: #a1ea6b;
	outline:none;
}

.social {
	position: relative;
	top:4px;
}

.social a {
	border:none;
}

.p_social {
	position: relative;
	top:90px;
}

.p_social a {
	border:none;
	display: inline-block;
	margin-right: 20px;

}

.social_img {
	display: inline-block;
	margin-left:10px;
}

.preloader {
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    text-align: center;
    display: none;
}

.content {
	width:80%;
	margin-left:auto;
	margin-right: auto;
	max-width: 1200px;
	font-size: 1.05em;
}

.player {
	margin-top:50px;
	margin-bottom:50px;
	width:100%;
	text-align: center;
}

#texte_preload {
    width: 600px;
    color:white;
    margin: auto;
    text-align: justify;
}

#intro {
    width:100%;
}

#loading {
    /*height: 35vh;*/
    line-height: 20vh;
    font-size: 1.1em;
}

#conclusion {
    display: none;
    position: absolute;
    left: 5%;
    top: 10%;
    width: 50%;
}

#avertissement {
    display: none;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    margin-top: 7vh;
    margin-bottom: 7vh;
    font-size: 1.1em;
    line-height: 1.6em;
    color: #ff7237;

}

.img_centrer {
	 margin-left: auto;
    margin-right: auto;
	display: block;
    max-width: 100%;
}

.img_line {
	 margin-left: 10px;
    margin-right: 10px;
	display: inline-block;
}


.legende {
	font-size: 0.9em;
	    text-align: left;
}

#message1 {
    display: none;
    color: #ffbb60;
    margin-top: 40px;
}

#message2 {
    display: none;
    margin-top: 40px;
    color: #ffa835;
    font-size: 1.1em;
}

#pictos, #titre_loaded {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
}

#commencer {
    display: inline-block;
}

#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 0.9em;
    text-align: center;
    color: #d2d2d2;
}

.demo {
	    border-style: dashed;
    border-width: 1px;
    border-color: #484848;
	 margin-left: auto;
    margin-right: auto;
	display: block;
	padding:10px;
	min-height: 20px;
	background-color: #dad2c8;
}

#footer a {
    font-weight: 400;
    color: #d2d2d2;
}

.logos {
    text-align: center;
    color: #d2d2d2;
    font-size: 0.9em;
}

#apropos .logos {
    color: #1E1E1F;
}

.logo {
    display: inline-block;
    margin-left: 10px;
    margin-right:10px;
}

.titre {
	margin-left:auto;
	margin-right:auto;
}