/** chambres ***************************/

.tt-panel-chambre-gsap {
  position: absolute;
  will-change: transform;
}
/****/
/* horizontal scroll */

/* #horizontal-scoll {
    padding: 200px 0;
  }
  
  .horizontal-scoll-wrapper {
    overflow: hidden;
    height: 525px;
  } */

.tt-horizontal-service-gsap,
.tt-horizontal-excursions-gsap {
  display: flex;
  gap: 50px;
  height: 100%;
  padding: 0;
}

.tt-horizontal-service-gsap > li,
.tt-horizontal-excursions-gsap > li {
  display: flex;
  flex-shrink: 0;
  /* padding: 0 50px; */
}

/*anchor*/
/* .panels-container {
    width: 300%;
    display: flex;
    flex-wrap: nowrap;
  } */
/* .tt-panel-pin-activites-gsap {
  position: absolute;
  will-change: transform;
} */
/* #panels-container{width: 300% !important;} */

/**** header ***/
.main-tool-bar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
}
.main-tool-bar--scrolled {
  height: 40px;
}


.tt-container-mpbh-gallery-gsap .mphb-single-room-type-gallery-wrapper .gallery {
  display: flex;
}

.tt-container-mpbh-gallery-gsap .mphb-single-room-type-gallery-wrapper .gallery>figure {
  display: flex;
  flex-shrink: 0;
  padding: 0 50px;
}

.tt-stackCard {
  position: relative;
  /* width: 100%; */
  min-height: 450px;
  padding: 60px 35px;
  transform-origin: 50% -160%;
}

/* .tt-odd-post > .wp-block-media-text > .wp-block-media-text__media{order:2;background-color: red;}
.tt-odd-post > .wp-block-media-text > .wp-block-media-text__content{order:1;background-color: aqua;} */

/* IMG REVEAL */
@media only screen and (min-width:600px) {
  .tt-img-reveal-gsap{
    visibility: hidden;
    position: relative;
    overflow: hidden;   
  }
}


/** SERVICE INTERNE **/
@media only screen and (min-width:600px) {
  .detailsWrapper {
    /* margin:auto;
    width:80%; */
  }
  
  .tt-service-details-gsap { /*details*/
    /* height:100vh; */
    /* outline:1px solid green; */
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  
  .tt-container-service-left  {
    width:50%;
  }
  
  .tt-container-service-right { /* right */
    /* outline:1px solid purple; */
    width:50%;
    /* height:100vh; */
    display:flex;
    /* flex-direction:column;
    justify-content:center; */
  }
  
  .tt-container-photos-gsap { /* photos*/
    /* width:45vw; */
    /* height:45vw; */
    /* background:maroon; */
    /* position:relative; */
  }
  
  .tt-container-photos-gsap li{ /*photo*/
    position:absolute;
    width:100%;
    height:100%;
  }
}


h1.tt-pagetitle-h2, p.tt-pagetitle-h2{
  font-family: var(--wp--preset--font-family--montserrat);
    font-size: var(--wp--preset--font-size--x-large);
    font-style: normal;
    font-weight: 700;
}