/* Base globale : augmente ici */
html, body {
  font-size: 18px !important;   /* 16 -> 18 pour agrandir partout */
  line-height: 1.55;
}

/* Titres de la tuile et descriptions (écrasent les px du <style>) */
.tile-title { font-size: 1.15rem !important; }   /* ~20.7px si base 18 */
.tile-desc  { font-size: 1.0rem  !important; }   /* ~18px  */

/* Héro */
.hero h1 { font-size: 1.9rem !important; }      /* ~34px */
.hero h2 { font-size: 1.2rem !important; }      /* ~21.6px */

/* Userbar */
.userbar .who { font-size: 1.05rem !important; } /* ~18.9px */

/* Section titles */
.section-title { font-size: 1.05rem !important; } /* ~18.9px */

/* Cartes */
.card-tile .card-body { font-size: 1rem !important; } /* ~18px */

/* Base globale : on augmente et on gagne face aux règles tardives via spécificité + !important */
html body {
  font-size: 18px !important;   /* passe à 19px ou 20px si tu veux + grand */
  line-height: 1.55;
}

/* Titre jumbotron (ta page en a) */
.jumbotron-title    { font-size: 1.8rem !important; }  /* ~32px */
.jumbotron-subtitle { font-size: 1.2rem !important; }  /* ~22px */

/* Formulaires & boutons (Bootstrap 3) */
label,
.form-control,
.help-block,
.btn,
.btn .glyphicon {
  font-size: 1rem !important;   /* ~18px */
}

/* Tableau (th/td) */
.table,
.table > thead > tr > th,
.table > tbody > tr > td {
  font-size: 1rem !important;
}

/* Pagination */
.pagination > li > a,
.pagination > li > span {
  font-size: 1rem !important;
}

/* Badges/labels */
.label { font-size: 0.95rem !important; }

/* Barre utilisateur du fragment eret-userbar.php */
.userbar h3 { font-size: 1.15rem !important; }
