body,html{
	background-color:#eee;
}
* {
	font-family: arial, sans-serif;
	font-size:18px;
	box-sizing: border-box;
}
.horizontal_input {
	display:flex;
	/*! border-bottom: 1px solid; */
	flex-direction: column;
	max-width: 300px;
	margin-bottom: 5px;
}
.intitule {
}
.input {
}
input,select,textarea {
  border: 1px solid #000;
  background-color: #c1dfa4;
  border-radius: 5px;
  padding: 3px;
  margin: 3px;
	width:300px;
  max-width: 100% !important;
}
input[type=checkbox] {
  min-width: auto;
  height: 22px;
  width: 22px;
  accent-color: #c1dfa4;
}
textarea {
	min-height:150px;
}
#formulaire_revente {
	background-color:#afeeee;
	max-width:320px;
	margin: 0 auto;
	padding: 15px;
}
.smalli{
	font-style:italic;
	color:#777;
}
.text_center{
	text-align:center;
}
span {
color : red;
font-style : normal;
}
.rouge{
	color:red;
}
.vert{
	color:green;
}
.gras{
	font-weight:bold;
}
.erreur {
  border: 1px solid red;
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin: 10px;
}
.input_file {
	display: none;
}
.label_file {
	display: block;
	padding: 5px 10px;
	margin: 10px 0;
	background-color: #c1dfa4;
	border-radius: 5px;
	cursor: pointer;
}
.label_file:hover {
	background-color: #8dd944;
}
.label_file_disable,.label_file_disable:hover {
	background-color: #ccc;
	cursor: not-allowed;
}