/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p{
	margin:0px!important;
}

body:not(.logged-in) #lodgify-book-now-box > * > * {
  pointer-events: none;
}


body:not(.logged-in) #lodgify-book-now-box > *  {
  cursor:not-allowed;
  opacity: 0.5;
  filter:blur(1px);
}
body:not(.logged-in) #lodgify-book-now-box:after  {
content:"disponible dès le 7 janvier 2026";
width:100%;
  background-color: #ce986f;
  color:#f4dcb8;
  padding:10px;
  opacity: 0;
  pointer-events: none;
  top:0px;
  left:50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%,-110%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  transition: transform 200ms ease, opacity 300ms ease;
  font-family: var( --e-global-typography-d78712b-font-family ), Sans-serif;
}

body:not(.logged-in) #lodgify-book-now-box:hover:after  {
 opacity: 1;
    transform: translate(-50%,-120%);
}

body:not(.logged-in) .elementor-element-89c66b9 > * > * {
  pointer-events: none!important;
}


body:not(.logged-in) .elementor-element-89c66b9 > *  {
  cursor:not-allowed;
  opacity: 0.5;
  filter:blur(1px);
}
body:not(.logged-in) .elementor-element-89c66b9:after  {
content:"disponible dès le 7 janvier 2026";
width:100%;
  background-color: #ce986f;
  color:#f4dcb8;
  padding:10px;
  opacity: 0;
  pointer-events: none;
  bottom:0px;
  left:50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%,110%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  transition: transform 200ms ease, opacity 300ms ease;
  font-family: var( --e-global-typography-d78712b-font-family ), Sans-serif;
}

body:not(.logged-in) .elementor-element-89c66b9:hover:after  {
 opacity: 1;
    transform: translate(-50%,120%);
}

.btn-icon span.elementor-button-icon {
    position:absolute;
    inset:unset;
    right:-50px;
}

strong, b {
	font-weight:600!important;
}

@media all and (max-width: 767px){ 
	.btn-icon span.elementor-button-icon {
		right:-30px;
	}
	.btn-icon span.elementor-button-icon svg{
		
    width: 1rem !important;
	}
}


.titre-section {
  position: relative;
  display: flex;
  align-items: center;
 
}

.titre-section::after {
  content: "";
  flex: 1; 
  height: 2px;
  background-color: #a86c42; 
  margin-right: 0rem;
}
.titre-section.light::after {

  background-color: #CE986F!important; 
}



.surtitle-deco {
  position: relative;
  display:flex;
  align-items:center;
}

.surtitle-deco.left::before, .surtitle-deco.right::after {
    content: '';
    display: inline-block !important;
    width: 64px;
    height: 2px;
  	background-color:var(--e-global-color-accent);
}

@media all and (max-width: 1024px){  
	.surtitle-deco.left::before, .surtitle-deco.right::after {
 
    width: 20px;
}
}

:root {
  --marker-size: 50px;
  --marker-offset: -60px;
}


@media (max-width: 1024px) {
  :root {
    --marker-size: 60px;
    --marker-offset: -70px!important;
  }
}

@media (max-width: 768px) {
  :root {
    --marker-size: 20px;
  }
}




.marks-deco {
  position: relative;
}


.marks-deco span {
  color: var(--e-global-color-accent) !important;
}

