.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main .texte-formulaire {
  padding: 80px 0;
}
body main .texte-formulaire .linkedin-round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  background: #00aeef;
}
body main .texte-formulaire .linkedin-round:hover {
  background: #113042;
}
