.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main .galerie-photos {
  padding: 80px 0;
  background-image: url('./../../../../img/texture.jpg');
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}
body main .galerie-photos:before,
body main .galerie-photos:after {
  content: '';
  width: 508px;
  height: 810px;
  position: absolute;
  top: 40px;
  z-index: 0;
}
body main .galerie-photos:before {
  background-image: url('./../../../../img/fleur-1.png');
  background-repeat: no-repeat;
  left: -300px;
}
body main .galerie-photos:after {
  background-image: url('./../../../../img/fleur-2.png');
  background-repeat: no-repeat;
  right: -300px;
}
body main .galerie-photos .block-titre {
  background-repeat: no-repeat;
  background-position: center center;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
body main .galerie-photos .block-titre .titre {
  font-size: 46px;
  color: #7b1844;
  text-align: center;
}
body main .galerie-photos .liste_photos {
  position: relative;
  display: flex;
  column-gap: 30px;
  justify-content: center;
  z-index: 1;
  margin: 0 10px 0 10px;
}
body main .galerie-photos .liste_photos .block-photo {
  flex: 0 0 calc(33% - 60px);
  max-width: calc(33% - 60px);
}
body main .galerie-photos .liste_photos .block-photo .img-container {
  overflow: hidden;
}
body main .galerie-photos .liste_photos .block-photo .img-container img {
  width: 100%;
  object-fit: cover;
  height: 360px;
  transition: all 0.3s ease-in-out;
}
body main .galerie-photos .liste_photos .block-photo .img-container img:hover {
  transform: scale(1.1);
}
body main .galerie-photos .liste_photos .block-photo .block-desc {
  background: #fff;
  padding: 20px;
  border-bottom: 2px solid #7b1844;
  height: 50%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main .galerie-photos .liste_photos {
    row-gap: 40px;
    column-gap: 40px;
  }
  body main .galerie-photos .liste_photos .block-photo {
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
  body main .galerie-photos .liste_photos .block-photo .img-container img {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  body main .galerie-photos .block-titre {
    height: 160px;
  }
  body main .galerie-photos .block-titre .titre {
    font-size: 30px;
    color: #7b1844;
    text-align: center;
  }
  body main .galerie-photos .liste_photos {
    row-gap: 40px;
    column-gap: 40px;
    flex-direction: column-reverse;
  }
  body main .galerie-photos .liste_photos .block-photo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body main .galerie-photos .liste_photos .block-photo .img-container img {
    height: 280px;
  }
}
