.elementor-kit-13{--e-global-color-primary:#1F274B;--e-global-color-secondary:#1F274B;--e-global-color-text:#1F274B;--e-global-color-accent:#1F274B;--e-global-color-0e0722c:#FFFFFF;--e-global-color-04f2c43:#F3EDE7;--e-global-color-7dcb07c:#DDFF55;--e-global-color-2d5b545:#FFFFFF;--e-global-color-b739f26:#DFDFDF;--e-global-color-1a37b1e:#0E5F87;--e-global-color-bddc4ac:#FF0011;--e-global-color-7a6952e:#2DF806;--e-global-color-fa5ca52:#ECECEC;--e-global-typography-primary-font-family:"DMSerifDisplay";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:italic;--e-global-typography-secondary-font-family:"DMSerifDisplay";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"ManRope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-family:"ManRope";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:22px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:var( --e-global-color-text );text-decoration:underline;}.elementor-kit-13 a:hover{text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-primary-font-size:36px;--e-global-typography-text-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Mega menu, img grow */
.img-grow {
	transition: transform 0.1s ease;
}

.img-grow:hover {
	transform: scale(1.05);
}

@media (min-width: 1025px) {

  /* Effet souligné pour les liens 'lire la suite' */
  a.elementor-post__read-more:before, a.elementor-post__read-more:after {
    border-bottom-color: #1f274b !important;
  }

  /* Effet de souligné les liens au survol */
  a.effet, a.elementor-post__read-more {

    text-decoration: none !important;
    padding: 0em;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    &:before, &:after {
        position: absolute;
        content: '';
        border-bottom: 1px solid #fff;
        border-radius: 1em;
        bottom: 0;
        transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    &:before {
        width: 1em;
        transform-origin: left;
    }

    &:after {
        width: 95%;
        left: 0.5em;
        transform: translateX(110%);
    }

    &:hover:before {
        transform: scaleX(0.3);
    }

    &:hover:after {
        transform: translateX(0);
    }
    
    &.size1:after {
        width: 90%;
    }

  }
}

/* Home -toggle été/hiver */
.season-active {
    background: #fff;
}
.season-inactive {
    cursor: pointer;
}

/* centragae vertical du checkbox des popup form */
form input[type='checkbox'] {
    position: relative;
    bottom: -2px;
    accent-color: #1f274b;
}

/* Eviter de voir le scroll horizontal  pendant les animations */
html, body {
   overflow-x: hidden;
}

/* Liens changent de couleur au survol */
a {
    text-decoration-color: #1f274b !important;
	transition: text-decoration-color 0.3s ease;
}

a:hover {
	text-decoration-color: #b0bbdf !important;
}

/* ... Sauf les liens tel/mail/gmaps */
.lien-tel a {
    text-decoration: none;
}

.lien-tel a:hover {
    text-decoration: underline;
    text-decoration-color: #1f274b !important;
}

/* Pour que les popup (modales) s'affichent correctement sur mobile */
.dialog-widget.dialog-lightbox-widget.elementor-popup-modal {
    position: fixed;
    overflow-y: scroll;
}

/* Pas de souligné pour les boutons */
.btn, .btn a, .btn:hover, .btn a:hover {
    text-decoration: none !important;
}

/* Effet de rotation de l'icône du bouton */
.btn-roll .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.btn-roll .elementor-button-icon {
    font-size: 32px;
	transition: transform 0.3s ease;
	display: inline-block;
}

.btn-roll:hover .elementor-button-icon {
	transform: translateX(4px) rotate(45deg);
}

.btn-roll .elementor-button {
	transition: padding 0.3s ease;
}

.btn-roll:hover .elementor-button {
    padding-left: 23px;
    padding-right: 10px;
}


/* Effet de rotation de l'icône du bouton */
.btn-decouvrir .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.btn-decouvrir .elementor-button-icon {
    font-size: 20px;
	transition: transform 0.3s ease;
	display: inline-block;
}

/* Au survol : rotation 45° + déplacement droite */
.btn-decouvrir:hover .elementor-button-icon {
	transform: translateX(4px) rotate(45deg);
}

.btn-decouvrir:hover .elementor-button {
    text-decoration: underline;
    text-decoration-color: #1f274b !important;
}

/* Textes du panier */
.woocommerce-notices-wrapper .woocommerce-message,
dl.variation,
.cart_totals h2,
.cart_totals td::before,
.cart_totals table * {
    font-family: "ManRope", Sans-serif;
    color: #1f274b !important;
}

/* Bouton du toast */
.woocommerce-notices-wrapper a.button.wc-forward {
    background-color: #1f274b;
	color: #fff;
	border-radius: 25px;
	padding: 12px 24px;
	font-family: "ManRope", Sans-serif;
    font-size: 16px;
}

/* Pour éviter le toast et ses traits rouges */
.woocommerce-notices-wrapper {
    display: none;
}

@media (max-width: 1025px) {
    .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

/* Page de retour du site de paiement */
.woocommerce-order {
    text-align: center;
}

.woocommerce-order ul {
    display: flex;
    justify-content: center;
    margin: 50px auto !important;
}

.woocommerce-cart .return-to-shop .button {
	background-color: #1f274b;
	color: #fff;
	border-radius: 25px;
	padding: 12px 24px;
	font-family: "ManRope", Sans-serif;
    font-size: 16px;
}

.woocommerce-cart .return-to-shop .button:hover {
    color: #1f274b;
	background-color: #ddff55;
}

/* Quantité du panier */
.elementor-button-icon-qty {
    font-style: normal;
    font-family: "ManRope", sans-serif;
}

/* Carousel des chambres */
.carousel_chambre .elementor-swiper-button-prev,
.carousel_chambre .elementor-swiper-button-next {
    background: #fff;
    border-radius: 20px;
    padding: 9px;
    position: absolute;
	top: auto !important;
	bottom: 30px;
	transform: none;
	left: auto !important;
	height: 32px;
	width: 32px;
}

.carousel_chambre .elementor-swiper-button-prev {
	right: 60px !important;
}

.carousel_chambre .elementor-swiper-button-next {
	right: 20px !important;
}

/* Bulle (surface 20m2) de la page hotel */
.bulle_chambre {
    height: 27px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DMSerifDisplay';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://geckoworking.fr/wp-content/uploads/2026/04/DMSerifDisplay-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'DMSerifDisplay';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://geckoworking.fr/wp-content/uploads/2026/04/DMSerifDisplay-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ManRope';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://geckoworking.fr/wp-content/uploads/2026/04/Manrope-VF.woff2') format('woff2');
}
/* End Custom Fonts CSS */