
.aide {
	float: right;
	width: 350px;
	height: auto;
	position: relative;
	font-size: 18px;
	color: #626364;
	background: #fffdcf;
	border: 1px;
	border-radius: 20px;
	padding: 15px;
	margin-right: 2px;
	box-shadow: 5px 5px 30px grey;
	border: 1px solid White;

	transition: all 300ms ease-out;
	}
 
.aideCache {
	float: right;
	width: 350px;
	position: relative;
	font-size: 18px;
	color: #626364;
	background: #fffdcf;
	border: 1px;
	border-radius: 20px;
	padding: 15px;
	margin-right: 2px;
	box-shadow: 5px 5px 30px grey;
	border: 1px solid White;
	
	transition: all 5s ease-out;
	opacity: 0;
	color: white;
}

.aidePosition {
	padding-right: 10px;
}

.cache {
	height: 0;
}

	
