.elementor-kit-5{--e-global-color-primary:#273135;--e-global-color-secondary:#495355;--e-global-color-text:#273135;--e-global-color-accent:#FFFFFF;--e-global-color-86d88a8:#DDE8E8;--e-global-color-b8a33fb:#809494;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:600ms;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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 *//* HEADER */
#site-header.active-bg {
  background-color: rgba(0, 0, 0, 0.85);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* IMAGE REVEAL MASK */
.reveal-mask {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.reveal-mask img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
}

/* SPLITTING TITRES */
.title-fade,
.title-slide-up,
.title-rotate {
  display: inline-block;
  overflow: hidden;
}

.title-fade .char,
.title-slide-up .char,
.title-rotate .char {
  display: inline-block;
}


/* === STUDIO63 CUSTOM CURSOR === */
.custom-cursor {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: white;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}

.custom-cursor.hover-link {
  width: 60px;
  height: 60px;
}

/* === MASQUER LE CURSEUR NATIF === *
body, html {
  cursor: none; */


.card-light {
  background-color: #DDE8E8; /* ou une autre couleur de fond */
  clip-path: polygon(
    0 0,              /* coin haut gauche */
    100% 0,           /* coin haut droit */
    100% calc(100% - 40px),  /* coin droit avant la coupe */
    calc(100% - 40px) 100%,  /* coin bas après la coupe */
    0 100%            /* coin bas gauche */
  );/* End custom CSS */