.center{margin: auto;}
.vide{display: none;}
.square{display: flex;}
.rectangle{
	display: inline-flex;
	vertical-align: top;
}
.circle{
	border-radius: 50%;
}
.grand{height: 100%; overflow-y: auto;}
.large{width: 100%;}
.plein{
	width: 100%;
	height: 100%;
}
.cover{background-size:cover;}
.super{
	height: 100%;
	width: 100%;
	display: flex;
	background-color: rgba(30,30,30,0.5);
}
.alignement{
	display: inline-block;
	vertical-align: top;
}
.input{
	width: 60%;
    min-width: 200px;
	font-size: 1.4em;
	margin-top: 2%;
	border: none;
	background: none;
	border-bottom: 1px solid black;
	color: black;
}
.link{
	color: inherit;
	text-decoration: none;
}.link:hover{
	text-decoration: underline;
}
.button{
	height: 50px;
	width: 300px;
	font-size: 20px;
}
button, input[type="submit"]{
    width: 200px;
    background: #1E1E1E;
    color: white;
    border: none;
}
button:hover, input[type="submit"]:hover{
    background: #33F7B7;
    cursor: pointer;
}
button.selected, input[type="submit"].selected{
	text-decoration: none;
    background: #33F7B7;
}
.reverse:hover{
	background: #272727;
}

.buttonA{
	height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 100px;
}
.buttonB{
	height: 100%;
}
.buttonC{
	height: 30px;
}

.selected{
	text-decoration: underline;
}

.space{
	margin-top: 20px;
	margin-bottom: 10px;
}
.gris{
    color: grey;
    font-size: 0.7em;
}
.vert{
	color: #33F7B7;
}
.gold{
	color: #ffd700;
}
.noBorder{
	border: none;
}
.noBackground{
	background: none;
}

.profilePicture{
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
	cursor: pointer;
}

.wait{
	height: 50px;
}

@media (max-width: 800px){
	 .invisible{
		 display: none;
	 }
}
