#sortable li {
	cursor:move;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 34px;
	overflow: hidden;
	list-style: none;
	float: left;
	width: calc(15% - 20px);
}
#sortable img{margin-right:10px; max-height: 93px; min-height: 93px;}
#sortable select{margin:10px; width:150px;}

#sortable2 li {cursor:move; width:200px; float:left; height:150px; border:1px solid #CCC; background-color:#F9F9F9; text-align:center; margin-right:5px;}

.apercu1{text-align:center; color:#555;}
.apercu1:hover{color: rgb(167, 167, 167);}
.apercu1 .badge {font-size: 20px; margin-top: 8px; font-weight: normal; padding: 12px 14px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}

.heroPerso{padding:20px 30px; color:#777;}
.caption i{vertical-align:0px;}

#mosaiquephoto ul {   
  overflow: hidden;
  margin: 0 0px;
  padding: 0;
  list-style: none;
}
#tonDiv{
display:none;
}
#tonDiv2{
display:none;
}

#btnhidemodels{
	background-color: #f8ad19;
	border-radius: 2px;
	font-family: "ubuntu",serif;
	font-size: 20px;
	color: #fff;
	box-shadow: 2px 2px 0px #e09526;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: auto;
	padding: 10px;
	cursor: pointer;
}
#btnhidemodels2{
	background-color: #74ab4a;
	border-radius: 2px;
	font-family: "ubuntu",serif;
	font-size: 20px;
	color: #fff;
	box-shadow: 2px 2px 0px #3c5b25;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: auto;
	padding: 10px;
	cursor: pointer;
}
