.elementor-kit-2855{--e-global-color-primary:#233527;--e-global-color-secondary:#FEF7DF;--e-global-color-text:#2B2E2B;--e-global-color-accent:#B6CCBA;--e-global-typography-primary-font-family:"DM Serif Display";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Mulish";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;font-family:"Interfont", Sans-serif;font-size:1.5rem;font-weight:400;line-height:1.7em;letter-spacing:0px;}.elementor-kit-2855 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2855 a{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-2855 h1{font-size:70px;letter-spacing:-1px;}.elementor-kit-2855 h2{font-family:"DM Serif Display", Sans-serif;font-size:48px;line-height:1.2em;letter-spacing:-0.5px;}.elementor-kit-2855 h3{font-family:"DM Serif Display", Sans-serif;font-size:30px;font-weight:400;line-height:2.25rem;letter-spacing:0px;}.elementor-kit-2855 h4{font-family:"DM Serif Display", Sans-serif;font-size:14px;font-weight:400;font-style:normal;}.elementor-kit-2855 h5{font-family:"DM Serif Display", Sans-serif;font-size:24px;font-weight:600;line-height:1.5rem;letter-spacing:0px;}.elementor-kit-2855 h6{font-size:18px;}.elementor-kit-2855 button,.elementor-kit-2855 input[type="button"],.elementor-kit-2855 input[type="submit"],.elementor-kit-2855 .elementor-button{box-shadow:0px 4px 12px 0px rgba(0,0,0,0.5);border-style:solid;border-width:2px 2px 2px 2px;border-radius:50px 50px 50px 50px;padding:16px 40px 16px 40px;}.elementor-kit-2855 img{filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}.elementor-kit-2855 img:hover{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.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;}.site-footer .copyright p{color:#FFFFFF;font-family:"Interfont", Sans-serif;font-size:16px;}@media(max-width:1024px){.elementor-kit-2855{font-size:16px;}.elementor-kit-2855 h1{font-size:50px;}.elementor-kit-2855 h2{font-size:36px;line-height:1.2em;letter-spacing:-0.5px;}.elementor-kit-2855 h3{font-size:28px;letter-spacing:0px;}.elementor-kit-2855 h5{font-size:17px;line-height:1.5rem;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2855{font-size:15px;}.elementor-kit-2855 h1{font-size:35px;}.elementor-kit-2855 h2{font-size:28px;line-height:1.2em;letter-spacing:-0.5px;}.elementor-kit-2855 h3{font-size:24px;line-height:1.3em;letter-spacing:0px;}.elementor-kit-2855 h5{font-size:16px;line-height:1.5rem;letter-spacing:0px;}.elementor-kit-2855 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* Path Cards */
.path-card {
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.4s ease !important;
    border-top: 5px solid #D4AF37 !important;
}

.path-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

/* Service Cards */
.service-card {
    background: white !important;
    border-radius: 15px !important;
    padding: 2.5rem 1.5rem !important;
    text-align: center !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
}

.service-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

/* Hero Image Accent */
.hero-image-container {
    position: relative;
}

.hero-image-container::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #D4AF37;
    border-radius: 10px;
    bottom: -30px;
    right: -30px;
    z-index: -1;
}

/* Make all images black and white */
img {
  filter: grayscale(100%);
  transition: 0.4s ease;
}


/* Exclure le logo (ajoute ici toutes les variantes possibles) */
/* 3. Exclure précisément les logos */
.elementor-widget-image[data-id="53aba084"] img,
.elementor-widget-image[data-id="996449b"] img {
  filter: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS *//* End Custom Fonts CSS */