.block-titre {
  margin: 0 0 1rem 0;
  font-weight: 600;
  line-height: 1.2;
}

.block-titre a {
  color: inherit;
  text-decoration: none;
}

.block-titre a:hover {
  text-decoration: underline;
}

/* Alignements */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

/* Tailles */
.size-small { font-size: 1.2rem; }
.size-normal { font-size: 1.6rem; }
.size-large { font-size: 2.2rem; }
.size-huge { font-size: 3rem; }

/* Sous-titre */
.block-soustitre {
  margin-top: .3rem;
  opacity: .7;
}

/* Ligne */
.block-separator {
  margin: 1rem 0 2rem;
  opacity: .3;
}
