@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #fffc35;
  --color-secondary: #6c36fe;
  --color-tertiary: #10cf72;
  --color-quaterny: #dda7fb;
  --color-bg-primary: #000;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Raleway", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --font-size-content: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
  --font-size-h1: clamp(2.13rem, 3.96vw + 0.94rem, 4.5rem);
  --font-size-h2: clamp(2.38rem, 1.04vw + 2.06rem, 3rem);
  --font-size-h3: clamp(1.38rem, 1.46vw + 0.94rem, 2.25rem);
  --font-size-h4: clamp(1.13rem, 0.63vw + 0.94rem, 1.5rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 15px;
  --spacing-md: 30px;
  --spacing-lg: 50px;
  --spacing-xl: 100px;
  --spacing-xxl: 220px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   RESET / GENERIC
   ========================================================================== */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  display: block;
}

p,
ul {
  margin: 0;
}

.page-template-tpl-timplus.ast-hfb-header .site-header {
  margin-bottom: 0;
}

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
body {
  background-color: var(--color-bg-primary);
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  color: var(--color-white);
  line-height: 1.6;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
.h1,
.h2,
.h3,
.h4,
h5,
h6 {
  font-family: var(--font-primary);
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
}

.h1 {
  font-size: var(--font-size-h1);
  line-height: 1;
  font-weight: 900;
}

.h2 {
  font-size: var(--font-size-h2);
  font-weight: 900;
}

.h3 {
  font-size: var(--font-size-h3);
  color: #000;
  font-weight: 900;
}

.h4 {
  font-size: var(--font-size-h4);
  font-weight: 900;
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

em {
  font-style: italic;
}

.highlight.--primary {
  color: var(--color-primary);
}
.highlight.--less {
  font-weight: 700;
}

.highlight--bg {
  position: relative;
  font-weight: 900;
  margin: 0 10px;
}
.highlight--bg::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 5px);
  background: var(--color-primary);
  display: block;
  position: absolute;
  top: -2px;
  left: -10px;
  border-radius: 10px;
  line-height: 1;
  z-index: -1;
}

.funky_plus {
  color: transparent;
  position: relative;
  display: inline-block;
  margin: 0 -0.02em 0 -0.1em;
}
.funky_plus:before, .funky_plus:after {
  width: 0.6em;
  height: 0.12em;
  background: var(--color-tertiary);
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: center;
  mix-blend-mode: hard-light;
}
.funky_plus:before {
  transform: translate(-50%) rotate(90deg);
  background-color: var(--color-primary);
}
.liner {
  font-weight: 400;
  letter-spacing: 0.07px;
  margin: 0;
}
.liner span {
  opacity: 0.8;
}
.liner .highlight {
  font-weight: 700;
  color: inherit;
  opacity: 1;
}
.liner .sep {
  margin: 0 5px;
}

.suptitle {
  font-family: var(--font-secondary);
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 2px var(--color-black) solid;
}

.sep_text {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  color: var(--color-white);
  width: 100%;
}
.sep_text::before, .sep_text::after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: var(--color-white);
  opacity: 0.2;
}
.sep_text p {
  flex-shrink: 0;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--color-primary);
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1240px;
  width: calc(100% - var(--spacing-md));
  margin: 0 auto;
}

/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
}

.icon--stroke {
  fill: transparent;
  stroke: currentColor;
}

.icon--xs {
  height: 0.75em;
  width: 0.75em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--md {
  height: 1.25em;
  width: 1.25em;
}

.icon--lg {
  height: 1.75em;
  width: 1.75em;
}

.icon--xl {
  height: 6em;
  width: 6em;
}

/* ==========================================================================
   section / components
   ========================================================================== */
.section {
  padding: var(--spacing-xl) 0;
  overflow: hidden;
  position: relative;
}
@media (width <= 768px) {
  .section {
    padding: var(--spacing-lg) 0;
  }
}
.section--fixed-height {
  height: 80vh;
}
.section--fixed-height .wrapper {
  height: 100%;
}
.section--pnt {
  padding-top: 0;
}
.section--secondary {
  background: var(--color-secondary);
  color: var(--color-black);
}
.section--secondary h2 {
  color: var(--color-black);
}
.section--tertiary {
  background: var(--color-tertiary);
}
.section .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-lg);
}
.section .section__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
}
.section .section__media {
  position: relative;
}
.section .section__media img {
  position: relative;
}
.section .section__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-md);
}
.section .section__header h2 {
  text-align: center;
  max-width: 60%;
}
.section .section__header p {
  max-width: 60%;
  text-align: center;
}
.section .section__header:not(:first-child) {
  padding-top: var(--spacing-xl);
}
@media (width <= 1024px) {
  .section .section__header h2,
  .section .section__header p {
    max-width: unset;
  }
}

