.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.repet_img_texte {
  padding: 4rem 0;
  background-color: #FBFBFB;
}
.repet_img_texte .title {
  margin-bottom: 60px;
}
.repet_img_texte .bloc {
  margin: 0 5rem;
}
.repet_img_texte .bloc .img {
  width: 210px;
  height: 210px;
}
.repet_img_texte .bloc .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.repet_img_texte .bloc h3 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.repet_img_texte .bloc p {
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  .repet_img_texte .bloc {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .repet_img_texte .bloc {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .repet_img_texte {
    padding: 2rem 0;
  }
  .repet_img_texte .title {
    margin-bottom: 30px;
  }
}
