.elementor-kit-11{--e-global-color-primary:#2B82F4;--e-global-color-secondary:#F0F4F9;--e-global-color-text:#0D0D0D;--e-global-color-accent:#0D0D0D;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:400;--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;background-image:url("https://pierrebproduction.fr/wp-content/uploads/2025/08/Desktop-4.svg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.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-kit-11{background-image:url("https://pierrebproduction.fr/wp-content/uploads/2025/08/iPhone-16-Pro-3.svg");}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p {
    margin: 0px;
}

/* Le body garde ton background-image */
html, body {
  min-height: 100%;
}
body {
  margin: 0;
  position: relative; /* contexte pour ::before */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Calque de flou qui s’étire sur TOUTE la page */
body::before {
  content: "";
  position: absolute;   /* <-- au lieu de fixed */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;            /* s’étire jusqu’au bas du body (hauteur du site) */
  background: rgba(0,0,0,0.001); /* nécessaire pour activer le backdrop */
  backdrop-filter: blur(120px);
  -webkit-backdrop-filter: blur(120px);
  pointer-events: none;
  z-index: 0;           /* sous le contenu, au-dessus du fond */
}

/* S'assurer que le contenu passe au-dessus */
.elementor, #page, .site, .elementor-location-header, .elementor-location-footer {
  position: relative;
  z-index: 1;
}/* End custom CSS */