/* Affiche le titre de page uniquement sur ce webform */
body.path-form .page-title,
body.page-node-type-webform .page-title,
body.webform-node .page-title {
  position: static !important;
  left: auto !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  display: block !important;
  visibility: visible !important;
  font-size: 2.5rem !important;
  margin: 0 0 1.5rem 0 !important;
  color: #000 !important;
}