.fleche{
  max-height: 30px;
  max-width: 100%;
  display: inline-block;
  margin-top : 2px;
  position : sticky;
  top: 2px;
}

.home{
  max-height: 30px;
  max-width: 100%;
  margin-top : 2px;
  padding-left : 20px;
}

.home_gp{
  max-height: 50px;
  max-width: 100%;
  margin-top : 2px;
  padding-left : 20px;
}


.recco{
  max-height: 30px;
  max-width: 100%;
  margin-top : 2px;
  padding-left : 20px;
}


/*boutons pour excursion*/
.excu{
  max-height: 30px;
  max-width: 100%;
  margin-top : 2px;
  padding-left : 20px;
}
.itineraire{
	background-color: #4caf50; /* couleur de fond (bleu#615dfb)(vert #4caf50)  */
	border: none; /* pas de bordure */
	color: white; /* couleur de texte */
	padding: 10px ;  /*espacement du texte dans le bouton */
	text-align: center; /* alignement du texte dans le bouton */
	text-decoration: none; /* pas de soulignement */
	display: inline-block; /* affichage en ligne */
	font-size: 1.2em; /* taille de la police */
	margin-left: 35%;
	margin-top: 10px;
	/*margin-bottom: 10px;*/
	cursor: pointer; /* curseur pointer au survol */
	border-radius: 8px; /* arrondi du bouton */
}
