.KbDetailLtContainer__userSocialIcon{
display: none
}

#iamFrame {
 	margin-top: 40px;  
}

#iamFrame::before {
 	content: "Hello"
}



/* Cache le texte original et affiche 'Nouveau titre' pour .Signin__loginTitle */
.Signin__loginTitle {
  visibility: hidden;
}
.Signin__loginTitle::after {
  content: 'ETISENSE Customer?';
  visibility: visible;
  display: block; /* ou 'inline', selon le besoin */
  position: absolute; /* Peut nécessiter un ajustement de position */
}

/* Cache le texte original et affiche 'Nouvelle sous-titre' pour .Signin__loginSubTitle */
.Signin__loginSubTitle {
  visibility: hidden;
}
.Signin__loginSubTitle::after {
  content: 'If you would like to access more content, submit a ticket or \A track your current questions : \A \A Please Login';
  white-space: pre; 
  margin-top: 20px; 
  font-size: 18px; 
  visibility: visible;
  display: block; /* ou 'inline', selon le besoin */
}

.Signin__loginHead {
  	margin-top: -50px; 
	content: "If you depend on distributors, please contact them for more informations."
}

.BreadCrumbs__breadCrumbsLink.commonStyle__zt3breadCrumbText {
	display: none;
}

.BreadCrumbs__breadcrumbsView {
	display:none; 
} 
