.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main {
  padding-top: 8rem;
}
.documents-titre {
  margin-bottom: 52px;
}
.documents-titre h2 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "poppins";
  margin-bottom: 1.5rem;
}
.documents h2 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "poppins";
  margin-bottom: 1.5rem;
}
.documents h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 1rem;
}
.documents h4 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.documents hr {
  margin-top: 52px;
  padding-bottom: 0;
}
.documents video {
  width: 100%;
}
.documents figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.documents figure:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.documents iframe {
  width: 100%;
  height: 10vw;
}
@media (max-width: 1199.98px) {
  .bg-doc .documents h4 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  main {
    background-image: linear-gradient(180deg,#ffffffeb 80%,rgba(255,255,255,0.4) 90%), url('../../../img/bg-img.jpg');
    background-size: contain;
  }
}
@media (max-width: 767.98px) {
  body main {
    padding-top: 5rem;
    background-image: linear-gradient(180deg,#ffffffeb 89%,rgba(255,255,255,0.4) 100%), url('../../../img/bg-img.jpg');
    background-size: contain;
  }
  body main .documents div.col-sm-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  body main {
    padding-top: 5rem !important;
  }
}