.marks-deco::before,
.marks-deco::after {
  content: '';
  position: absolute;
  width: var(--marker-size);
  height: var(--marker-size);
  background-image: url('https://staging.chateaudevacheres.fr/wp-content/uploads/2025/10/marker.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.marks-deco::before {
  top: var(--marker-offset);
  left: var(--marker-offset);
}
.marks-deco::after {
  bottom: var(--marker-offset);
  right: var(--marker-offset);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .marks-deco::before {
    top: -30px!important;
    left: -5px!important;
  }

  .marks-deco::after {
    bottom: -20px!important;
    right: -5px!important;
  }
}
.event-carousel .elementor-heading-title{
	font-size:1.2rem!important;
}
@media all and (min-width: 1024px){  
 .event-carousel .owl-carousel .owl-stage-outer::before {
	content: "";
		position: absolute;
		width: calc(100% + 60px);
		height: 100%;
		top: 0;
		left: 47%;
		transform: translateX(-50%);
		pointer-events: none;
		background: linear-gradient(
			90deg, rgb(244, 220, 184) 5%,
			rgba(244, 220, 184, 0) 8%, 
			rgba(244, 220, 184, 0) 100%, 
			rgb(244, 220, 184) 100%);
		z-index: 2;
	}

}
.page-id-184 .section-avis,
.page-id-180 .section-avis,
.page-id-179 .section-avis,
.page-id-178 .section-avis,
.page-id-177 .section-avis{
    display:none;
}


@media all and (min-width:767px){
    
    .thumbnail-gallery .ug-panel-handle-tip.ug-handle-tip-top.ug-skin-default{
        display:none;
    }
}



.thumbnail-gallery .ug-panel-handle-tip.ug-handle-tip-top.ug-skin-default {
    background-color: black!important;
}

.thumbnail-gallery .ug-strip-panel {

    background-color: #00000000!important;
}




.gallery-carousel-renovation img.swiper-slide-image {
    max-height: 550px!important;	
    min-height: 550px!important;
	 width: calc(100% - 40px);
    object-fit: cover!important;
}


@media all and (max-width: 1024px){  


.gallery-carousel-renovation img.swiper-slide-image {
		max-height: 400px!important;
		min-height: 400px!important;
		 width: calc(100% - 30px);
	}
}


@media all and (max-width: 767px){  


.gallery-carousel-renovation img.swiper-slide-image {
		max-height: 300px!important;
		min-height: 300px!important;
		 width: calc(100% - 10px);
	}
}
.gallery-carousel-renovation .swiper {
    overflow: visible!important;
}



.gallery-carousel-renovation .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom:-20px;
}

.gallery-carousel-renovation span.swiper-pagination-bullet {
    width:80px!important;
    border-radius:0px;
}

@media all and (max-width: 767px){  
	
.gallery-carousel-renovation .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom:-10px;
}
	.gallery-carousel-renovation span.swiper-pagination-bullet {
    width:40px!important;
    border-radius:0px;
}
}




/* MULTI GALLERY */

.mg-tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
  flex-wrap: wrap;
  gap: 1rem;
}
.mg-tab-nav li {
  cursor: pointer;
  padding: 0.5em 1em;
	border: solid 2px #CE986F!important;
  border: 1px solid #ddd;
  margin-right: 0.5em;
  font-family: Ubuntu;
  font-size: 1.1rem;
  font-weight: 400;
  --space-between: -5px;
}
.mg-tab-nav li.active {
  background: #CE986F;
  color: #1F0F04;
  border-color: #e74c3c;
}
.mg-tab-content {
  display: none;
}
.mg-tab-content.active {
  display: block;
  margin-top: 50px !important;
}
.mg-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.mg-gallery a {
  display: block;
  overflow: hidden;
}
.mg-gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.mg-item.hidden {
  display: none;
}
.mg-load-more {
  display: block;
  margin: 5rem auto 0 auto;
  padding: 0.5em 1em;
  background: #e74c3c;
  border: none;
  border-radius: 0px;
  background: #CE986F;
  cursor: pointer;
  font-family: "Eugusto-Basic-Regular-2" !important;
  text-transform: uppercase!important;
  letter-spacing: 2px!important;
  color: #F8EBD3!important;
}


}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
   
  background: #CE986F!important;
    color: #fff;
    text-decoration: none;
}

.mg-load-more:hover {
  background: #CE986F;
}

a.mg-item {
  animation: animate 0.3s ease-in-out;
}

@keyframes animate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media all and (max-width: 1024px) {
  .mg-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .mg-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (max-width: 550px) {
  .mg-tab-nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0px 10px;
    -webkit-overflow-scrolling: touch;
  }

  .mg-tab-nav li {
    text-wrap: nowrap;
  }

  .mg-tab-nav::-webkit-scrollbar {
    display: none;
  }

  .mg-tab-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/*  */

.customArrows .elementor-swiper-button i{
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-secondary);
    border:var(--e-global-color-secondary) solid 2px;
    padding: 3px;
} .elementor-swiper-button i{
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-secondary);
    border:var(--e-global-color-secondary) solid 2px;
    padding: 0px;
}

.customArrows .elementor-swiper-button-prev i:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://staging.chateaudevacheres.fr/wp-content/uploads/2025/10/left.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.customArrows .elementor-swiper-button-next i:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://staging.chateaudevacheres.fr/wp-content/uploads/2025/10/arrow-next.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
