.principal{
	cursor: url("../img/book_close.png"), pointer;
	padding-bottom: 0;
}
.select{
	display: flex;
	justify-content: flex-end;
	padding: 20px;
}
.select select{
	padding: 5px;
	margin: 0 10px;
}
.select button{
	padding: 5px;
	color: white;
}
.container{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}
.desktop{
	margin: 50px 20px;
}
.desktop h3{
	background-color: black;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0;
}
.desktop a{
	color: black;
}
.position{
	width: 340px;
	height: 340px;
	border-radius: 6px;
	transition: .5s;
	overflow: hidden;
}
.position:hover{
	background: white;
	cursor: url("../img/livre_ouvert.png"), pointer;
}
.reserve{
	background-color: white;
	opacity: 0.5;
	border-radius: 0;
}
.position img{
	width: 340px;
	height: 340px;
	transition: .5s;
}
.position:hover img{
	width: 120px;
	height: 120px;
	background: none;
	margin: 0 0 30px 0;
}
dl{
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}
dt{
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: bold;
}
.icons{
	background-color: white;
	padding: 10px 0; 
	display: flex;
	justify-content: space-around;
	font-size: 24px;
	cursor: default;
}
.icons a{
	cursor: pointer;
}
.fa-edit:hover{
	color: #60FC66;
}
.fa-clock:hover{
	color: #AEB5AE;
}
.fa-trash-alt:hover{
	color: #FF2222;
}
.pagination{
	background: white;
	padding: 10px;
	display: flex;
	justify-content: center;
}
.pagination .page{
	display: flex;
}
.pagination .page a{
	padding: 0 4px;
	color: black;
	font-size: 20px;
}
.pagination .page a:hover{
	text-decoration: underline;
}