
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--DeepFocusColors-White: #f8f1f1;
--DeepFocusColors-Yellow: #ffd02a;
--DeepFocusColors-Blue: #d7f3f4;
--DeepFocusColors-Black: #242424;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-librefranklin: 'Libre Franklin',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .dHUsnK {
    width:100%;
  display:flex;
  overflow:hidden;
  position:relative;
  background:var(--DeepFocusColors-Black);
  min-height:100vh;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .enFHnd {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge1 8s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 15px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge1 {
                    
                        0% {
                          transform: translate(30vw,35vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(65vw,45vh) rotate(180deg);
                        }
                        

                        100% {
                          transform: translate(70vw,60vh) rotate(360deg);
                        }
                        
                  }
                  
      
      
  .fiBEmd {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge2 9s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 18px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge2 {
                    
                        0% {
                          transform: translate(65vw,25vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(45vw,55vh) rotate(-180deg);
                        }
                        

                        100% {
                          transform: translate(30vw,70vh) rotate(-360deg);
                        }
                        
                  }
                  
      
      
  .bKIPSn {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge3 8.5s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 16px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge3 {
                    
                        0% {
                          transform: translate(55vw,70vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(40vw,45vh) rotate(180deg);
                        }
                        

                        100% {
                          transform: translate(60vw,30vh) rotate(360deg);
                        }
                        
                  }
                  
      
      
  .dqZRlJ {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge4 7.5s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 17px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge4 {
                    
                        0% {
                          transform: translate(75vw,55vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(55vw,65vh) rotate(-180deg);
                        }
                        

                        100% {
                          transform: translate(35vw,40vh) rotate(-360deg);
                        }
                        
                  }
                  
      
      
  .cjihte {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge5 8.3s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 15px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge5 {
                    
                        0% {
                          transform: translate(40vw,32vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(62vw,52vh) rotate(180deg);
                        }
                        

                        100% {
                          transform: translate(48vw,68vh) rotate(360deg);
                        }
                        
                  }
                  
      
      
  .eKYNRF {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge6 9.2s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 18px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge6 {
                    
                        0% {
                          transform: translate(25vw,58vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(52vw,38vh) rotate(-180deg);
                        }
                        

                        100% {
                          transform: translate(72vw,62vh) rotate(-360deg);
                        }
                        
                  }
                  
      
      
  .eSTzfH {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge7 7.8s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 16px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge7 {
                    
                        0% {
                          transform: translate(58vw,22vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(42vw,48vh) rotate(180deg);
                        }
                        

                        100% {
                          transform: translate(68vw,72vh) rotate(360deg);
                        }
                        
                  }
                  
      
      
  .fFUSVc {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge8 8.7s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 17px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge8 {
                    
                        0% {
                          transform: translate(48vw,65vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(70vw,48vh) rotate(-180deg);
                        }
                        

                        100% {
                          transform: translate(32vw,32vh) rotate(-360deg);
                        }
                        
                  }
                  
      
      
  .eUoyvA {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge9 8.1s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 15px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge9 {
                    
                        0% {
                          transform: translate(35vw,48vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(58vw,58vh) rotate(180deg);
                        }
                        

                        100% {
                          transform: translate(38vw,38vh) rotate(360deg);
                        }
                        
                  }
                  
      
      
  .ckAonD {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot1 2.3s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 8px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot1 {
                    
                        0% {
                          transform: translate(15vw,25vh);
                        }
                        

                        100% {
                          transform: translate(85vw,65vh);
                        }
                        
                  }
                  
      
      
  .ceXjJA {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot2 2.7s ease-in infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 6px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot2 {
                    
                        0% {
                          transform: translate(75vw,20vh);
                        }
                        

                        100% {
                          transform: translate(25vw,70vh);
                        }
                        
                  }
                  
      
      
  .dlQnYo {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot3 2.1s ease-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 7px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot3 {
                    
                        0% {
                          transform: translate(60vw,10vh);
                        }
                        

                        100% {
                          transform: translate(40vw,80vh);
                        }
                        
                  }
                  
      
      
  .eulfMp {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot4 2.5s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 8px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot4 {
                    
                        0% {
                          transform: translate(85vw,60vh);
                        }
                        

                        100% {
                          transform: translate(15vw,30vh);
                        }
                        
                  }
                  
      
      
  .cBsZPp {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot5 2.4s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 7px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot5 {
                    
                        0% {
                          transform: translate(30vw,75vh);
                        }
                        

                        100% {
                          transform: translate(70vw,25vh);
                        }
                        
                  }
                  
      
      
  .dyBfnL {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot6 2.2s ease-in infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 6px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot6 {
                    
                        0% {
                          transform: translate(10vw,40vh);
                        }
                        

                        100% {
                          transform: translate(80vw,60vh);
                        }
                        
                  }
                  
      
      
  .fmZepU {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot7 2.6s linear infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 8px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot7 {
                    
                        0% {
                          transform: translate(65vw,15vh);
                        }
                        

                        100% {
                          transform: translate(35vw,75vh);
                        }
                        
                  }
                  
      
      
  .eGXHtP {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot8 2.8s ease-out infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 7px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot8 {
                    
                        0% {
                          transform: translate(45vw,80vh);
                        }
                        

                        100% {
                          transform: translate(55vw,20vh);
                        }
                        
                  }
                  
      
      
  .VLVDf {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot9 2.3s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 6px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot9 {
                    
                        0% {
                          transform: translate(80vw,35vh);
                        }
                        

                        100% {
                          transform: translate(20vw,55vh);
                        }
                        
                  }
                  
      
      
  .dZOGSl {
    width:12px;
  height:12px;
  position:absolute;
  animation:Accueil-shootLarge10 9.5s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 18px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootLarge10 {
                    
                        0% {
                          transform: translate(68vw,68vh) rotate(0deg);
                        }
                        

                        50% {
                          transform: translate(48vw,52vh) rotate(-180deg);
                        }
                        

                        100% {
                          transform: translate(32vw,35vh) rotate(-360deg);
                        }
                        
                  }
                  
      
      
  .cxGIKg {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed1 4.5s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 10px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed1 {
                    
                        0% {
                          transform: translate(22vw,35vh);
                        }
                        

                        100% {
                          transform: translate(72vw,55vh);
                        }
                        
                  }
                  
      
      
  .deUAES {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed2 5s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 12px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed2 {
                    
                        0% {
                          transform: translate(72vw,28vh);
                        }
                        

                        100% {
                          transform: translate(28vw,62vh);
                        }
                        
                  }
                  
      
      
  .eQzthR {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed3 4.8s ease-in infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 11px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed3 {
                    
                        0% {
                          transform: translate(58vw,18vh);
                        }
                        

                        100% {
                          transform: translate(42vw,72vh);
                        }
                        
                  }
                  
      
      
  .DHQFK {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed4 4.3s ease-out infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 10px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed4 {
                    
                        0% {
                          transform: translate(18vw,58vh);
                        }
                        

                        100% {
                          transform: translate(78vw,42vh);
                        }
                        
                  }
                  
      
      
  .fdQpAw {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed5 4.7s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 12px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed5 {
                    
                        0% {
                          transform: translate(38vw,72vh);
                        }
                        

                        100% {
                          transform: translate(62vw,28vh);
                        }
                        
                  }
                  
      
      
  .byIgN {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed6 5.2s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 11px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed6 {
                    
                        0% {
                          transform: translate(82vw,48vh);
                        }
                        

                        100% {
                          transform: translate(18vw,52vh);
                        }
                        
                  }
                  
      
      
  .cLXnjW {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed7 4.6s ease-in infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 10px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed7 {
                    
                        0% {
                          transform: translate(32vw,38vh);
                        }
                        

                        100% {
                          transform: translate(68vw,62vh);
                        }
                        
                  }
                  
      
      
  .bskxZi {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed8 4.9s ease-out infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 12px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed8 {
                    
                        0% {
                          transform: translate(62vw,78vh);
                        }
                        

                        100% {
                          transform: translate(38vw,22vh);
                        }
                        
                  }
                  
      
      
  .ectFtw {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed9 4.4s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 11px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed9 {
                    
                        0% {
                          transform: translate(52vw,25vh);
                        }
                        

                        100% {
                          transform: translate(48vw,75vh);
                        }
                        
                  }
                  
      
      
  .chVwFB {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot10 2.5s ease-in infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 8px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot10 {
                    
                        0% {
                          transform: translate(25vw,70vh);
                        }
                        

                        100% {
                          transform: translate(65vw,30vh);
                        }
                        
                  }
                  
      
      
  .MnWPj {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot11 2.7s linear infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 7px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot11 {
                    
                        0% {
                          transform: translate(90vw,45vh);
                        }
                        

                        100% {
                          transform: translate(10vw,55vh);
                        }
                        
                  }
                  
      
      
  .cViiun {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot12 2.4s ease-out infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 6px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot12 {
                    
                        0% {
                          transform: translate(70vw,8vh);
                        }
                        

                        100% {
                          transform: translate(30vw,82vh);
                        }
                        
                  }
                  
      
      
  .ElCdT {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot13 2.6s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 8px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot13 {
                    
                        0% {
                          transform: translate(38vw,62vh);
                        }
                        

                        100% {
                          transform: translate(62vw,38vh);
                        }
                        
                  }
                  
      
      
  .QQgaR {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot14 2.2s ease-in infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 7px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot14 {
                    
                        0% {
                          transform: translate(20vw,30vh);
                        }
                        

                        100% {
                          transform: translate(75vw,65vh);
                        }
                        
                  }
                  
      
      
  .efLdtR {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot15 2.8s linear infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 6px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot15 {
                    
                        0% {
                          transform: translate(55vw,85vh);
                        }
                        

                        100% {
                          transform: translate(45vw,15vh);
                        }
                        
                  }
                  
      
      
  .dbOTlk {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot16 2.5s ease-out infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 8px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot16 {
                    
                        0% {
                          transform: translate(82vw,52vh);
                        }
                        

                        100% {
                          transform: translate(18vw,48vh);
                        }
                        
                  }
                  
      
      
  .eZZdSz {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot17 2.3s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 7px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot17 {
                    
                        0% {
                          transform: translate(35vw,22vh);
                        }
                        

                        100% {
                          transform: translate(65vw,68vh);
                        }
                        
                  }
                  
      
      
  .jtQwL {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot18 2.7s ease-in infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 6px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot18 {
                    
                        0% {
                          transform: translate(78vw,68vh);
                        }
                        

                        100% {
                          transform: translate(22vw,32vh);
                        }
                        
                  }
                  
      
      
  .bUSHfL {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot19 2.4s linear infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 8px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot19 {
                    
                        0% {
                          transform: translate(48vw,43vh);
                        }
                        

                        100% {
                          transform: translate(52vw,57vh);
                        }
                        
                  }
                  
      
      
  .bMkIlf {
    width:5px;
  height:5px;
  position:absolute;
  animation:Accueil-shoot20 2.6s ease-out infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 7px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shoot20 {
                    
                        0% {
                          transform: translate(42vw,78vh);
                        }
                        

                        100% {
                          transform: translate(58vw,22vh);
                        }
                        
                  }
                  
      
      
  .eDtHmc {
    width:15px;
  height:15px;
  position:absolute;
  animation:Accueil-shootXL1 13s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 22px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootXL1 {
                    
                        0% {
                          transform: translate(28vw,38vh) rotate(0deg);
                        }
                        

                        25% {
                          transform: translate(48vw,28vh) rotate(90deg);
                        }
                        

                        50% {
                          transform: translate(68vw,48vh) rotate(180deg);
                        }
                        

                        75% {
                          transform: translate(52vw,62vh) rotate(270deg);
                        }
                        

                        100% {
                          transform: translate(38vw,52vh) rotate(360deg);
                        }
                        
                  }
                  
      
      
  .cYWFay {
    width:15px;
  height:15px;
  position:absolute;
  animation:Accueil-shootXL2 14s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 25px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootXL2 {
                    
                        0% {
                          transform: translate(68vw,32vh) rotate(0deg);
                        }
                        

                        25% {
                          transform: translate(62vw,52vh) rotate(-90deg);
                        }
                        

                        50% {
                          transform: translate(42vw,58vh) rotate(-180deg);
                        }
                        

                        75% {
                          transform: translate(35vw,42vh) rotate(-270deg);
                        }
                        

                        100% {
                          transform: translate(48vw,35vh) rotate(-360deg);
                        }
                        
                  }
                  
      
      
  .VsYLg {
    width:15px;
  height:15px;
  position:absolute;
  animation:Accueil-shootXL3 15s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 0px  #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootXL3 {
                    
                        0% {
                          transform: translate(52vw,65vh) rotate(0deg);
                        }
                        

                        25% {
                          transform: translate(38vw,52vh) rotate(90deg);
                        }
                        

                        50% {
                          transform: translate(48vw,38vh) rotate(180deg);
                        }
                        

                        75% {
                          transform: translate(62vw,45vh) rotate(270deg);
                        }
                        

                        100% {
                          transform: translate(52vw,65vh) rotate(0deg);
                        }
                        
                  }
                  
      
      
  .boSYfU {
    width:15px;
  height:15px;
  position:absolute;
  animation:Accueil-shootXL4 12.5s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 24px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootXL4 {
                    
                        0% {
                          transform: translate(72vw,55vh) rotate(0deg);
                        }
                        

                        25% {
                          transform: translate(58vw,62vh) rotate(-90deg);
                        }
                        

                        50% {
                          transform: translate(45vw,55vh) rotate(-180deg);
                        }
                        

                        75% {
                          transform: translate(42vw,42vh) rotate(-270deg);
                        }
                        

                        100% {
                          transform: translate(52vw,38vh) rotate(-360deg);
                        }
                        
                  }
                  
      
      
  .sfqKo {
    width:15px;
  height:15px;
  position:absolute;
  animation:Accueil-shootXL5 14.5s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 26px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootXL5 {
                    
                        0% {
                          transform: translate(35vw,35vh) rotate(0deg);
                        }
                        

                        25% {
                          transform: translate(52vw,42vh) rotate(90deg);
                        }
                        

                        50% {
                          transform: translate(62vw,52vh) rotate(180deg);
                        }
                        

                        75% {
                          transform: translate(48vw,62vh) rotate(270deg);
                        }
                        

                        100% {
                          transform: translate(38vw,48vh) rotate(360deg);
                        }
                        
                  }
                  
      
      
  .dINoQo {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed10 5.1s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 10px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed10 {
                    
                        0% {
                          transform: translate(25vw,65vh);
                        }
                        

                        100% {
                          transform: translate(75vw,35vh);
                        }
                        
                  }
                  
      
      
  .cjlblR {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed11 4.8s ease-in infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 12px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed11 {
                    
                        0% {
                          transform: translate(68vw,42vh);
                        }
                        

                        100% {
                          transform: translate(32vw,58vh);
                        }
                        
                  }
                  
      
      
  .PRrxK {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed12 4.5s ease-out infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 11px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed12 {
                    
                        0% {
                          transform: translate(42vw,82vh);
                        }
                        

                        100% {
                          transform: translate(58vw,18vh);
                        }
                        
                  }
                  
      
      
  .lfVTh {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed13 4.7s ease-in-out infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 10px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed13 {
                    
                        0% {
                          transform: translate(48vw,52vh);
                        }
                        

                        100% {
                          transform: translate(78vw,32vh);
                        }
                        
                  }
                  
      
      
  .bbzGao {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed14 5.3s linear infinite;
  background:linear-gradient(135deg,#d7f3f4,#ffd02a);
  box-shadow:0 0 12px #d7f3f4;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed14 {
                    
                        0% {
                          transform: translate(15vw,32vh);
                        }
                        

                        100% {
                          transform: translate(85vw,68vh);
                        }
                        
                  }
                  
      
      
  .bOOwlM {
    width:8px;
  height:8px;
  position:absolute;
  animation:Accueil-shootMed15 4.6s ease-in infinite;
  background:linear-gradient(135deg,#ffd02a,#d7f3f4);
  box-shadow:0 0 11px #ffd02a;
  border-radius:50%;
  }
      

      
        
                  @keyframes Accueil-shootMed15 {
                    
                        0% {
                          transform: translate(58vw,72vh);
                        }
                        

                        100% {
                          transform: translate(28vw,28vh);
                        }
                        
                  }
                  
      