/*.path-user .tabs--primary.nav.nav-tabs li:nth-child(2),*/ /* hide register tab */
.path-user .tabs--primary.nav.nav-tabs li:nth-child(1){ /* hide login tab */
	display:none;
}

/* IE thing */
#block-ienotcompatible {
  display:none;
  background-color:blue;
  color:white;
  font-size:2em;
}

#block-ienotcompatible h2 {
  display:none;
}

.col-md-9 > div:nth-child(5) > div:nth-child(2) > div > div:nth-child(1), /* public selector */
div.contextual-region:nth-child(6) > div:nth-child(3) > div > div:nth-child(1), /* admin */
.paragraph--type--iframe > div > div:first-of-type { /* iframe text workaround */
  display:none;
}

div[data-history-node-id="14"] > div:last-child > div {
  margin-bottom: 3rem;
}

div[data-history-node-id="14"] > div > div div.field > div:last-child > div::after {
  content:"Gérer vos alertes mails";
  padding: 0;
  font-weight: 900;
  line-height: 5rem;
  font-size: 50px;
  border: 0;
}

/* quote workaround */


/*div[data-quickedit-field-id="node/14/field_iframe/fr/full"] > div:first-child, div[data-quickedit-field-id="node/14/field_alert_mail/fr/full"] div:first-child, div[data-quickedit-entity-id="node/14"] > footer{
	display: none;
}*/
