/**** CUSTOM CSS BY NIIX****/

/**** CSS GLOBAL DU SITE ****/

html {
	 overflow-x: hidden !important;
   scroll-behavior: smooth;
}

body {
	overflow-x: hidden !important;
}

body h1, h2, h3, h4, h5, h6, h7 {
    padding: 0 !important;
    margin: 0 !important;
}

body p {
    margin-bottom: 0 !important;
}

body a {
    text-decoration: none !important;
}

body ul {
    list-style-type: none !important;
}

body .img-full > a {
	 width: 100% !important;
}

/*body img {
	 display: block !important;
}*/

/**** ICONE ANIMATION ****/
.icon-anim {
	 transition: all .4s ease-in-out;
}
.icon-anim img {
	 transition: all .4s ease-in-out;
}
.icon-anim:hover img {
	 animation: bounceIn 1s linear;
}

@keyframes bounceIn {
   0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}

/**** RESUME HOVER ANIME ****/
.resume-hover-anim img {
	 display: block !important;
}
.resume-hover-anim {
	 overflow: hidden !important;
}
.resume-hover-anim .elementor-content-item {
	 overflow: hidden !important;
}
.resume-hover-anim:before {
		position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.15) 100%);
    transform: skewX(-25deg);
	transition: all 1s;
    z-index: 2;
    pointer-events: none !important;
}

.resume-hover-anim:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 2s;
}

