.elementor-kit-7{--e-global-color-primary:#6A2C91;--e-global-color-secondary:#4B2A7A;--e-global-color-text:#1D1D1B;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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);}@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 */.bg-svg-shadow {
  position: relative;
  z-index: 1;
}

.bg-svg-shadow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
  z-index: -1;
}

.margin80 { width:85%; margin:auto; }

.margin80::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
  z-index: -1;
}

.bg-shadow {
  position: relative;
  z-index: 1;
}

.bg-shadow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
  z-index: -1;
}


.svg-card {
  background: #fff;
  padding: 24px;   /* 👈 C’EST ÇA QUI FAIT LA TAILLE DE LA CARD */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: inline-block;
}/* End custom CSS */