.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-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 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);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}@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;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DMSerifDisplay';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dependable-pink-chameleon.162-19-91-188.cpanel.site/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://dependable-pink-chameleon.162-19-91-188.cpanel.site/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://dependable-pink-chameleon.162-19-91-188.cpanel.site/wp-content/uploads/2026/04/Manrope-VF.woff2') format('woff2');
}
/* End Custom Fonts CSS */