﻿
form {
	text-align: left;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 5px #999 ;
	/* haut | droit | bas | gauche */
	margin: 3px;
	border-radius: 10px; 
	background: #F5F5F4;
}

textarea, input {
	background: white;
	border: 1px solid #ddd;
	height: auto;
	transition: all .2s;
	background: white;
}
 
textarea:focus, input:focus {
	box-shadow: 5px 5px 30px grey;
}

input[type="file"] {
  padding: 5px;
  margin: 0;
}

inputText {
	font-size: 18px;
	color: grey;
 }
.libText {
	width: 15rem;
}

.checkbox {
	border-color: grey;
	transform: scale(1.5);
	margin-right: 1rem;
 }
