label {
	color: white;
}

/* Formulaire */
form {
	display: block;
	margin: 0 auto;
	background-color: #642d8788;
	border-radius: 20px;
	box-sizing: border-box;
	height: 510px;
	padding: 10px;
	width: 600px;
	text-align: center;
	margin-bottom: 90px;
	/* Créer a l'aide de https://html-css-js.com/css/generator/box-shadow/ */
	box-shadow: 5px 5px 15px 5px #ff8080, -9px 5px 15px 5px #ffe488,
		-7px -5px 15px 5px #8cff85, 12px -5px 15px 5px #80c7ff,
		12px 10px 15px 7px #e488ff, -10px 10px 15px 7px #ff616b,
		-10px -7px 27px 1px #8e5cff, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.input-container {
	height: 50px;
	position: relative;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}


.input {
	background-color: #a94caa;
	border-radius: 12px;
	border: 0;
	box-sizing: border-box;
	color: #9cecff;
	font-size: 18px;
	height: 100%;
	outline: 0;
	width: 100%;
	padding: 10px;
}

::placeholder {
	color: #9cecff;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
	opacity: 0.7;
}

.title {
	color: #9cecff;
	font-family: sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin-top: 2px;
}

.submit {
	cursor: pointer;
	font-size: 18px;
	box-sizing: border-box;
	height: 50px;
	margin-top: 0.25em;
	width: 50%;
	border-radius: 12px;
	border: 0;
	background-color: #c7305d;
	font-weight: 600;
	color: #9cecff;
}

.formulaire {
	margin: 0 auto;
	text-align: center;
}

.comm {
	resize: none;
	height: 60%;
}

label {
	color: #9cecff;
	font-family: sans-serif;
}

