.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main .texte-image {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
body main .texte-image:before {
  content: '';
  width: 490px;
  height: 530px;
  position: absolute;
  bottom: -200px;
  z-index: 0;
  background-image: url('./../../../../img/bouteille.png');
  background-repeat: no-repeat;
  left: 0;
}
body main .texte-image .block-titre {
  background-repeat: no-repeat;
  background-position: center center;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
body main .texte-image .block-titre .titre {
  font-size: 46px;
  color: #7b1844;
  text-align: center;
}
body main .texte-image .img {
  position: relative;
}
body main .texte-image .img:before {
  content: '';
  width: 95%;
  height: 95%;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body main .texte-image .img .img-fluid {
  width: 100%;
}
body main .texte-image .owl-carousel .img-gallery img {
  height: 320px;
  object-fit: cover;
}
body main .texte-image .nav-gallery .owl-next,
body main .texte-image .nav-gallery .owl-prev {
  border: 2px solid #7b1844;
  margin-right: 10px;
  margin-top: 10px;
  background: transparent;
  color: #7b1844;
  z-index: 10;
}
@media (max-width: 767.98px) {
  body main .texte-image {
    padding: 40px 0;
  }
  body main .texte-image .block-titre .titre {
    font-size: 30px;
  }
}
