body:not(.home) h2 {
    font-size: 24px;
    line-height: 26px;
}

body:not(.home) p {
    line-height: 25px;
}


#header-pages h1, #header-pages h1 b {
    text-transform: uppercase;
    color: #FFF;
}

#top .home_slide_services .swiper-slide {
  color: white;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/mixage-mastering-enregistrement-paris-STUDIO-LACHAMBRE-1.jpg);
  padding: 50px 30px 50px 30px !important;
}

#top .home_slide_services .swiper-slide p, #top .home_slide_services .swiper-slide span, #top .home_slide_services .swiper-slide h3 {
  color: #FFF;
}

#top .home_slide_services .swiper-slide:nth-child(1) {
  background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/mixage-mastering-enregistrement-paris-STUDIO-LACHAMBRE-1.jpg);
}

#top .home_slide_services .swiper-slide:nth-child(2){
  background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/beatmaking-paris-STUDIO-LACHAMBRE-1.jpg);
}

#top .home_slide_services .swiper-slide:nth-child(3) {
  background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/direction-artistique-paris-STUDIO-LACHAMBRE-studio-enregistrement.jpg);
}

#top .home_slide_services .swiper-slide:nth-child(4) {
  background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/photo-video-paris-STUDIO-LACHAMBRE-1.jpg);
  background-position: top center;
}

#top .home_slide_services .swiper-slide:nth-child(5) {
  background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/formation-STUDIO-LACHAMBRE.jpg);
}

#top .home_slide_services .swiper-slide:nth-child(6) {
  background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/marketing-digital-STUDIO-LACHAMBRE.jpg);
}

.swiper-button-next, .swiper-button-prev {
  color: #FFF !important;
}

#top #footer .btn_footer_resa:hover {
  color: #FFF !important;
}

@media only screen and (max-width: 767px) {
    .avia-section.av-m3rmp4cl-3a3c3ffa111f6f32a4ba8ac57d116dc8 {
        background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/lachambre-studio-banniere-scaled.jpg) !important;
        background-position: 50% !important;
        background-size: cover !important;
    }

    #top #footer .btn_footer_resa {
      width: fit-content;
      margin: auto;
    }

    #socket .copyright {
      text-align: center;
      padding-bottom: 60px;
      max-width: 75%;
    }

    .woocommerce-shop #socket .copyright {
      padding-bottom: 0 !important;
    }

    body:not(.home) {
      h2 {
        font-size: 24px;
        line-height: 26px;
        max-width: 90%;
      }
    }

    #top .home_conteneur_full_width .container .flex_column_table:last-child .flex_column:last-child {
      background-image: url(https://www.studiolachambre.com/wp-content/uploads/2025/06/LA-CHAMBRE-marketing-digital-paris-LACHAMBRE-champigny-94-mobile.jpg);
    }

    #top #home_conteneur_video .container .template-page #lien_reservation a {
      display: none;
    }
}

/* Bouton réservation mobile */

.bouton-res-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bouton-res-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    text-align: center;
    background: #000000;
    padding: 10px;
    width: 100%;
  }

  .bouton-res-mobile a {
    background-color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 25px 10px 10px;
    text-align: center;
    width: fit-content;
    margin: auto;
  }

  .bouton-res-mobile a:before {
    content: "•";
    font-size: 58px;
    color: #FF0000;
    margin-right: 6px;
    margin-top: -1px;
    animation-duration: 1s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
  }
}

/* PAGE BOUTIQUE */

#top .av-catalogue-item{
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  transition: 0.3s;
}

#top .av-catalogue-item:hover{
  background: #FFF;
  color: #000;
  transition: 0.3s;
}

#top .av-catalogue-item .av-catalogue-price {
  background: #FFF;
  border-radius: 100px;
  padding: 10px 20px;
  color: #000;
  transition: 0.3s;
}

#top .av-catalogue-item:hover .av-catalogue-price {
  background: #000;
  border-radius: 100px;
  padding: 10px 20px;
  color: #FFF;
  transition: 0.3s;
}

#top .av-catalogue-list, #top .av-catalogue-list li {
  border: 0;
}

@media only screen and (max-width: 767px) {
  #top .av-catalogue-item .av-catalogue-price {
    position: initial;
    width: fit-content;
    margin: auto;
  }

  #top .av-catalogue-title-container {
    display: flex;
    flex-direction: column;
  }

  #top .av-catalogue-title {
    text-align: center;
    margin: 0;
    padding: 0;
  }
}

.wc-block-components-product-metadata__description {
  display: none;
}

.swiper-pagination-bullet {
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.h2-fullsize h2 {
  max-width: 100% !important;
}