a.tile[fetch]:hover{
	background-color: #EDF7FC;
	cursor: pointer;
}
a.tile[fetch]:hover img{
	transform: scale(1.1);
	backface-visibility: hidden;
	transition: 0.3s;
}

a.btn[fetch]:hover, a.btn[modale]:hover{
	border-radius:5px;
	color:white;
	cursor:pointer;
	background-color:#384755;
}

div.modale .title span[close]:hover{
	color:#008fcc;
	cursor:pointer;
}

div.thumb-element:hover{
	background-size: 115%;
	transition: 0.3s;
}
.button:hover{
	background-color: #4F677E;
	cursor: pointer;
	color: white;
}
div.modale.big div.thumb_container div.thumb-element:hover{
	pointer-event:none;
	cursor:pointer;
}
.alert a:hover{
	cursor:pointer;
	color:#9ddbf2;
}
