.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.offres {
  padding: 4rem 0;
}
.offres .top {
  margin-bottom: 70px;
}
.offres .nav {
  border-bottom: 0;
  margin: 0 -12px;
}
.offres .nav li {
  list-style: none;
  margin: 0;
}
.offres .nav button {
  margin: 0 12px;
  background-color: #ffffff;
  border: 1px solid #E10819;
  width: 164px;
  padding: 18px 15px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .325px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.offres .nav button:focus {
  outline: none;
}
.offres .nav button.active {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.offres .nav button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .offres {
    padding: 3rem 0;
  }
  .offres .top {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offres {
    padding: 3rem 0;
  }
  .offres .top {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offres {
    padding: 3rem 0;
  }
  .offres .top {
    margin-bottom: 40px;
  }
  .offres .nav {
    justify-content: center;
  }
  .offres .nav button {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .offres {
    padding: 40px 0 20px;
  }
  .offres .top {
    margin-bottom: 20px;
  }
  .offres .nav {
    justify-content: center;
  }
  .offres .nav button {
    margin-bottom: 10px;
  }
}
