.elementor-kit-9{--e-global-color-primary:#0097B2;--e-global-color-secondary:#1F2B38;--e-global-color-text:#5C6663;--e-global-color-accent:#EFEFEF;--e-global-color-01eb0ae:#FFFFFF;--e-global-color-17aa28d:#02010100;--e-global-color-c0fb563:#5C666338;--e-global-color-1f40ab0:#0CC0DF;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-size:85px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.4em;--e-global-typography-1317112-font-family:"Roboto Condensed";--e-global-typography-1317112-font-size:16px;--e-global-typography-1317112-font-weight:500;--e-global-typography-1317112-text-transform:uppercase;--e-global-typography-1317112-line-height:1.2em;--e-global-typography-283efe4-font-family:"Roboto Condensed";--e-global-typography-283efe4-font-size:32px;--e-global-typography-283efe4-font-weight:500;--e-global-typography-283efe4-text-transform:capitalize;--e-global-typography-283efe4-line-height:1.2em;--e-global-typography-e316db4-font-family:"Roboto Condensed";--e-global-typography-e316db4-font-size:22px;--e-global-typography-e316db4-font-weight:500;--e-global-typography-e316db4-text-transform:capitalize;--e-global-typography-e316db4-line-height:1.2em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-secondary );border-radius:50px 50px 50px 50px;padding:15px 30px 15px 30px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-01eb0ae );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.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-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:47px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-element-333d9349 {
  display: flex;          
  justify-content: center; 
  align-items: center; 
}

.elementor-element-2fc490d {
  display: flex;          
  justify-content: center; 
  align-items: center; 
}

.elementor-element-112d5d0 {
  display: flex;          
  justify-content: center; 
  align-items: center; 
}


/* Container grid */
.elementor-element.e-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1rem;
  width: min(75rem, 100%);
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box;
  align-items: stretch; /* stretch all cards to same height */
}

/* Card style */
.hfe-infocard {
  display: grid;
  grid-template-rows: 1fr auto; /* content vertical center */
  padding: 1rem;
  background: linear-gradient(to bottom right, #f7f9fc, #e0e4e5);
  border-radius: 1.5rem;
  box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Inner wrapper to center content vertically */
.hfe-infocard > .hfe-infocard-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  height: 100%;
}

/* Hover effect */
.hfe-infocard:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px rgba(0,0,0,0.2);
}

/* css page accueil a propos */
@media (min-width: 720px) and (max-width: 767px) {
    .elementor-48 .elementor-element.elementor-element-30342930 {
        padding-top: 360px !important;
    }
    
    .elementor-355 .elementor-element.elementor-element-04597fe {
        padding-top: 360px !important;
    }
}

@media (min-width: 640px) and (max-width: 720px) {
    .elementor-48 .elementor-element.elementor-element-30342930 {
        padding-top: 290px !important;
    }
    
    .elementor-355 .elementor-element.elementor-element-04597fe {
        padding-top: 290px !important;
    }
}

/* Title styling */
.hfe-infocard-title {
  font-size: 1.5rem;
  font-weight: 600;
  tex/* End custom CSS */