/*
   hero
   ========================================================================== */
.hero .wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  justify-content: center;
  gap: var(--spacing-lg);
}
.hero .funky_plus {
  margin-right: 0.1em;
}
.hero .bubble_ref {
  position: relative;
}
.hero .bubble_ref .bubble {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15%, -100%);
}
.hero hr {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  border: 0;
  outline: none;
  width: 75%;
  height: 2px;
  display: block;
}
@media (width <= 480px) {
  .hero .h1 br {
    display: none;
  }
}

/*
   intro
   ========================================================================== */
.intro {
  padding: 0;
}
.intro h2 {
  color: var(--color-black);
}
.intro .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-lg);
  align-items: flex-end;
}
@media (width <= 1024px) {
  .intro .wrapper {
    gap: var(--spacing-sm);
  }
}
@media (width <= 850px) {
  .intro .wrapper {
    grid-template-columns: 1fr;
  }
}
.intro p {
  color: var(--color-white);
}
.intro .section__content {
  padding: 120px 0;
}
@media (width <= 1024px) {
  .intro .section__content {
    padding: 60px 0;
  }
}
.intro .section__media img {
  transform: translateY(10px);
}
.intro .floating_element {
  color: var(--color-primary);
  font-size: 610px;
  position: absolute;
  top: -15%;
  left: -2%;
}

/*
   blocs
   ========================================================================== */
.blocs {
  color: var(--color-black);
}
.blocs h2 {
  color: var(--color-black);
}
.blocs h2:last-child {
  margin-bottom: 40px;
}
.blocs .cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-md);
  perspective: 800px; /* profondeur 3D */
}
@media (width <= 1024px) {
  .blocs .cards {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
  }
}
@media (width <= 540px) {
  .blocs .cards {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }
  .blocs .cards .card {
    aspect-ratio: 392/440;
  }
}
.blocs .bg {
  opacity: 0.8;
  filter: blur(10rem);
}
.blocs .ball--secondary {
  width: 80%;
  right: -30%;
  top: -40%;
  left: unset;
}
.blocs .badges {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-xl);
  perspective: 800px; /* profondeur 3D */
}
@media (width <= 1024px) {
  .blocs .badges {
    gap: var(--spacing-md);
  }
}
@media (width <= 800px) {
  .blocs .badges {
    grid-template-columns: 1fr 1fr;
  }
}

/*
   ceremony
   ========================================================================== */
.ceremony .bg {
  opacity: 0.6;
  filter: blur(10rem);
}
.ceremony .ball--primary {
  width: 40%;
  left: 10%;
  bottom: unset;
  top: -10%;
}
.ceremony .ball--tertiary {
  width: 45%;
  right: 10%;
  bottom: -10%;
  top: unset;
  left: unset;
}
.ceremony .cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-md);
  perspective: 800px; /* profondeur 3D */
}
@media (width <= 1024px) {
  .ceremony .cards {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
  }
}
@media (width <= 540px) {
  .ceremony .cards {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }
}

/* ==========================================================================
   button / components
   ========================================================================== */
