@font-face {
	font-family: 'IcoMoon';
	/*src:url('../fonts/IcoMoon-Free-master/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/IcoMoon-Free-master/Font/IcoMoon-Free.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg'); */
		src:url('../fonts/Font/IcoMoon-Free.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */
.cRetour {
  border-radius:5px;
  padding:8px;
/*  font-size:20px; */
  text-align:center;
  color:#fff;
  background:rgba(71, 163, 218, 0.50);
/*  supprime le bouton en mode diapo et z-index affiche le bouton en mode diapo */
 z-index:99999; 
  transition:all ease-in 0.2s;
  position: fixed;
  cursor: pointer;
  bottom: 1em;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
}
.cRetour:before {
	font-family: 'IcoMoon-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.cRetour:before{ content: "\ea32"; }
.cRetour:hover{
  background:rgba(71, 163, 218, 1);
  transition:all ease-in 0.2s;
}