.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.info {
  padding: 4rem 0;
  background-color: #FBFBFB;
}
.info .title {
  text-transform: none;
  line-height: 1.6;
}
.info .text-list {
  max-height: 400px;
  overflow-y: scroll;
}
.info .list-item {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.info .map-container {
  position: relative;
}
.info .map-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.info .map-item.active {
  opacity: 1;
}
.info h4 {
  color: #E10819;
  font-size: 22px;
  font-weight: 900;
}
.info h4 i {
  color: #E10819;
  margin-right: 1rem;
}
.info p {
  margin-bottom: 0;
  font-size: 16px;
}
.info p a {
  color: black;
}
.info .scrollable-list {
  max-height: 500px;
  overflow-y: scroll;
}
.info .map {
  height: 500px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .info .formations .img-offres {
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .info .formations .img-offres {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .info .formations .img-offres {
    width: 100%;
    height: 200px;
  }
}
