.elementor-kit-6{--e-global-color-primary:#2C7E83;--e-global-color-secondary:#6AA2AD;--e-global-color-text:#2A2A2A;--e-global-color-accent:#0F3A3E;--e-global-color-f568eb7:#FAF7F2;--e-global-color-51f1657:#FAF7F27D;--e-global-color-5692aac:#2D3548;--e-global-color-b21df92:#F4EDE1;--e-global-color-d2d25d7:#1A1F2E;--e-global-color-df5d8e6:#E0A691;--e-global-color-96b31bc:#EEF2F3;--e-global-color-cb010cb:#C97359;--e-global-color-743d2b8:#2C7E83;--e-global-color-1368cca:#6AA2AD;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-size:28px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-1cbd494-font-family:"Inter";--e-global-typography-1cbd494-font-size:16px;--e-global-typography-1cbd494-font-weight:400;--e-global-typography-4b51171-font-family:"Cormorant Garamond";--e-global-typography-4b51171-font-size:56px;--e-global-typography-4b51171-font-weight:300;--e-global-typography-701c34d-font-family:"Inter";--e-global-typography-701c34d-font-size:13px;--e-global-typography-701c34d-font-weight:400;--e-global-typography-701c34d-text-transform:uppercase;--e-global-typography-701c34d-letter-spacing:0.5px;--e-global-typography-808ee4d-font-family:"Cormorant Garamond";--e-global-typography-808ee4d-font-size:22px;--e-global-typography-808ee4d-font-weight:400;--e-global-typography-808ee4d-font-style:italic;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === ÉLÉNA BLONDEAU — CSS Global === */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500;600&family=Caveat:wght@400;600&display=swap');

/* Variables */
:root {
  --eb-teal: #3A7480;
  --eb-teal-deep: #0F3A3E;
  --eb-terra: #C97359;
  --eb-ink: #2A2A2A;
  --eb-paper: #FAF7F2;
  --eb-paper-warm: #F4EDE1;
  --eb-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Header sticky */
.eb-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(250, 247, 242, 0.92) !important;
  transition: box-shadow 0.3s var(--eb-ease);
}

.eb-header.scrolled {
  box-shadow: 0 2px 20px rgba(42, 42, 42, 0.08);
}

/* Transitions universelles hover */
.elementor-widget-image img,
.elementor-widget-image-box {
  transition: transform 0.5s var(--eb-ease);
}

.elementor-widget-image:hover img {
  transform: translateY(-6px);
}

/* Galerie cards hover */
.elementor-widget-image-box:hover {
  transform: translateY(-6px);
}

/* Nav menu hover underline */
.eb-header .elementor-nav-menu--main a {
  position: relative;
}

.eb-header .elementor-nav-menu--main a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--eb-teal);
  transition: width 0.3s var(--eb-ease);
}

.eb-header .elementor-nav-menu--main a:hover::after {
  width: 100%;
}

/* Buttons */
.elementor-button {
  transition: all 0.3s var(--eb-ease) !important;
}

/* Pills credentials */
.eb-cred-pill {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--eb-teal);
  padding: 8px 14px;
  border-radius: 99px;
  color: var(--eb-teal);
  display: inline-block;
}

/* Footer signature */
.xx-footer-signature {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 36px;
  color: var(--eb-paper);
}/* End custom CSS */