body{
	background-color: white;
	margin-top: 40px;
}

.ecrit { 
	color: white;
	width: 20px;
	height: 25px;
	background: transparent;
	transition: all 10s ease-out;
		font-family: 'arial', serif;
	font-size: 12px;
}

.ecrit:hover {
	
	opacity: 100;
}



.effet.display {
    margin-bottom: 10px
}

