/* Show it is fixed to the top 
-------------------------------------------------- */

body {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.orange {
	color: #E88E0C;
}

.vert {
	color: #4F9E4F;
}

a,
a:hover,
a:focus {
	color: #4F9E4F; 
}

/* Panier - lignes non modifiables
-------------------------------------------------- */
.freezed {
  background-color: #f5f5f5;
}



/* Accueil
-------------------------------------------------- */
a.titre,
a.titre:hover,
a.titre:focus {
	color: #000; 
	text-decoration: none;
}

/* Masque les messages d'erreur
-------------------------------------------------- */
.hide {
    display: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

#footerLink:hover {
	text-decoration: underline;
}
