.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.cta-bis {
  padding: 6rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cta-bis:before {
  content: "";
  position: absolute;
  background-color: #E10819;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .7;
  z-index: -1;
}
.cta-bis h2 {
  text-shadow: none;
  color: white;
  font-size: 25px;
  text-transform: inherit;
  letter-spacing: 1px;
  font-weight: 300;
}
.cta-bis .btn.btn-secondary {
  width: auto;
  padding: 1rem 4rem;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 1px;
  background-color: #000000;
  border: 1px solid #000000;
}
.cta-bis .btn.btn-secondary:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  .cta-bis {
    padding: 5rem 0;
  }
  .cta-bis h2 {
    font-size: 23px;
  }
  .cta-bis .btn.btn-secondary {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .cta-bis {
    padding: 5rem 0;
  }
  .cta-bis h2 {
    font-size: 21px;
  }
  .cta-bis .btn.btn-secondary {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-bis {
    padding: 5rem 0;
  }
  .cta-bis h2 {
    font-size: 21px;
  }
  .cta-bis .btn.btn-secondary {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta-bis {
    padding: 3rem 0;
  }
  .cta-bis h2 {
    font-size: 21px;
  }
  .cta-bis .btn.btn-secondary {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .cta-bis {
    padding: 40px 0;
  }
  .cta-bis h2 {
    font-size: 21px;
  }
  .cta-bis .btn.btn-secondary {
    font-size: 18px;
  }
}
