<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Rainbow loading animation as requested by Louis Collinet */

.rainbow {
    background: rgba(0, 0, 0, 0.0);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.rainbow-inner {
    bottom: 0;
    height: 120px;
    left: 0;
    margin: auto;
    width: 100px;
}

.rainbow-line-wrap {
    animation:
    spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
  ;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
    position: absolute;
    transform-origin: 50% 100%;
    width: 100px;
}
.rainbow-line {
    border: 8px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.rainbow-line-wrap:nth-child(1) { animation-delay: -50ms; }
.rainbow-line-wrap:nth-child(2) { animation-delay: -100ms; }
.rainbow-line-wrap:nth-child(3) { animation-delay: -150ms; }
.rainbow-line-wrap:nth-child(4) { animation-delay: -200ms; }
.rainbow-line-wrap:nth-child(5) { animation-delay: -250ms; }

.rainbow-line-wrap:nth-child(1) .rainbow-line {
    border-color: #f25774;
    height: 90px;
    width: 90px;
    top: 7px;
}
.rainbow-line-wrap:nth-child(2) .rainbow-line {
    border-color: #fdda74;
    height: 76px;
    width: 76px;
    top: 14px;
}
.rainbow-line-wrap:nth-child(3) .rainbow-line {
    border-color: #4cbe5d;
    height: 62px;
    width: 62px;
    top: 21px;
}
.rainbow-line-wrap:nth-child(4) .rainbow-line {
    border-color: #4080ff;
    height: 48px;
    width: 48px;
    top: 28px;
}
.rainbow-line-wrap:nth-child(5) .rainbow-line {
    border-color: #7b64c0;
    height: 34px;
    width: 34px;
    top: 35px;
}

@keyframes spin {
    0%, 15% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* Below is the Tapio progress bar */
.progress-header {
  position: fixed;
  top: 40px;
  z-index: 1;
  width: 100%;
  background-color: #E4E7EB;
}

.progress-container {
  width: 100%;
  height: 8px;
  background-color: white;
}

.progress-bar {
  height: 8px;
  background-color: #667EEA;
  width: 0%;
}


/* Below are the buttons. There is the primary, secondary &amp; tertiary. */

.primary-button {
  background-color: #3B82F6;
  border: none;
  color: white;
  padding:  10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.primary-button:hover {
  background-color: #60A5FA;
}

.secondary-button {
  background-color: white;
  color: #6B7280;
  border: 2px solid #3B82F6;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.secondary-button:hover {
  background-color: #3B82F6;
  color: white;
}

.tertiary-button {
  background-color: #9CA3AF;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.tertiary-button:hover {
  background-color: #6B7280;
  color: white;
}

/* Below are the main fonts that are to be used throughout the site. */

.page-title {
  font-weight: 800;
  font-size: 3.75rem;
  color: #111827;
}

.page-description {
  color: #A0AEBF;
  font-size: 1.25rem;
  font-weight: 400;
}

.bloc-title {
  color: #718096;
  font-size: 24px;
  font-weight: 700;
}

.bloc-description {
  color: #A0AEBF;
  font-weight: 400;
  font-size: 16px;
}


.custom-animation-div {
  height: 400px;
  width: 350px;
  position: absolute;
  left: 50%;
  margin-left: -175px;
  top: 50%;
  margin-top: -100px;
}

/*____________________ CONTRIBUTION CARDS ____________________*/

.contribution-card {
  width: calc(100% - 10px);
  max-width: 320px;
  margin: 0px 5px;
  height: 456px;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0px 2px 8px rgb(40 41 61 / 4%), 0px 2px 18px rgb(96 97 112 / 6%);
}

.contribution-card .img-gradient {
  border-radius: 16px 16px 0px 0px;
  min-width: 100%;
  min-height: 40%;
  max-width: 194px;
  max-height: 166.11px;
  object-fit: cover;
}

.contribution-card .infos {
  height: 273px;
  border-radius: 16px 16px 16px 16px;
}

.contribution-infos-top p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
          line-clamp: 5;
  -webkit-box-orient: vertical;
}

.contribution-infos-bottom p {
  font-size: 10px;
}

/*____________________ RESULT CARDS ____________________*/

.results-card {
  border-radius: 27px;
  box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 26px 34px rgba(96, 97, 112, 0.06);
}

.icon-container {
  border-radius: 27px 0px 0px 27px;
  background-color: rgb(220, 229, 250);
}

.results-card img {
  width: 60px;
  margin: auto;
  top: 5px;
  filter: invert(46%) sepia(87%) saturate(394%) hue-rotate(192deg) brightness(93%) contrast(97%);
}

.results-infos {
  border-radius: 0px 27px 27px 0px;
}

/*____________________ GRAPHS CARDS ____________________*/

.box-card {
  box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 26px 34px rgba(96, 97, 112, 0.06);
  border-radius: 24px;
  background-color: white;
  padding: 32px;
}

.box-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 1.25rem;
}

.box-text {
  margin-bottom: 0.75rem;
}


/*____________________ EMPLOYEES CONTRIBUTION CARDS ____________________*/

.glassmorphism-employees-border {
  position: relative;
  border: 1px solid transparent;
  border-radius: 16px;
  background-image: linear-gradient(rgba(220, 220, 220, 0.5), rgba(220, 220, 220, 0.5)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), transparent, rgba(255, 255, 255, 0.1));
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.employees-block p {
  top: 11px;
  left: 16px;
}

/*____________________ TABLE ____________________*/

.container-table {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.table-border:not(:last-child) {
  border-top-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
}

.table-head {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.table-body {
  background-color: white;
  text-align: left;
}

.table-head th  {
  text-align: left;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.table-body td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  white-space: nowrap;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

/*____________________ FORM ____________________*/

.form-label label {
  --tw-text-opacity: 1;
  color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
}

.tapio-button-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  border: none;
  color: white;
  padding: 0.35rem 1rem ;
  text-align: center;
  align-self: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.5rem;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.tapio-button-outline-blue {
  --tw-bg-opacity: 1;
  border: 2px solid rgba(102, 126, 234, var(--tw-bg-opacity));
  color: rgba(102, 126, 234, var(--tw-bg-opacity));
  padding: 0.35rem 1rem ;
  text-align: center;
  align-self: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.5rem;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.tapio-button-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 112, 224, var(--tw-bg-opacity));
}

.tapio-button-white {
  background-color: white;
  color: rgba(88, 112, 224, var(--tw-bg-opacity));
  border: 2px solid rgba(102, 126, 234, var(--tw-bg-opacity));
  padding: 0.21rem 1rem ;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.5rem;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  height: 35px;
}

.tapio-button-white:hover {
  background-color: rgba(88, 112, 224, var(--tw-bg-opacity));
  color: white;
}

.tapio-button-green {
  background-color: rgb(56, 178, 171);
  color: white;
  font-size: 0.875rem;
  border: none;
  padding: 0.75rem 2rem ;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.5rem;
  box-shadow: 0px 11px 26px rgb(20 20 20 / 15%);
}

.tapio-button-green:hover {
  background-color: rgb(26, 145, 139);
  color: white;
}

.tapio-button-green-sm {
  background-color: rgb(56, 178, 171);
  color: white;
  font-size: 0.675rem;
  border: none;
  padding: 0.45rem 0.8rem ;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.5rem;
  box-shadow: 0px 11px 26px rgb(20 20 20 / 15%);
}

.tapio-button-green-sm:hover {
  background-color: rgb(26, 145, 139);
  color: white;
}

.tapio-flex-button {
  background-color: rgb(82, 123, 228);
  color: white;
  font-size: 0.875rem;
  border: none;
  padding: 0.75rem 1rem ;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.5rem;
  box-shadow: 0px 11px 26px rgb(20 20 20 / 15%);
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.tapio-flex-button:hover {
  background-color: rgb(64, 103, 201);
  color: white;
}

@media (max-width: 768px) {
  .tapio-button-green {
    font-size: 0.775rem;
    padding: 0.65rem 1.5rem ;
  }
}

/*____________________ ESTIMATION BANNER ____________________*/

.estimation-banner {
  background: rgb(21, 75, 94);
  background: linear-gradient(90deg, rgba(21, 75, 94, 1) 0%, rgba(63, 178, 170, 1) 100%);
}

.estimation-banner-btn {
  background: rgba(255, 255, 255, 0.2);
}
.estimation-banner-btn:hover {
  color: #297e84;
}

/*____________________ GLASSMORPHISM ____________________*/

.glassmorphism-border {
  position: relative;
  background-image: linear-gradient(0deg, rgba(200, 200, 200, 0.1), rgba(200, 200, 200, 0.1), rgba(255, 255, 255, 1));
  background-origin: border-box;
  box-shadow: rgba(200, 200, 200, 0.3) 0px 9px 14px;
}

.glassmorphism-border-dark {
  position: relative;
  background-image: linear-gradient(20deg, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.1), rgba(255, 255, 255, 0.1));
  box-shadow: rgba(200, 200, 200, 0.3) 1px 1px 1px;
  background-origin: border-box;
  background-clip: padding-box, content-box, border-box;
}

.box-shadow {
  box-shadow: rgb(200 200 200 / 30%) 0px 9px 14px;
}

.filter-drop-shadow {
  filter: drop-shadow(0px 9px 14px rgb(200 200 200 / 30%));
}
</pre></body></html>