.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main .carousel-temoignages {
  position: relative;
  padding: 80px 0;
  background-image: url('./../../../../img/texture.jpg');
  background-repeat: repeat;
  overflow: hidden;
}
body main .carousel-temoignages:before {
  content: '';
  width: 508px;
  height: 400px;
  position: absolute;
  bottom: 40px;
  z-index: 0;
  background-image: url('./../../../../img/charriot.png');
  background-repeat: no-repeat;
  left: -100px;
}
body main .carousel-temoignages .block-titre {
  background-repeat: no-repeat;
  background-position: center center;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .carousel-temoignages .block-titre .titre {
  font-size: 46px;
  color: #7b1844;
  text-align: center;
}
body main .carousel-temoignages .wysiwyg-content {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}
body main .carousel-temoignages .author {
  text-align: center;
  color: #7b1844;
  font-size: 22px;
  font-weight: 600;
}
body main .carousel-temoignages .custom-nav .owl-next,
body main .carousel-temoignages .custom-nav .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 45%;
  background: transparent;
  border: none;
  color: #7b1844;
  z-index: 10;
}
body main .carousel-temoignages .custom-nav .owl-prev {
  left: -50px;
}
body main .carousel-temoignages .custom-nav .owl-next {
  right: -40px;
}
@media (max-width: 1600px) {
  body main .carousel-temoignages .custom-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  body main .carousel-temoignages .block-titre {
    height: 160px;
  }
  body main .carousel-temoignages .block-titre .titre {
    font-size: 30px;
    color: #7b1844;
    text-align: center;
  }
  body main .carousel-temoignages:before {
    display: none;
  }
  body main .carousel-temoignages .custom-nav .owl-prev {
    left: 0;
  }
}
