/* fixed footer - unchanged */
footer.v-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

div.v-application--wrap {
  /* Ancienne valeur: 48px */
  /* Nous allons ajouter 32px (pour 2 lignes) à cette valeur */
  margin-bottom: 80px; /* 48px (original) + 32px (pour 2 lignes supplémentaires) = 80px */
}