.salle {
  width: 800px;
  max-width: 800px;

  margin: 0 auto;

  @media (max-width: 781px) {
    width: 100%;
    max-width: 100%;
  }

  .salle__header {
    margin-top: 2rem;

    .salle__header-attributs {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid #cce4f2;

      > div {
        display: flex;
        align-items: center;

        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #cce4f2;

        @media (max-width: 781px) {
          display: block;
        }

        > p {
          text-wrap: nowrap;
          font-weight: 600;
          margin-right: 1rem;
          font-size: 1.15rem;
          flex: 0 0 300px;
          margin: 0;

          @media (max-width: 781px) {
            margin-bottom: 0.5rem;
          }
        }

        > div p {
          margin: 0;
          font-size: 0.875rem;
        }
      }
    }
  }

  .flex {
    display: flex;
    align-items: center;

    p:first-child {
      margin-right: 0.25rem !important;
    }
  }

  .swiper {
    .swiper-wrapper {
      align-items: stretch;
    }

    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      height: auto;

      img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
      }
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #0079be;
    }
  }
}

.wp-block-post-title {
  display: none;
}
