/* Mise en page générale */
@font-face {
	font-family: 'Typew';
	src: url('steelfishRg.ttf');
}

body {
     margin: 0px;
	padding: 0px;
	font-size: 15px;
	/*letter-spacing: 1px;*/
	font-family: 'Helvetica Neue';
	overflow: hidden;
}

.text {
	padding-left : 10%;
	width : 80%;
	text-align: justify;
	margin-bottom: 50px;
	border: none;
}

/* Table */
td {
	text-align: center;
}

a {
	font-weight : 2;
	letter-spacing: 1px;
	color : black;
	text-align: center;
	cursor: pointer;
}

/* Partie de page*/
#pieddepage {
	position: fixed;
	z-index: 100;
	width:100%;
	//top: 50px;
	bottom: 0px;
	//height : 20px;
	min-height : 30px;
	padding-top: 20px;
	vertical-align: middle;;
	//margin: 5%;
	text-align: center;
	font-size: 12px;
	//background : linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
	background : linear-gradient(to top, rgba(85, 86, 86, 1), rgba(85, 86, 86, 0.9), rgba(85, 86, 86, 0));
}

#container {
	position: absolute;
	/*
	margin-right: 10%;
	margin-left: 10%;
	*/
	width: 100%;
	height: 100%;
	overflow: auto;
	background: white;
}

/* Elements graphiques */
.pastille {
	position: relative;
	border-radius: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90px;
	height: 90px;
	//left: calc( 50% - 60px );
	background: rgb(87, 86, 86);
	border: 2px solid rgb(149, 196, 86);
	cursor: pointer;
	font-family: 'Typew';
	font-size: 20px;
	letter-spacing: 1px;
	color: white;
	text-align: center;
	padding : 15px;
	box-shadow: 1px 1px 1px grey;
	overflow: hidden;
	z-index: 20;
}


.pastilleLogo {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 155px;
	left:  100px;
	top: 10px;
	cursor: pointer;
	color: white;
	text-align: center;
	z-index: 20;
}

.dessinMenu {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;

}

.panneau {
	box-shadow: 3px 3px 3px grey;
	background: rgb(149, 196, 86);
	cursor: pointer;
	font-family: 'Typew';
	font-size: 20px;
	letter-spacing: 1px;
	color: white;
	text-align: center;
	padding : 10px;
	z-index: 10;
	border: 1px dashed rgb(87, 86, 86);
}

.panneauStat {
	box-shadow: 3px 3px 3px grey;
	background: rgb(149, 196, 86);
	cursor: pointer;
	font-family: 'Typew';
	font-size: 20px;
	letter-spacing: 1px;
	color: white;
	text-align: center;
	padding : 10px;
	border: 1px dashed rgb(87, 86, 86);
	position: absolute;
	top: 5%;
	right: 5%;
	transform : rotate(10deg);
	z-index : 100;
}

.popUp {
	/*position: fixed;
	//padding-left: 10%;
	//padding-right: 10%;*/
	position: relative;
	z-index : 10;
	width: 100%;
	height: 100%;
	margin : 0px;
	background: rgba(255, 255, 255, 1);
	color: rgba(87, 86, 86, 1);
	display: none;
}

/* Sous Class de panneau */
.enImage {
	display:none;
}

.aVenir {
	display:none;
}

/* Sous class de pastille*/

.equipe {
	position: absolute;
	left:  250px;
	top: 5px;
	/*top: 40px;
	transform: rotate(-6deg);*/
}

.debut {
	position: absolute;
	left: 380px;
	top: -0px;
	/*top: 20px;
	transform: rotate(-6deg);*/
}

.show {
	position: absolute;
	left: 100px;
	top: 5px;
	/*top: 60px;
	transform: rotate(-6deg);*/
}
.video {
	position: absolute;
	/*
	left: calc(50% - 60px);
	bottom: 10px;*/
	left: 510px;
	top : -6px;
	/*top: 520px;
	transform: rotate(-6deg);*/
}

.image {
	position: absolute;

	left: 20%;
	bottom: 10px;
	/*top: 520px;
	transform: rotate(-6deg);*/
}



.avenir {
	position: absolute;

	right: 20%;
	bottom: 10px;
	/*top: 500px;
	transform: rotate(-6deg);*/
}

.textPastille{
     line-height:2.5em;
}

/* Slider */
#navSlide {
	position: absolute;
 	bottom: 10px;
	padding-top: 1%;
	padding-bottom: 1%;
	width: 150px;
	margin-left: calc(50% - 75px);
	display : flex;
	border-radius : 10px;
	justify-content: center;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}
.slideButton {

	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#c1 {
	position: absolute;
	border: 2px dashed rgb(87, 86, 86);
	width: calc(100% + 40px);
	height: calc(100% - 200px);
	left: -2px;
	top: 100px;
	/*overflow: scroll;*/
	/*transform: rotate(-6deg);*/
}

canvas {
	position: absolute;
	top: 0px;
	z-index: -10;
}

.logo {
	width : 10vw;
	height : 10vw;
	margin : 4px;
	object-fit: contain;
}
