.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.bg-img-avantage {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img-avantage * {
  color: white;
}
.bg-img-avantage h2 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "poppins";
  margin-bottom: 1.5rem;
}
.bg-img-avantage .bg-red {
  background-color: #e3051acc;
  padding: 57px 75px 33px;
}
.bg-img-avantage .bg-white-bis {
  background-color: #fffffacc !important;
  padding: 20px;
  display: block;
  align-items: center;
}
.bg-img-avantage .bg-white-bis .alignement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.bg-img-avantage .bg-white-bis .alignement img {
  margin-left: auto;
  margin-right: auto;
}
.bg-img-avantage .alignement .col-md-6 {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bg-img-avantage .alignement .col-md-6 .bg-red-bis {
  background-color: #e3051acc;
  text-align: center;
  padding: 20px 40px;
  width: 70%;
  height: 50%;
  display: inline-grid;
  justify-items: center;
  align-items: center;
  transition: box-shadow .3s;
}
.bg-img-avantage .alignement .col-md-6 .bg-red-bis:hover {
  box-shadow: 3px 3px 3px #00000038, -3px -3px 3px #00000038;
}
.bg-img-avantage .alignement .col-md-6 .bg-red-bis h4 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .bg-img-avantage .alignement {
    padding: 4rem 0;
  }
  .bg-img-avantage .alignement img:not(:last-child) {
    margin-bottom: 2rem;
  }
  .bg-img-avantage .alignement .col-md-6 .bg-red-bis {
    width: 50%;
    height: 90%;
  }
}
@media (max-width: 576px) {
  .bg-img-avantage .bg-red {
    padding: 50px 1.5rem;
  }
}