.btn {
  --speed: 0.5s;
  --bg-color: var(--color-primary);
  padding: 20px 40px;
  line-height: 1;
  display: inline-block;
  border-radius: 40px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  color: var(--color-black);
  transition: all var(--speed) cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  outline: 2px transparent solid;
  overflow: hidden;
  font-size: 18px;
}
.btn span {
  transform: translateX(0);
  transition: all var(--speed) cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  display: inline-block;
}
.btn .icon {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  transition: all var(--speed) cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: var(--bg-color);
  transition: all var(--speed) cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center right;
}
.btn:hover {
  color: var(--bg-color);
  transform: scale(0.98);
  outline: 2px var(--bg-color) solid;
}
.btn:hover span {
  transform: translateX(150%);
  transition: all var(--speed) 0.05s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover .icon {
  left: 50%;
  transition: all var(--speed) 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover:before {
  transform: translateX(100%);
}
.btn--secondary {
  --bg-color: var(--color-secondary);
}

.bubble {
  position: relative;
  background: var(--color-secondary);
  border-radius: 16777200px;
  color: #fff;
  padding: 12px 32px;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.488px;
  font-family: var(--font-secondary);
}
.bubble::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 25%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: var(--color-secondary);
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

/* ==========================================================================
   ball / components
   ========================================================================== */
.bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: blur(8rem);
}

.ball {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  animation: loop 20s infinite linear;
  transform-origin: center;
}

.ball--primary {
  bottom: 0;
  left: 23%;
  width: 35%;
  background: var(--color-primary);
}

.ball--secondary {
  top: 0;
  left: 20%;
  width: 30%;
  animation-name: loop2;
  background: var(--color-secondary);
}

.ball--tertiary {
  top: 30%;
  right: 23%;
  width: 28%;
  animation-name: loop3;
  background: var(--color-tertiary);
}

/*
@keyframes loop {
    0% {
        transform: translate3D(0%, 0%, 0) rotate(0deg);
    }
    10% {
        transform: translate3D(20%, -5%, 0) rotate(36deg);
    }
    20% {
        transform: translate3D(40%, -10%, 0) rotate(72deg);
    }
    30% {
        transform: translate3D(55%, 0%, 0) rotate(108deg);
    }
    40% {
        transform: translate3D(65%, 15%, 0) rotate(144deg);
    }
    50% {
        transform: translate3D(60%, 30%, 0) rotate(180deg);
    }
    60% {
        transform: translate3D(45%, 40%, 0) rotate(216deg);
    }
    70% {
        transform: translate3D(25%, 35%, 0) rotate(251deg);
    }
    80% {
        transform: translate3D(10%, 18%, 0) rotate(288deg);
    }
    90% {
        transform: translate3D(3%, 5%, 0) rotate(324deg);
    }
    100% {
        transform: translate3D(0%, 0%, 0) rotate(360deg);
    }
}
@keyframes loop2 {
    0% {
        transform: translate3D(0%, 0%, 0) rotate(0deg);
    }
    10% {
        transform: translate3D(5%, 20%, 0) rotate(36deg);
    }
    20% {
        transform: translate3D(10%, 40%, 0) rotate(72deg);
    }
    30% {
        transform: translate3D(0%, 55%, 0) rotate(108deg);
    }
    40% {
        transform: translate3D(-15%, 65%, 0) rotate(144deg);
    }
    50% {
        transform: translate3D(-30%, 60%, 0) rotate(180deg);
    }
    60% {
        transform: translate3D(-40%, 45%, 0) rotate(216deg);
    }
    70% {
        transform: translate3D(-35%, 25%, 0) rotate(251deg);
    }
    80% {
        transform: translate3D(-18%, 10%, 0) rotate(288deg);
    }
    90% {
        transform: translate3D(-5%, 3%, 0) rotate(324deg);
    }
    100% {
        transform: translate3D(0%, 0%, 0) rotate(360deg);
    }
}
@keyframes loop3 {
    0% {
        transform: translate3D(0%, 0%, 0) rotate(0deg);
    }
    10% {
        transform: translate3D(-20%, 5%, 0) rotate(36deg);
    }
    20% {
        transform: translate3D(-40%, 10%, 0) rotate(72deg);
    }
    30% {
        transform: translate3D(-55%, 0%, 0) rotate(108deg);
    }
    40% {
        transform: translate3D(-65%, -15%, 0) rotate(144deg);
    }
    50% {
        transform: translate3D(-60%, -30%, 0) rotate(180deg);
    }
    60% {
        transform: translate3D(-45%, -40%, 0) rotate(216deg);
    }
    70% {
        transform: translate3D(-25%, -35%, 0) rotate(251deg);
    }
    80% {
        transform: translate3D(-10%, -18%, 0) rotate(288deg);
    }
    90% {
        transform: translate3D(-3%, -5%, 0) rotate(324deg);
    }
    100% {
        transform: translate3D(0%, 0%, 0) rotate(360deg);
    }
}
*/
@keyframes loop {
  0% {
    transform: translate3D(5%, 0%, 0) scale(1) rotate(0deg);
  }
  10% {
    transform: translate3D(15%, -20%, 0) scale(1.1) rotate(36deg);
  }
  20% {
    transform: translate3D(25%, -40%, 0) scale(1.15) rotate(72deg);
  }
  30% {
    transform: translate3D(20%, -55%, 0) scale(1.05) rotate(108deg);
  }
  40% {
    transform: translate3D(5%, -65%, 0) scale(1) rotate(144deg);
  }
  50% {
    transform: translate3D(-10%, -60%, 0) scale(0.95) rotate(180deg);
  }
  60% {
    transform: translate3D(-20%, -45%, 0) scale(0.85) rotate(216deg);
  }
  70% {
    transform: translate3D(-10%, -25%, 0) scale(0.9) rotate(251deg);
  }
  80% {
    transform: translate3D(5%, -10%, 0) scale(1) rotate(288deg);
  }
  90% {
    transform: translate3D(10%, -3%, 0) scale(1.15) rotate(324deg);
  }
  100% {
    transform: translate3D(5%, 0%, 0) scale(1) rotate(360deg);
  }
}
@keyframes loop2 {
  0% {
    transform: translate3D(0%, 0%, 0) scale(1) rotate(0deg);
  }
  10% {
    transform: translate3D(-10%, 15%, 0) scale(0.9) rotate(36deg);
  }
  20% {
    transform: translate3D(-20%, 35%, 0) scale(1.1) rotate(72deg);
  }
  30% {
    transform: translate3D(-10%, 55%, 0) scale(1.2) rotate(108deg);
  }
  40% {
    transform: translate3D(5%, 65%, 0) scale(1.05) rotate(144deg);
  }
  50% {
    transform: translate3D(20%, 60%, 0) scale(0.85) rotate(180deg);
  }
  60% {
    transform: translate3D(25%, 45%, 0) scale(0.9) rotate(216deg);
  }
  70% {
    transform: translate3D(15%, 25%, 0) scale(0.95) rotate(251deg);
  }
  80% {
    transform: translate3D(5%, 10%, 0) scale(1) rotate(288deg);
  }
  90% {
    transform: translate3D(0%, 3%, 0) scale(1.15) rotate(324deg);
  }
  100% {
    transform: translate3D(0%, 0%, 0) scale(1) rotate(360deg);
  }
}
@keyframes loop3 {
  0% {
    transform: translate3D(0%, 0%, 0) scale(1) rotate(0deg);
  }
  10% {
    transform: translate3D(-5%, -10%, 0) scale(0.85) rotate(36deg);
  }
  20% {
    transform: translate3D(-15%, -25%, 0) scale(1.05) rotate(72deg);
  }
  30% {
    transform: translate3D(-25%, -35%, 0) scale(1.2) rotate(108deg);
  }
  40% {
    transform: translate3D(-20%, -45%, 0) scale(1.1) rotate(144deg);
  }
  50% {
    transform: translate3D(-10%, -50%, 0) scale(0.9) rotate(180deg);
  }
  60% {
    transform: translate3D(0%, -40%, 0) scale(0.8) rotate(216deg);
  }
  70% {
    transform: translate3D(5%, -25%, 0) scale(0.95) rotate(251deg);
  }
  80% {
    transform: translate3D(5%, -10%, 0) scale(1) rotate(288deg);
  }
  90% {
    transform: translate3D(0%, -5%, 0) scale(1.15) rotate(324deg);
  }
  100% {
    transform: translate3D(0%, 0%, 0) scale(1) rotate(360deg);
  }
}
/* ==========================================================================
   list / components
   ========================================================================== */
.list {
  margin: 0;
  padding: 0;
  counter-reset: item;
  display: grid;
  gap: var(--spacing-md);
  perspective: 800px; /* profondeur 3D */
}
.list .actions {
  margin-top: var(--spacing-lg);
  display: flex;
  justify-content: center;
}

.list__item {
  --item-color: var(--color-secondary);
  --size: 96px;
  list-style-position: inside;
  list-style-type: none;
  counter-increment: item;
  display: flex;
  gap: var(--spacing-md);
  width: 100%;
}
.list__item span {
  background-color: var(--item-color);
  color: #000;
  font-size: font-size(18px, 24px);
  font-weight: 400;
  padding: 24px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  flex-grow: 1;
}
.list__item::before {
  font-family: --var(--font-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.25rem, 1.25vw + 1.88rem, 3rem);
  font-weight: 900;
  width: var(--size);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 16px;
  border: 2px solid var(--color-white);
  background: #000;
  line-height: 1;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  content: counter(item);
}
.list__item--primary {
  --item-color: var(--color-primary);
}
.list__item--secondary {
  --item-color: var(--color-secondary);
}
.list__item--secondary span {
  color: var(--color-white);
}
.list__item--tertiary {
  --item-color: var(--color-tertiary);
}
.list__item--quaterny {
  --item-color: var(--color-quaterny);
}
.list__item--white {
  --item-color: var(--color-white);
}

.leaders {
  --spacing: 36px;
  width: 100%;
  display: grid;
  list-style: none;
  margin: 0;
  padding: 40px 0 0;
  gap: calc(var(--spacing) * 2);
  perspective: 700px;
}
.leaders li {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr 2fr;
  padding: 0 var(--spacing);
  position: relative;
}
@media (width <= 1024px) {
  .leaders li {
    grid-template-columns: 1fr 4fr 1fr;
  }
}
.leaders li::after {
  width: 100%;
  content: "";
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  bottom: calc(var(--spacing) * -1);
  position: absolute;
}
.leaders li .badge_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (width <= 1024px) {
  .leaders li .badge_icon {
    left: 65%;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.7);
  }
}
.leaders li:first-child {
  color: var(--color-black);
  background: var(--color-primary);
  border-radius: 40px;
  padding: 20px var(--spacing);
}
.leaders li:first-child .leader__score::before {
  background-color: var(--color-black);
}
.leaders li:last-child:after {
  content: unset;
}
.leaders li > span {
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
}
.leaders li .leader__name {
  font-weight: 500;
}
.leaders li .leader__score {
  display: flex;
  align-items: center;
  gap: 10px;
}
.leaders li .leader__score::before {
  width: 1px;
  height: calc(100% - 5px);
  margin-top: 3px;
  background-color: var(--color-white);
  content: "";
  display: block;
}
.leaders li .leader__status {
  text-align: right;
}
@media (width <= 1024px) {
  .leaders li .leader__status {
    display: none;
  }
}
.leaders .actions {
  margin-top: var(--spacing-lg);
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   cards / components
   ========================================================================== */
.card {
  --color-highlight: var(--color-primary);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 40px;
  position: relative;
  display: grid;
  gap: var(--spacing-md);
  transition: transform 0.3s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY));
}
.card .card__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  height: 100%;
}
.card .card__content .h4 {
  color: var(--color-black);
}
.card .card__media {
  position: absolute;
  bottom: 40px;
  right: 40px;
  transform: translate(var(--mediaX), var(--mediaY));
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.card .card__media .icon {
  width: 62px;
  height: 62px;
}
.card ul {
  margin: 0;
  padding: 0 0 40px;
  list-style-position: inside;
  list-style: none;
  display: grid;
  gap: 8px;
}
.card ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.card ul li::before {
  content: "•";
  font-size: 16px;
  padding-top: 4px;
}
.card .points {
  margin-top: auto;
  font-size: clamp(0.88rem, 0.42vw + 0.75rem, 1.13rem);
}
.card--icon {
  padding: 32px;
}
.card--icon .card__media {
  background-color: var(--color-highlight);
  position: static;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}
.card--icon .card__media .icon {
  width: 1.2em;
  height: 1.2em;
}
.card--icon--primary {
  --color-highlight: var(--color-primary);
}
.card--icon--secondary {
  --color-highlight: var(--color-secondary);
}
.card--icon--tertiary {
  --color-highlight: var(--color-tertiary);
}
.card--icon--quaterny {
  --color-highlight: var(--color-quaterny);
}

.badge {
  aspect-ratio: 300/450;
  width: 100%;
  border-radius: 400px;
  padding: 70px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY));
}
@media (width <= 1024px) {
  .badge {
    padding: 35px 40px;
  }
}
.badge--primary {
  background: var(--color-primary);
}
.badge--secondary {
  background: var(--color-secondary);
}
.badge--tertiary {
  background: var(--color-tertiary);
}
.badge--quaterny {
  background: var(--color-quaterny);
}
.badge--white {
  background: var(--color-white);
}
.badge .badge__content {
  display: grid;
  gap: 24px;
  text-align: center;
}
.badge .badge__media {
  position: absolute;
  transform: translate(var(--mediaX), var(--mediaY), 1000px);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.badge .badge__media--bl {
  bottom: 0;
  left: 0;
  transform: translate(-20%);
}
.badge .badge__media--tr {
  top: 0;
  right: 0;
  transform: translate(40%);
}
.badge .badge__media--br {
  bottom: 0;
  right: 0;
  transform: translate(40%, -40%);
}
@media (width <= 1024px) {
  .badge .badge__media img {
    width: 75%;
  }
  .badge .badge__media--bl {
    transform: translate(-10%, 30%);
  }
  .badge .badge__media--tr {
    top: 0;
    right: 0;
    transform: translate(40%, -30%);
  }
  .badge .badge__media--br {
    bottom: 0;
    right: 0;
    transform: translate(40%, 20%);
  }
}
.badge .number {
  font-size: clamp(4.38rem, 3.13vw + 3.44rem, 6.25rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.badge .number span {
  font-size: clamp(1.13rem, 1.25vw + 0.75rem, 1.88rem);
}
/*# sourceMappingURL=main.css.map */