/**** IMG HOVER ANIMATION ****/
.img-hover {
    position: relative;
	  overflow: hidden !important;
    transition: all 3s;
}
.img-hover img {
	  overflow: hidden !important;
    transition: all 3s;
}
.img-hover:hover img {
	  transform: scale(1.1);
}
.img-hover-two img {
	  overflow: hidden !important;
    transition: all .4s;
}
.img-hover-two:hover img {
	  transform: scale(1.1);
}
.img-hover-anim {
  position: relative;
  overflow: hidden !important;
	transition: all 2s;
}
.img-hover .elementor-cta__content-item {
	 overflow: hidden !important;
}
body .img-cover-anim .elementor-widget-container{
	  overflow: visible !important;
}
.img-hover-anim img {
	overflow: hidden !important;
}
.img-hover-anim .elementor-widget-container {
	overflow: hidden !important;
}
.img-hover-anim .elementor-widget-container img{
	transition: all 2s;
}
.img-hover-anim:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.15) 100%);
    transform: skewX(-25deg);
	transition: all 1s;
    z-index: 1;
    pointer-events: none !important;
}
.img-hover-anim:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 2s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/**** HEADER CSS ****/
.header.nav-scroll {
	 box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.header .menu-langue span.sub-arrow {
	 padding-left: 3px !important;
}
.header .menu-langue li>a {
   text-transform: uppercase;	
}
.header ul.sub-menu .menu-item-type-wpml_ls_menu_item {
    margin-left: 0 !important;
}
.header .menu-langue li>a {
	 padding: 0 !important;
}
.header .menu-langue li>a:after {
	 display: none !important;
}
.infos-item .elementor-cta__content {
    background-image: linear-gradient(180deg, rgba(28, 28, 28, 0) 20%, rgba(28, 28, 28, 0.8) 100%);
}
/*.infos-item .elementor-cta__content {
	  background-color: transparent;
}*/
/*.infos-item .elementor-cta__content:before {
    content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  left: 0;
    top: 0;
	  background-image: url('/wp-content/uploads/2025/09/filtre.svg');
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: top left;
    opacity: 0.8;
}*/
.header .menu-langue ul.sub-menu li>a {
	 padding: 10px 15px !important;
}
.header .menu-langue:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/09/world.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
.header .menu-right-header ul>li:last-child>a:not(:last-child) {
   	border: 1px solid black;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    justify-content: center;
	 text-transform: capitalize !important;
}
.header .menu-right-header ul>li:last-child>a span.sub-arrow {
    padding-left: 0px !important;
}
.header .menu-right-header ul>li:not(:last-child)>a:after {
	  bottom: 10px !important;
}	
.header .menu-right-header ul>li:last-child>a:after {
	  display: none !important;
}	
/*.header .wp-translate {
	 width: 50px;
    height: 50px;
    border: 1px solid #212529;
    border-radius: 50%;
}*/
/*.header .wp-translate .wpml-ls-statics-shortcode_actions {
	  padding: 0 !important;
}		
.header .wp-translate ul {
	  /*display: flex;
	  align-items: center;
	  flex-direction: column !important;
	  justify-content: center;
    	 width: 50px;
    height: 50px;*/
   /* border: 1px solid #212529;
    border-radius: 50%;
}*/
/*.header .wp-translate ul>li {
	  display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-right: 10px;
}
.header .wp-translate ul>li:last-child {
	  display: none !important;
}
.header .wp-translate ul:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 24px;
    right: 10px;
    background-image: url(/wp-content/uploads/2025/08/down-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.header .wp-translate:hover ul>li:last-child {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
}*/
.menu-lang ul>li:not(:last-child) {
    display: none;
}



/*.header .menu-right-header a.has-submenu:before {
    content: "";
    display: block;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    border-radius: 50%;
    border: 1px solid red;
    opacity: 1 !important;
    background-color: transparent;
}	

.header .menu-right-header a.has-submenu:hover:before	{
	  left: 0 !important;
}*/

body.page-id-23 .btn-book-float {
	  display: none !important;
}
body.page-id-1476 .btn-book-float {
	  display: none !important;
}

/**** HOME BTN ****/
.btn-icon a.elementor-button {
	position: relative;
}
.btn-icon a.elementor-button:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 0;
    background-image: url(/wp-content/uploads/2025/07/arrow-btn.svg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.galerie-slider-home img {
	  height: 450px !important;
	  object-fit: cover;
}

/**** COOKIEYES CSS ****/
.cky-consent-container button.cky-btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.cky-consent-container p.cky-title {
    margin-bottom: 12px !important;
}
.cky-consent-container .cky-notice-des {
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.cky-btn-revisit-wrapper {
	width: 40px !important;
	height: 40px !important;
}

/**** ACCUEIL ****/
.infos-item .elementor-cta__content {
    opacity: 0;
}

/**** FOOTER ****/
.btn-book-float a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    background-color: #212529;
    border-radius: 50% !important;
}
    
/**** HOME CSS ****/
.btn-scroll-down {
	  height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50% !important;
    bottom: -24px !important;
    transform: translatex(-50%);
    cursor: pointer !important;
}
.btn-scroll-down .elementor-icon-wrapper {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-scroll-down a.elementor-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px !important;
    height: 55px !important;
}
.accordeon-home .e-n-tab-title {
   color: rgba(33, 37, 41, 0.7) !important;
	 background-color: transparent !important;
}
.accordeon-home .e-active a {
	 width: 100% !important;
}
.accordeon-home img {
	 object-fit: cover !important;
}
.accordeon-home button[aria-selected="true"] {
   position: relative;
   /*text-decoration: underline;*/
   color: rgba(33, 37, 41, 1) !important;
}
.accordeon-home button[aria-selected="true"]:before {
	  content: "";
    display: block;
    width: 200px;
    height: 1px;
    position: absolute;
    bottom: 3px;
    right: 80px;
    background-color: rgba(57, 57, 57, 0.3);
}
.galerie-slider-home .swiper-slide {
	 overflow: hidden !important;
}
.galerie-slider-home .swiper-slide img {
   display: block !important;
	 transition: all 3s !important;
}
.galerie-slider-home .swiper-slide:hover img {
    transform: scale(1.1);
}

/**** ABOUT US ****/
.tab-product button[aria-selected="true"] {
    font-weight: 600 !important;
}
.faq-item h3.elementor-image-box-title {
    font-weight: 900 !important;
    margin-bottom: 10px !important;
}
.faq-item b {
	font-weight: 900 !important;
}
.faq-item p:not(:last-child) {
    margin-bottom: 13px !important;
}
.tab-product button[aria-selected="true"] {
	    font-weight: 400;
    color: #fff;
    background-color: #121312;
    padding: 0;
}
.product-item img {
	  height: 450px !important;
	  object-fit: cover !important;
}
.product-item .elementor-ribbon {
    position: static !important;
    width: auto;
    transform: none !important;
    height: auto;
    margin-bottom: 10px !important;
}
.product-item .elementor-ribbon-inner {
    transform: none !important;
    width: 100%;
    margin: 0;
    background-color: transparent;
    line-height: 22px;
}
.accordeon-home .infos-item h3.elementor-cta__title {
    margin-bottom: 10px !important;
}
.product-slider-item .elementor-cta__content {
	 flex-wrap: nowrap !important;
   align-items: flex-end !important;
}
.slider-carroussel h3.elementor-cta__title.elementor-cta__content-item.elementor-content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    padding: 28px 30px 25px 30px !important;
    line-height: 0 !important;
    color: #212529 !important;
    background-color: #fff !important;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
}
/*.accordeon-home .infos-item h3.elementor-cta__title:before {
    content: "";
    display: block;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff87;
}*/

/**** EXPERIENCE ****/
.tab-experience button .e-n-tab-title-text {
    position: relative;
    padding-bottom: 10px;
}
.tab-experience button .e-n-tab-title-text:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #212529;
    transition: all .4s !important;
}
.tab-experience button:hover .e-n-tab-title-text:before {
    width: 100% !important;
}
.tab-experience button[aria-selected="true"] .e-n-tab-title-text:before {
    width: 100% !important;
}

