.fixe {
  position : fixed;
  bottom: 70px;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 100px;
  z-index: 1;
}

.resa img{
	transition-duration: 300ms;
	height : 2px;
	width : auto;
}
.resa img:hover {
	color: #f6d68f;
}

@media(min-width: 320px) and (max-width: 700px)

{ 
	.resa img{
		height: 5%;
		width: auto;
	}
}