.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.liste-aide .aide {
  display: inline-block;
  background: white;
  border-radius: 10px;
  transition: 0.3s;
  width: 100%;
}
.liste-aide .aide:hover {
  box-shadow: 0 0 11px rgba(33,33,33,0.2);
}
.liste-aide .aide .img {
  width: 100%;
  height: 230px;
}
.liste-aide .aide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.liste-aide .aide h3 {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
