:root {
	--scroll: 0;
	--perspective:300;
	--rotation:50;
}
form{
	display: inline;
}
canvas{
	position:absolute;
	top:0px;
	left:0px;
	z-index: -100;
}
.animations{
	width:40%;
}
.animation{
	user-select: none;
}
.selection{
	width:40%;
}
.container{
	position:absolute;
	width:100%;
	max-height:50%;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.classCreator{
	position:absolute;
	width:100%;
	height:35%;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
}
.column{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: visible;
}
.inputClasses{
	height:8%;
	width:20%;
	text-align: center;
}
.inscription{
	width: 40%;
	height: 100%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}
.inscriptionName{
	width:30%;
	height:5%;
}
.w-100{
	width:100%;
}
.fixed{
	position:fixed;
}
.child{
	flex-shrink: 1;
}
.details{
	padding:5%;
	width: 33%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#description{
	margin-bottom: 5%;
	width:100%;
	text-align: center;
}
.warp{
	width:10%;
	z-index: 100;
	border: none;
	background:none;
	font-size: 32px;
	font-weight: 550;
	color:rgb(255, 202, 104);
	transform: perspective(300px) rotateX(35deg);
	-webkit-transform: perspective(300px) rotateX(35deg);
	-moz-transform: perspective(300px) rotateX(35deg);
	-ms-transform: perspective(300px) rotateX(35deg);
	-o-transform: perspective(300px) rotateX(35deg);
}
.Titre{
	font-size: 52px;
	font-weight: 850;
	color:rgb(255, 202, 104);
	text-align:center;
}
.soustitre{
	text-align:center;
	font-size: 32px;
	font-weight: 600;
	color:rgb(255, 202, 104);
}
.content{
	width:30%;
}
.center{
	top:30%;
	width:100vw;
	height:100vh;
	display:flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	transform:perspective(500px)rotateX(30deg)translateY(var(--scroll));
	-webkit-transform:perspective(500px)rotateX(30deg)translateY(var(--scroll));
	-moz-transform:perspective(500px)rotateX(30deg)translateY(var(--scroll));
	-ms-transform:perspective(500px)rotateX(30deg)translateY(var(--scroll));
	-o-transform:perspective(500px)rotateX(30deg)translateY(var(--scroll));
	z-index: 0;
}
.align{
	top:30%;
	position: fixed;
	width:100vw;
	height:100vh;
	display:flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
}
.boutons{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.formulaires{
	display:inline-block;
}
.materiel{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 120px;
	overflow-y: auto;
}
.objectifs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: visible;
	justify-content: space-between;
	height: 80px;
	overflow-y: visible;
}
.source{
	text-align: end;
	width: min-content;
	padding:15px;
	margin-right: 10px;
	height: min-content;
	border-color:darkgray;
	border-width: medium;
	border-style: solid;
}
.list{
	width:80%;
}
.listCompetences{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#display{
	position: fixed;
	min-height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body{
	height:10000px;
	overflow-x: hidden;
}
div,body,a{
	color:rgb(255, 202, 104);
	text-decoration: none;
}
button{
	border:none;
	background:none;
}
.rotation{
	transform-origin: 50% 50%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.satisfactionQuestion{
	display: inline-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	width:16%;
	min-height: 230px;
	margin-bottom: 50px;
}
.satisfactionRadio{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	width:100%;
	margin-top: 20px;
}
.satisfactionText{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
	width:100%;
	margin-bottom: 30px;
}
.satisfactionContainer{
	position:absolute;
	width:100%;
	height:30%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
textarea{
	resize: none;
}
.envoyer{
	margin-top: 50px;
}
.satisfactionTexte{
	width: 250px;
	height: 75px;
}
.maxNumber{
	position: relative;
	top: -5%;
	left: 10%;
}
.minNumber{
	position: relative;
	top: 6%;
	left: 10%;
}
td{
	max-width: 400px;
	border-left-style: none;
	border-right-style: none;
	border-color: darkgray;
}
.modifyCompetence{
	width: 75%;
	height: 50px;
}
.descriptionCompetence{
	height: 100px;
}
th{
	border-style: none;
	border-bottom-style: solid;
	border-color: darkgray;
}
table{
	border-style: none;
}
.titre{
	color:darkgray;
}
.participants{
	text-decoration: solid;
	border-style: solid;
	border-color: darkgray;
	border-width: 2px;
}
.selection{
	text-decoration: solid;
	border-style: solid;
	border-color: darkgray;
	border-width: 2px;
}
.animations{
	text-decoration: solid;
	border-style: solid;
	border-color: darkgray;
	border-width: 2px;
}
.description{
	text-decoration: solid;
	border-style: solid;
	border-color: darkgray;
	border-width: 2px;
}
.home{
	font-size: 2em;
	position: fixed;
	top: 2%;
	left: 95%;
	color: lavender;
	z-index: 20;
}
.navigation{
	text-decoration: solid;
	color: lavender;
	border-style: solid;
	border-color: lavender;
	border-width: 2px;
	padding: 5px;
}
.inputObjectif{
	width:30%;
}
.inputObjectifName{
	width:100%;
}
.animationColumn{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: visible;
	max-width: 25%;
	height: 100%;
}
.annuler{
	text-align: center;
}