.elementor .H5{font-family:var(--Typo-font-titre);font-weight:700;font-size:1rem;letter-spacing:-0.01em;line-height:1.35em;}.elementor .Texte-Petit{font-family:var(--Typo-Font-Texte);font-weight:400;font-size:0.88rem;line-height:1.55em;}.elementor .Background-hero{padding:var(--Gap-Large);flex-direction:column;justify-content:center;align-items:center;position: relative;
overflow: hidden;
isolation: isolate;

background-color: #0B2744;

background-image:
/* halo haut droit très doux */
radial-gradient(
  circle at 82% 18%,
  rgba(204, 246, 255, 0.035) 0px,
  transparent 240px
),

/* halo bas gauche très discret */
radial-gradient(
  circle at 12% 72%,
  rgba(255, 255, 255, 0.010) 0px,
  transparent 190px
),

/* cercle droit discret */
radial-gradient(
  circle at 88% 46%,
  rgba(255, 255, 255, 0.030) 0px,
  rgba(255, 255, 255, 0.020) 150px,
  transparent 210px
),

/* halo intermédiaire très léger */
radial-gradient(
  circle at 70% 66%,
  rgba(255, 255, 255, 0.018) 0px,
  rgba(255, 255, 255, 0.012) 120px,
  transparent 180px
),

linear-gradient(
  135deg,
  #0B2744 0%,
  #103456 52%,
  #123A63 100%
);

background-repeat: no-repeat;
background-size: cover;


/* Grand cercle lumineux à droite — désactivé pour le moment */
&::before {
content: "";
position: absolute;

right: -210px;
top: 20px;

width: clamp(300px, 36vw, 600px);
aspect-ratio: 1 / 1;
border-radius: 50%;

background:
  radial-gradient(
    circle at 72% 28%,
    rgba(204, 246, 255, 0.62) 0%,
    rgba(77, 141, 255, 0.52) 14%,
    rgba(16, 58, 122, 0.70) 38%,
    rgba(6, 26, 61, 0.84) 66%,
    rgba(2, 11, 36, 0.96) 100%
  );

opacity: 0;

box-shadow:
  0 0 80px rgba(77, 141, 255, 0.24),
  0 0 165px rgba(108, 99, 255, 0.16),
  inset -35px -45px 80px rgba(2, 11, 36, 0.70),
  inset 20px 20px 60px rgba(204, 246, 255, 0.16);

z-index: 0;
pointer-events: none;
}\n}