.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.bandeau_page .bandeau {
  height: auto;
  position: relative;
  padding: 18rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bandeau_page .contenu .bloc {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 0;
}
.bandeau_page .contenu .bloc h1 {
  font-size: 40px;
  color: white;
}
.bandeau_page .contenu .bloc .content p.font-style-slider {
  font-family: 'Inter', sans-serif;
  color: white;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.bandeau_page .contenu .bloc .img-absolute {
  bottom: -3rem;
  right: 50%;
  text-align: center;
  width: 380px;
  height: 600px;
  transform: translateX(50%);
  object-fit: cover;
}
.bandeau_page .contenu .bloc .img-absolute img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media (max-width: 1199.99px) {
  .bandeau_page .contenu .bloc .img-absolute {
    width: 310px;
  }
}
@media (max-width: 991.98px) {
  .bandeau_page .bandeau {
    padding: 15rem 0;
  }
  .bandeau_page .contenu .bloc h1 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .bandeau_page .bandeau {
    padding: 10rem 0;
  }
  .bandeau_page .contenu .bloc h1 {
    font-size: 20px;
  }
}
