
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --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;
--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;
--background-page: #18191bff;
--background-carte: #20242F;
--titre-carte: #ECEFF4;
--texte-carte: #ffffffff;
    /* Fonts */
    --font-jura: 'Jura',sans-serif;
--font-lora: 'Lora',serif;
--font-sans: 'Inter',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-rubik: 'Rubik',sans-serif;
--font-nunito: 'Nunito',sans-serif;
--font-oswald: 'Oswald',sans-serif;
--font-archivo: 'Archivo',sans-serif;
--font-dm-sans: 'DM Sans',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-epilogue: 'Epilogue',sans-serif;
--font-fira-code: 'Fira Code',monospace;
--font-playfair-display: 'Playfair Display',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;
-- unnamed: 24px;
    /* 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;
    }
  }
}

      
  .emqxBW {
    min-height:100vh;
  align-items:center;
  justify-content:start;
  background-color:#18191bff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .czXNIV {
    padding:8px;
  font-size:12px;
  border-radius:50%;
  background-color:#2e6bc2ff;
  }
      

      
        
      
      
  .iWlGe {
    gap:6px;
  top:38px;
  left:-70px;
  width:100px;
  opacity:1;
  z-index:15;
  position:absolute;
  transition:opacity 125ms;
  align-items:center;
  padding-top:12px;
  border-radius:6px;
  padding-bottom:12px;
  justify-content:start;
  background-color:#ffffffff;
  }
      

      
        
      
      
  .ftWjeQ {
    color:var(--grey-50);
  width:100%;
  position:relative;
  font-size:14px;
  font-weight:400;
  padding-bottom:62px;
  background-color:#2E2C8Eff;
  }
      

      
        
      
      
  .GEsaO {
    color:var(--red-500);
  display:inline;
  font-size:inherit;
  text-align:left;
  font-family:inherit;
  font-weight:inherit;
  padding-bottom:40px;
  }
      

      
        
      
      
  .eDrrjJ {
    gap:12px;
  color:inherit;
  font-size:14px;
  align-items:start;
  font-weight:inherit;
  flex-direction:column;
  }
      

      
        
      
      
  .dFwzyG {
    gap:24px 18px;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  max-width:100%;
  margin-top:28px;
  align-items:start;
  font-weight:inherit;
  padding-top:32px;
  align-content:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .frnsUt {
    color:inherit;
  font-size:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dctCbH {
    gap:16px;
  flex-wrap:wrap;
  max-width:300px;
  align-items:start;
  padding-top:24px;
  flex-direction:row;
  padding-bottom:18px;
  justify-content:center;
  }
      

      
          @media (min-width: 600px) {
            
  .dctCbH {
    align-items:start;
  justify-content:start;
  }
      

          }
          
        
      
      
  .cuqHTT {
    gap:24px;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 600px) {
            
  .cuqHTT {
    align-items:start;
  justify-content:start;
  }
      

          }
          
        
      
      
  .cxKUDE {
    gap:6px;
  color:var(--color-text-primary, #E5E5E5);
  padding:var(--spacing-unit, 8px);
  align-items:center;
  border-radius:var(--border-radius-md, 6px);
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fudqRa {
    width:50px;
  height:50px;
  max-width:100%;
  border-radius:32px;
  }
      

      
        
      
      
  .eBsbOt {
    align-items:center;
  padding-left:18px;
  padding-right:18px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .bxhGtV {
    top:32px;
  flex-direction:column;
  }
      

      
        
      
      
  .bqikiB {
    color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .bqikiB:hover {
    cursor:auto;
  text-decoration:underline;
  }
      

        
      
      
  .frFDIC {
    color:var(--blue-600);
  border-radius:25px;
  }
      

      
        
      
      
  .dxwTgk {
    align-items:center;
  justify-content:start;
  }
      

      
          @media (min-width: 600px) {
            
  .dxwTgk {
    align-items:start;
  justify-content:start;
  }
      

          }
          
        
      
      
  .fGudcc {
    color:inherit;
  display:inline;
  font-size:inherit;
  text-align:left;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dxbKko {
    top:0px;
  width:100%;
  height:300px;
  position:absolute;
  background:linear-gradient(0deg, #2F2D92 0%, #18191B 100%);
  }
      

      
        
      
      
  .bKdyKJ {
    font-weight:inherit;
  }
      

      
        
      
      
  .XrYHo {
    color:#c2c2c2ff;
  width:5rem;
  display:inline-flex;
  font-size:11px;
  text-align:left;
  align-items:center;
  padding-top:3px;
  padding-left:6px;
  border-radius:4px;
  padding-right:6px;
  padding-bottom:3px;
  justify-content:center;
  background-color:#4c4c8a57;
  }
      

      
        
      
      
  .beTrFe {
    color:#c2c2c2ff;
  width:5rem;
  display:inline-flex;
  font-size:11px;
  align-items:center;
  padding-top:3px;
  padding-left:6px;
  border-radius:4px;
  padding-right:6px;
  padding-bottom:3px;
  justify-content:center;
  background-color:#4c4c8a4d;
  }
      

      
        
      
      
  .bxjeLT {
    gap:var(--spacing-unit, 8px);
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .NLZeG {
    gap:4px;
  color:#d4d6d8ff;
  cursor:pointer;
  height:32px;
  align-items:center;
  user-select:none;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  -ms-user-select:none;
  background-color:#2F3760;
  -webkit-user-select:none;
  }
      

      
  .NLZeG:hover {
    background-color:#445188ff;
  }
      


  .NLZeG:active {
    padding-top:1px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eMVomw {
    gap:4px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cXbnVf {
    color:#d1d4d6ff;
  cursor:pointer;
  height:32px;
  align-items:center;
  padding-left:30px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  -ms-user-select:none;
  justify-content:start;
  background-color:#2f3760ff;
  -webkit-user-select:none;
  }
      

      
  .cXbnVf.check {
    background-color:var(--blue-600);
  }
      


  .cXbnVf:hover {
    background-color:#445188ff;
  }
      


  .cXbnVf:focus-visible {
    padding-top:1px;
  }
      

        
      
      
  .cQykNq {
    width:48px;
  height:48px;
  border-radius:12px;
  background-color:#ffffff33;
  }
      

      
  .cQykNq.check {
    background-color:var(--blue-600);
  }
      

        
      
      
  .efdeoS {
    top:-2px;
  right:-2px;
  position:absolute;
  border-radius:6px;
  }
      

      
        
      
      
  .bRnFVZ {
    width:100%;
  max-width:620px;
  }
      

      
        
      
      
  .vhGRx {
    font-size:0.9rem;
  flex-direction:row;
  }
      

      
        
      
      
  .NzmwM {
    color:var(--grey-800);
  font-size:1rem;
  font-weight:800;
  padding-bottom:4px;
  }
      

      
        
      
      
  .fpzjlp {
    color:var(--blue-600);
  width:30px;
  height:30px;
  align-items:center;
  justify-content:end;
  }
      

      
        
      
      
  .bxwXjS {
    gap:8px;
  position:relative;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  .ejQbRH {
    right:-12px;
  bottom:-14px;
  opacity:0.3;
  position:absolute;
  }
      

      
        
      
      
  .clgNAl {
    gap:4px;
  height:52px;
  overflow-x:scroll;
  padding-top:4px;
  flex-direction:row;
  scrollbar-width:none;
  }
      
.clgNAl::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .eFeBtr {
    gap:4px;
  flex:1;
  width:100%;
  max-width:620px;
  }
      

      
        
      
      
  .DdWVw {
    font-size:0.9rem;
  }
      

      
  
      

        
      
      
  .fuWfbP {
    gap:6px;
  top:10px;
  color:#B8C3CE;
  right:12px;
  position:absolute;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  .cCBpZA {
    top:7px;
  left:8px;
  position:absolute;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
      
      
  .dkMDSU {
    color:var(--grey-50);
  display:none;
  font-size:1.2rem;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
          @media (min-width: 480px) {
            
  .dkMDSU {
    display:block;
  }
      

          }
          
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
      
      
  .dAVSqN {
    gap:6px;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .dacvzi {
    top:12px;
  left:10px;
  position:absolute;
  }
      

      
        
      
      
  .bwLGsH {
    width:74px;
  max-width:100%;
  border-radius:6px;
  margin-bottom:20px;
  }
      

      
        
      
      
  .eJOktY {
    gap:12px;
  width:100%;
  padding:12px;
  overflow:hidden;
  min-width:260px;
  border-radius:4px;
  margin-bottom:8px;
  flex-direction:row;
  background-color:#1f262eff;
  }
      

      
        
      
      
  .cwtcOg {
    flex:1;
  color:var(--grey-50);
  display:flex;
  font-size:16px;
  flex-direction:column;
  }
      

      
        
      
      
  .cBDaQe {
    gap:4px;
  color:#8996a4ff;
  align-items:end;
  flex-direction:row;
  padding-bottom:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dDDuBC {
    gap:2px;
  align-items:center;
  flex-direction:row;
  }
      

      
  .dDDuBC:hover {
    color:var(--grey-200);
  cursor:pointer;
  }
      

        
      
      
  .etMiMT {
    color:var(--grey-200);
  font-weight:400;
  }
      

      
        
      
      
  .XfbmN {
    gap:2px;
  flex-direction:row;
  }
      

      
        
      
      
  .bUcGUG {
    top:0px;
  color:var(--yellow-200);
  right:0px;
  position:absolute;
  padding-top:4px;
  padding-left:8px;
  padding-right:4px;
  padding-bottom:9px;
  background-color:#e8e8e812;
  border-bottom-left-radius:18px;
  }
      

      
        
      
      
  .betGJg {
    width:40px;
  }
      

      
        
      
      
  .eYSZcM {
    color:inherit;
  font-size:inherit;
  text-align:left;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dMBrdj {
    gap:2px;
  cursor:auto;
  align-items:center;
  flex-direction:row;
  }
      

      
  .dMBrdj:hover {
    color:var(--grey-200);
  cursor:pointer;
  }
      

        
      
      
  .caxXWj {
    color:#8b98a5;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .ciJYdK {
    color:inherit;
  font-size:12px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .exJmGj {
    color:#8b98a5;
  font-size:12px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fBiJNI {
    color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  }
      

      
        
      
      
  .bJtDBR {
    width:14px;
  height:14px;
  display:inline;
  position:relative;
  max-width:100%;
  margin-left:4px;
  border-radius:50%;
  }
      

      
        
      
      
  .ckapKM {
    color:#ffffffff;
  font-size:inherit;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .fazsKE {
    max-width:100%;
  border-radius:6px;
  }
      

      
        
      
      
  .IPXaf {
    top:-18px;
  left:13px;
  color:var(--grey-50);
  width:et;
  opacity:1;
  z-index:4;
  position:absolute;
  font-size:10px;
  transition:opacity 600ms ease-out;
  padding-top:2px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:2px;
  background-color:var(--blue-500);
  }
      

      
  .IPXaf.cacher {
    opacity:0;
  transition:opacity 100ms ease-in 100ms;
  }
      

        
      
      
  .foyKxe {
    gap:6px;
  flex:1;
  color:#8996a4ff;
  height:42px;
  font-size:12px;
  align-items:center;
  padding-top:12px;
  flex-direction:row;
  }
      

      
        
      
      
  .KzAbG {
    width:16px;
  height:16px;
  display:inline;
  position:relative;
  max-width:100%;
  margin-right:2px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eemCkk {
    top:-60px;
  width:100%;
  z-index:3;
  position:sticky;
  background:linear-gradient(180deg, #2F2D92 0%, #061335 100%);;
  align-items:center;
  padding-top:24px;
  padding-left:18px;
  padding-right:18px;
  padding-bottom:18px;
  }
      

      
        
      
      
  .fbmicb {
    color:var(--grey-50);
  width:100%;
  height:48px;
  font-size:1.1rem;
  padding-left:44px;
  border-radius:12px;
  padding-right:8px;
  background-color:#ffffff3d;
  }
      

      
  .fbmicb:focus {
    color:var(--grey-50);
  outline-color:var(--blue-600);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .fNa-dR {
    color:#ffffffff;
  width:30px;
  height:30px;
  }
      

      
          @media (min-width: 360px) {
            
  
      

          }
          
        
      
      
  
      

      
        
      
      
  .fjAneK {
    gap:7px;
  flex:1;
  width:100%;
  padding-top:12px;
  flex-direction:row;
  }
      

      
        
      
      
  .ZKNtz {
    width:30px;
  height:32px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bnENij {
    opacity:0.3;
  position:relative;
  }
      

      
        
      
      
  .bAyaiz {
    gap:3px;
  align-items:center;
  padding-right:8px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bBbkdc {
    flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bFnswE {
    top:0px;
  left:0px;
  position:absolute;
  }
      

      
        
      
      
  .dLojjE {
    width:100%;
  align-items:center;
  padding-top:18px;
  padding-left:18px;
  padding-right:18px;
  padding-bottom:80px;
  background-color:var(--background-page, #18191bff);
  }
      

      
        
      
      
  .dBAkZQ {
    color:var(--grey-50);
  font-size:22px;
  font-family:'Inter';
  font-weight:700;
  letter-spacing:-0.1rem;
  text-transform:uppercase;
  }
      

      
          @media (min-width: 400px) {
            
  .dBAkZQ {
    font-size:28px;
  }
      

          }
          
        
      
      
  .xvcvk {
    height:44px;
  border-radius:6px;
  }
      

      
        
      
      
  .euVjVf {
    width:100%;
  align-items:center;
  }
      

      
        
      
      
  .dZuaaJ {
    color:var(--grey-50);
  width:100%;
  height:48px;
  outline:none;
  font-size:0.75rem;
  max-width:620px;
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  background-color:#1D2168;
  }
      

      
  .dZuaaJ:hover {
    background-color:#2b3097ff;
  }
      


  .dZuaaJ:focus-visible {
    border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      