.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.mentions {
  padding: 120px 0 60px;
}
body main section.mentions .contenu h3 {
  margin-top: 40px;
  font-size: 26px;
}
body main section.mentions .contenu a {
  color: #FF5E00 !important;
}
body main section.mentions .contenu a:hover {
  color: #181818 !important;
}
@media (max-width: 767.98px) {
  body main section.mentions {
    padding: 40px 0;
  }
  body main section.mentions .contenu h3 {
    margin-top: 30px;
    font-size: 22px;
  }
}
