.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main .entete-accueil {
  padding-top: 40px;
}
body main .entete-accueil .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 666px;
  position: relative;
}
body main .entete-accueil .presentation {
  position: relative;
  margin-top: -100px;
}
body main .entete-accueil .presentation .bg-left {
  background-image: url('./../../../../img/bg-presentation-1.png');
  background-repeat: no-repeat;
  background-position: top center;
  width: 610px;
  height: 550px;
  position: absolute;
  top: 0;
  right: 80vw;
  z-index: -1;
}
body main .entete-accueil .presentation .wysiwyg-content {
  display: block;
  max-width: 650px;
  margin: 100px auto 50px;
}
body main .entete-accueil .presentation .bg-right {
  background-image: url('./../../../../img/bg-presentation-2.png');
  background-repeat: no-repeat;
  background-position: top center;
  width: 500px;
  height: 550px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  body main .entete-accueil {
    padding-top: 40px;
  }
  body main .entete-accueil .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 400px;
    position: relative;
  }
  body main .entete-accueil .presentation {
    position: relative;
    margin-top: -100px;
  }
  body main .entete-accueil .presentation .bg-left {
    display: none;
  }
  body main .entete-accueil .presentation .wysiwyg-content {
    display: block;
    max-width: 650px;
    margin: 100px auto 50px;
  }
  body main .entete-accueil .presentation .bg-right {
    display: none;
  }
}