/**** CONTACT ****/
.coordonnee-contact .elementor-icon-list-item {
	  transition: all .4s !important;
}
.coordonnee-contact .elementor-icon-list-item:hover a {
	 color: #212529 !important;
}

/**** SITE MAP ****/
.site-map h3 {
    display: none !important;
}
.site-map .simple-sitemap-container ul {
    margin: 0 !important;
}
.site-map .simple-sitemap-container ul>li:not(:last-child) {
    margin-bottom: 5px !important;
}
.site-map a {
    font-weight: 300 !important;
}

@media screen and (min-width: 1500px) {
	.galerie-slider-home img {
      height: 570px !important;
      object-fit: cover !important;
	}
	.title-append {
		 margin-bottom: 100px !important;
	}
  .accordeon-home img {
      max-width: 175% !important;
      width: 175% !important;
      height: 650px !important;
      object-fit: cover !important;
  }
 .accordeon-home .infos-item {
        max-width: 175% !important;
        width: 175% !important;
    }
    .accordeon-home .elementor-cta__content {
        min-height: 580px !important;
    }
	.img-full.img-cta img {
		  height: 650px !important;
      object-position: center !important;
	}
	.product-slider-item .elementor-cta__content {
		 min-height: 680px !important;
	}
  .phrase-two {
    	max-width: 62% !important;
	}
	.cta-desc {
		 width: 57% !important;
	}
	.room-item .elementor-cta__content {
		  height: 570px !important;
	}
	.header .menu-right-header ul.elementor-nav-menu {
    flex-wrap: nowrap;
}
	.header .menu-left-header ul.elementor-nav-menu {
    flex-wrap: nowrap;
}
	.footer ul>li.wpml-ls-current-language {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.menu-right-header .elementor-nav-menu {
		 display: flex;
		 flex-wrap: nowrap! important;
	}
.accordeon-home .infos-item .elementor-cta__content {
	 padding-right: 50% !important;
}
.booking #bookingForm>.contenue_date
 {
    margin-bottom: 50px;
}
	.booking .contenue_chambr .les_chambre_dispo {
		gap: 40px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	.accordeon-home img {
	 		max-width: 150% !important;
   		width: 150% !important;
   		height: 500px	!important;
      object-fit: cover !important;
	}
 .accordeon-home .infos-item {
        max-width: 150% !important;
        width: 150% !important;
    }
}

@media screen and (max-width: 1024px) {
	.accordeon-home img {
    	height: 450px !important;
	}
	.accordeon-home button[aria-selected="true"]:before {
    content: "";
    display: none;
    width: 200px;
    height: 1px;
    position: absolute;
    bottom: 3px;
    right: 80px;
    background-color: rgba(57, 57, 57, 0.3);
}
.product-item img {
	  height: 300px !important;
	  object-fit: cover !important;
}
	.menu-right-footer .wpml-ls-item {
		  display: none !important;
	}
.header .menu-header {
	  position: absolute;
    right: 10px;
    top: -16px;
}
	.header .col-right-menu .item-compteur {
		 position: static !important;
	}
}

@media screen and (max-width: 800px) {
	  .scroll-btn {
        top: 30.4vh !important;
    }
}

@media screen and (max-width: 767px) {
	.header .col-right-menu {
		 flex-wrap: nowrap !important;
	}
	.header .col-menu {
		 order: 3 !important;
	}
	.header .col-menu .menu-header {
		 position: static !important;
	}
	.galerie-slider-home img {
    	height: 320px !important;
	}
  .accordeon-home button[aria-selected="true"] {
    position: relative;
    text-decoration: none !important;
	}
	.accordeon-home button[aria-selected="true"]:before {
		 display: none !important;
	}
.tab-product button {
        font-weight: 400;
        color: #fff !important;
        background-color: #212529 !important;
        padding: 0px !important;
        margin-top: 10px !important;
    }
    .tab-product button[aria-selected="true"] {
        font-weight: 400;
        color: #fff !important;
        background-color: #212529 !important;
        padding: 10px !important;
    }
	.tab-product button {
		  padding: 10px !important;
	}
	.accordeon-home img {
		  height: 250px !important;
	}
.product-item img {
	  height: 250px !important;
	  object-fit: cover !important;
}
	.menu-right-footer .wpml-ls-item {
		  display: none !important;
	}
}

@media screen and (max-width: 500px) {
	    .scroll-btn {
        top: 29.4vh !important;
    }
}

@media screen and (max-width: 380px) {
	    .scroll-btn {
        top: 28.4vh !important;
    }
}