@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap:400,600");
@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600");
.calendar {
  display: grid; }
  .calendar.week {
    grid-template-columns: 3em repeat(10, 1fr); }
    .calendar.week .line-border {
      grid-column: 2 / span 10; }
  .calendar.month {
    grid-template-columns: repeat(5, 1fr); }
    .calendar.month .column-day {
      height: auto; }
    .calendar.month .line-border {
      grid-column: 1 / span 7; }
  .calendar .column-background {
    border-right: 1px solid #c9c7d1; }
    .calendar .column-background:first-child {
      border-left: 1px solid #c9c7d1; }
    .calendar .column-background.today {
      background: rgba(242, 241, 244, 0.5); }
  .calendar .line-border {
    border-top: 1px solid #c9c7d1; }
  .calendar .column-border {
    border-left: 1px solid #c9c7d1;
    grid-row: 2 / span 6; }
  .calendar .line-time {
    align-self: center;
    color: #3b364a;
    font-size: 0.8em;
    grid-column: 1;
    padding: 0 0.2em;
    text-align: center; }
  .calendar .column-day {
    align-items: center;
    background: #f2f1f4;
    color: #130836;
    display: flex;
    font-size: .875em;
    grid-row: 1;
    height: 1.9rem;
    justify-content: center; }
    .calendar .column-day.today {
      color: #5e39c6;
      font-weight: 500; }
  .calendar .intervention, .calendar .unavailability {
    background: rgba(242, 241, 244, 0.65);
    border-top: 0.2em solid #c9c7d1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 0.35em;
    position: relative; }
    .calendar .intervention:hover, .calendar .unavailability:hover {
      z-index: 1; }
    .calendar .intervention.past, .calendar .unavailability.past {
      background: white;
      filter: contrast(20%) brightness(1.7); }
  .calendar .intervention.past {
    border: 0.1em solid;
    border-top-width: 0.2em;
    border-color: #f76f5b; }
    .calendar .intervention.past::after {
      content: url(/static/images/icons/icon-incomplete.svg);
      position: absolute;
      right: 0.25em;
      top: 0;
      width: .8rem; }
    .calendar .intervention.past.done {
      background: white;
      border-color: #44BBA4; }
      .calendar .intervention.past.done::after {
        content: url(/static/images/icons/icon-complete.svg); }
  .calendar .unavailability {
    background: repeating-linear-gradient(45deg, white 0, white 4px, rgba(242, 241, 244, 0.65) 4px, rgba(242, 241, 244, 0.65) 8px);
    border: 0.1em dashed #c9c7d1; }
  .calendar .intervention-time, .calendar .unavailability-time {
    color: rgba(0, 0, 0, 0.6);
    font-size: .875em;
    font-weight: 500; }
  .calendar .intervention-text, .calendar .unavailability-text {
    font-size: 1em; }
  .calendar .cell-day {
    overflow-y: auto;
    position: relative; }
    .calendar .cell-day.inactive {
      background: #f8f9f6;
      opacity: 0.5; }
  .calendar .cell-number {
    color: #aaa;
    font-size: 0.7em;
    padding: 0.2em 0.5em; }
  .calendar .cell-add-intervention,
  .calendar .intervention-edit,
  .calendar .unavailability-edit {
    bottom: 0;
    color: #aaa;
    font-size: 0;
    left: 0;
    padding: 0.2em 0.5em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0; }
    .calendar .cell-add-intervention a,
    .calendar .intervention-edit a,
    .calendar .unavailability-edit a {
      display: block;
      height: 100%;
      width: 100%; }
    .calendar .cell-add-intervention[title]:not([title=""])::before,
    .calendar .intervention-edit[title]:not([title=""])::before,
    .calendar .unavailability-edit[title]:not([title=""])::before {
      content: url(/static/images/icons/icon-info.svg);
      cursor: pointer;
      display: block;
      right: 0.5em;
      position: absolute;
      top: .5rem;
      width: .75rem; }
  .calendar.week .cell-add-intervention {
    position: static; }

.calendar-date {
  display: flex;
  padding: 0.5em 0; }
  .calendar-date form {
    flex: 1;
    margin: 0;
    order: 3;
    width: 3em; }
    .calendar-date form::after {
      content: url(/static/images/icons/icon-schedule.svg);
      margin-left: -3em;
      text-align: right;
      width: 3em; }
    .calendar-date form input {
      background: #f2f1f4;
      border: none;
      display: inline-block;
      margin-left: auto;
      opacity: 0;
      width: 3em; }
    .calendar-date form label,
    .calendar-date form input[type=submit] {
      display: none; }
  .calendar-date p {
    margin: 0;
    order: 2; }
    .calendar-date p + ul {
      flex: 0; }
  .calendar-date ul {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: flex-start;
    margin: 0;
    order: 1;
    padding: 0;
    line-height: 1;
    margin-right: 0.5rem;
    width: 3em; }
    .calendar-date ul li {
      color: transparent;
      font-size: 0; }
      .calendar-date ul li:first-of-type a {
        border-bottom-left-radius: .5rem;
        border-top-left-radius: .5rem; }
      .calendar-date ul li:last-of-type a {
        border-bottom-right-radius: .5rem;
        border-top-right-radius: .5rem; }
      .calendar-date ul li a {
        background: #eae9fc;
        display: inline-block;
        padding: .5rem;
        text-decoration: inherit;
        transition: background .3s, color .3s; }
        .calendar-date ul li a:hover {
          background: #5e39c6; }
          .calendar-date ul li a:hover::before {
            filter: url(#svgFilterLight); }
      .calendar-date ul li a::before {
        content: url(/static/images/icons/icon-chevron-left.svg);
        display: block;
        width: 5px; }
      .calendar-date ul li:last-child a::before {
        content: url(/static/images/icons/icon-chevron-right.svg); }

/* Schedule planifications for clients*/
.planning {
  align-items: stretch; }
  .planning .calendar-date {
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: 1em;
    padding: 0.5em 0; }
    .planning .calendar-date p {
      font-size: 1.25em;
      font-weight: bold;
      margin: 0;
      order: 1;
      white-space: nowrap; }
    .planning .calendar-date .calendar-date-choices {
      display: flex;
      gap: 1em;
      order: 2; }
      .planning .calendar-date .calendar-date-choices form {
        flex: 1 100%;
        position: relative;
        width: auto; }
        .planning .calendar-date .calendar-date-choices form::after {
          content: none; }
        .planning .calendar-date .calendar-date-choices form #datepicker-button {
          align-items: center;
          background: #5e39c6;
          border: none;
          border-radius: .25em;
          color: white;
          cursor: pointer;
          display: flex;
          font-family: 'Schibsted Grotesk', sans-serif;
          font-size: 1em;
          padding: 0.75rem 1rem;
          transition: background 0.3s; }
          .planning .calendar-date .calendar-date-choices form #datepicker-button::before {
            content: url(/static/images/icons/icon-schedule.svg);
            filter: url(#svgFilterLight);
            height: 16px;
            margin-right: 0.5em;
            width: 16px; }
          .planning .calendar-date .calendar-date-choices form #datepicker-button:hover {
            background: #5131a9; }
        .planning .calendar-date .calendar-date-choices form #date {
          padding: 0;
          position: absolute;
          visibility: hidden;
          right: 0;
          top: 3em;
          width: 0; }
        .planning .calendar-date .calendar-date-choices form label {
          display: block;
          padding: 0;
          position: static;
          width: 100%; }
      .planning .calendar-date .calendar-date-choices ul {
        align-items: stretch;
        display: flex;
        justify-content: flex-end;
        list-style: none;
        padding: 0; }
        .planning .calendar-date .calendar-date-choices ul li a {
          align-items: center;
          display: flex;
          height: 100%;
          padding: 0 1rem; }
          .planning .calendar-date .calendar-date-choices ul li a::before {
            width: 0.35rem; }

.planning-info-box {
  background-color: #f2f1f4;
  border: none;
  border-radius: .5em;
  display: flex;
  flex-direction: column; }
  .planning-info-box a {
    background: #5e39c6;
    border-radius: .25em;
    color: white;
    display: inline-block;
    padding: 1em;
    text-align: center;
    text-decoration: inherit;
    transition: 0.5s background, 0.5s color; }
    .planning-info-box a:hover, .planning-info-box a:focus {
      background: #5131a9;
      color: white; }
    .planning-info-box a::before {
      content: url(/static/images/icons/icon-add.svg);
      display: inline-block;
      filter: url(#svgFilterLight);
      margin-right: 0.5em;
      transition: background .3s, color .3s;
      vertical-align: middle;
      width: 1rem; }
  .planning-info-box article {
    background: white;
    border: none;
    border-radius: .75em;
    flex-grow: 0;
    padding: 1em;
    margin: 1em 0 0 0; }
    .planning-info-box article h3 {
      font-size: 1em;
      font-weight: 600;
      margin-bottom: 0.5em; }

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes stay {
  from, to {
    opacity: 1;
    right: 1em; } }

@keyframes slide-out {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(100%); } }

body {
  background: white;
  color: #130836;
  display: grid;
  grid-template-rows: 1fr minmax(0, min-content);
  grid-template-columns: 15em 5fr;
  grid-template-areas: "nav main" "nav footer";
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 400;
  height: 100vh;
  margin: 0; }
  body:has(header.sidebar-collapsed) {
    grid-template-columns: 4em 5fr;
    /* Target main navigation */ }
    body:has(header.sidebar-collapsed) #side-planning::before, body:has(header.sidebar-collapsed) #side-planning::after,
    body:has(header.sidebar-collapsed) #side-reminder::before,
    body:has(header.sidebar-collapsed) #side-reminder::after {
      display: none; }
    body:has(header.sidebar-collapsed) #sidebar ul::before {
      background: url(/static/images/paperclip.svg) no-repeat center;
      background-size: 30%;
      content: '';
      margin-left: 0;
      width: 2.5rem; }
      .october body:has(header.sidebar-collapsed) #sidebar ul::before {
        background-image: url(/static/images/paperclip-octobre-rose.svg);
        background-size: 1rem; }
    body:has(header.sidebar-collapsed) #sidebar ul li a {
      border-radius: .25rem;
      font-size: 0;
      height: 2.5rem;
      position: relative;
      padding: 0 .75rem; }
      body:has(header.sidebar-collapsed) #sidebar ul li a.sidebar-icon svg {
        position: initial; }
      body:has(header.sidebar-collapsed) #sidebar ul li a.tooltip-sidebar {
        position: relative; }
        body:has(header.sidebar-collapsed) #sidebar ul li a.tooltip-sidebar:hover::after {
          background: #5e39c6;
          border-radius: .25rem;
          color: white;
          content: attr(data-tooltip);
          font-family: 'Schibsted Grotesk', sans-serif;
          font-size: .9rem;
          font-weight: 500;
          left: 3rem;
          min-width: max-content;
          padding: .5rem;
          position: absolute;
          text-align: center;
          z-index: 10; }
      body:has(header.sidebar-collapsed) #sidebar ul li a.sidebar-icon.icon-unfold::before {
        transform: scale(-1, -1); }
    body:has(header.sidebar-collapsed) #sidebar #user a, body:has(header.sidebar-collapsed) #sidebar #logout a {
      height: 2.5rem; }
      body:has(header.sidebar-collapsed) #sidebar #user a::before, body:has(header.sidebar-collapsed) #sidebar #logout a::before {
        margin-right: 0; }
    body:has(header.sidebar-collapsed) #sidebar #user a {
      border-radius: .25rem; }
    body:has(header.sidebar-collapsed) #sidebar #logout a {
      margin-top: .5rem; }
  body.development {
    border: 3px solid #5e39c6;
    box-sizing: border-box; }
    body.development::after {
      background: #5e39c6;
      border-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      color: white;
      content: 'Site de test';
      font-size: .9em;
      font-weight: 600;
      padding: 1rem;
      position: absolute;
      right: 0;
      text-transform: uppercase;
      transform: translateX(100%) rotate(90deg);
      transform-origin: 0 0;
      top: 50%;
      user-select: none;
      z-index: 99; }
    @media print {
      body.development {
        border: none; }
        body.development::after {
          display: none; } }
  body h1, body h2, body h3, body h4 {
    font-weight: 500;
    letter-spacing: -.025em; }
  body h1 {
    font-size: 1.75em;
    font-weight: 600;
    margin-top: 0; }
  body h2 {
    font-size: 1.40em; }
  body h3 {
    font-size: 1.25em; }
  body .icon-dashboard::before {
    content: url(/static/images/icons/icon-dashboard.svg); }
  body .icon-sessions::before {
    content: url(/static/images/icons/icon-sessions.svg); }
  body .icon-clients::before {
    content: url(/static/images/icons/icon-clients.svg); }
  body .icon-services::before {
    content: url(/static/images/icons/icon-services.svg); }
  body .icon-schedule::before {
    content: url(/static/images/icons/icon-schedule.svg); }
  body .icon-reminders::before {
    content: url(/static/images/icons/icon-reminders.svg); }
  body .icon-notebook::before {
    content: url(/static/images/icons/icon-notebook.svg); }
  body .icon-users::before {
    content: url(/static/images/icons/icon-users.svg); }
  body .icon-estimate::before {
    content: url(/static/images/icons/icon-estimate.svg); }
  body .icon-statistics::before {
    content: url(/static/images/icons/icon-statistics.svg); }
  body .icon-invoicing::before {
    content: url(/static/images/icons/icon-invoicing.svg); }
  body .icon-logout::before {
    content: url(/static/images/icons/icon-logout.svg); }
  body .icon-profile::before {
    content: url(/static/images/icons/icon-profile.svg); }
  body .icon-unfold::before {
    content: url(/static/images/icons/icon-unfold.svg); }
  body .icon-appointment::before {
    content: url(/static/images/icons/icon-appointment.svg); }

body > footer {
  align-items: center;
  background: #f2f1f4;
  grid-area: footer;
  font-size: .9em;
  padding: 0 2em; }
  body > footer dl {
    align-items: center;
    display: flex;
    margin: 0;
    padding: 1em 0; }
    body > footer dl dt {
      font-weight: 500; }
    body > footer dl dt, body > footer dl dd {
      margin: 0; }
    body > footer dl dt::after {
      content: ' : '; }
    body > footer dl dd {
      padding-right: 1em;
      flex-wrap: wrap; }
    body > footer dl .cal-button {
      align-content: center;
      background: #5e39c6;
      border-radius: .25em;
      border: none;
      color: white;
      font-family: 'Schibsted Grotesk', sans-serif;
      font-size: 1em;
      font-weight: 500;
      margin-left: auto;
      padding: 1em;
      transition: 0.5s background; }
      body > footer dl .cal-button:hover {
        background: #5131a9;
        cursor: pointer; }
  body > footer.appointment-icon {
    align-items: center;
    display: flex;
    gap: 1em; }
    body > footer.appointment-icon dl {
      width: 100%; }
    body > footer.appointment-icon dt::after {
      display: none; }
    body > footer.appointment-icon::before {
      background: url(/static/images/icons/icon-appointment.svg) no-repeat center;
      background-size: contain;
      border-radius: .25em;
      content: '';
      height: 2.5rem;
      width: 2.5rem; }

body > header,
.subnav {
  font-size: 1em;
  position: relative; }
  body > header ul,
  .subnav ul {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0; }
    body > header ul li,
    .subnav ul li {
      align-items: center;
      display: flex; }
      body > header ul li a,
      .subnav ul li a {
        display: block;
        letter-spacing: .015em;
        outline: 0;
        text-decoration: inherit;
        transition: .5s color, .5s background;
        width: 100%; }
      body > header ul li.active a,
      .subnav ul li.active a {
        font-weight: 500; }

body > header {
  background: #130836;
  grid-area: nav;
  padding: .5em .75em; }
  body > header ul {
    display: flex;
    flex-direction: column;
    gap: .5em 0;
    height: 100%;
    margin: 0;
    padding: 0; }
    body > header ul::before {
      content: '';
      background: url(/static/images/logo-backoffice-sidebar.svg) no-repeat center;
      background-size: contain;
      display: block;
      height: 3em;
      margin-bottom: .75em;
      margin-left: .75em;
      width: 7em; }
      .october body > header ul::before {
        background-image: url(/static/images/logo-backoffice-sidebar-octobre-rose.svg); }
    body > header ul li:has(.sidebar-toggle) {
      border-bottom: 1px solid #615c70; }
      body > header ul li:has(.sidebar-toggle):hover {
        cursor: pointer; }
    body > header ul li a {
      align-items: center;
      border-radius: .25em;
      color: #f2f1f4;
      display: flex;
      height: 2.5em;
      padding: 0 .75em; }
      body > header ul li a:hover {
        background: rgba(242, 241, 244, 0.2); }
      body > header ul li a.sidebar-icon::before {
        filter: url(#svgFilterLight);
        height: 16px;
        margin-right: .75em;
        width: 16px; }
    body > header ul li.active a {
      background: #ffc145;
      color: #130836; }
      body > header ul li.active a.sidebar-icon::before {
        filter: url(#svgFilterDarkblue); }
  body > header #user {
    margin-top: auto; }
    body > header #user a {
      background: #f2f1f4;
      border-radius: .25em;
      color: #130836;
      height: fit-content;
      justify-content: center;
      padding: .75em;
      transition: border-color .3s, background .3s; }
      body > header #user a::before {
        filter: url(#svgFilterDarkblue);
        font-size: 1rem;
        margin-right: .75em; }
      body > header #user a:hover {
        background: #5e39c6;
        color: #f2f1f4; }
        body > header #user a:hover::before {
          filter: url(#svgFilterLight); }
  body > header #logout a {
    border: 1px solid #f2f1f4;
    margin-top: .25em;
    height: fit-content;
    justify-content: center;
    transition: border-color .3s, background .3s;
    padding: .75em; }
    body > header #logout a:hover {
      background: #f76f5b;
      border-color: #f76f5b;
      color: white; }
    body > header #logout a::before {
      font-size: 1rem;
      margin-right: .75em; }

.subnav {
  border-bottom: 1px solid #c9c7d1;
  display: flex;
  margin-bottom: 1em; }
  .subnav ul {
    width: 100%; }
    .subnav ul li {
      border-bottom: 1px solid transparent;
      margin: 0 0.5em -1px 0.5em; }
      .subnav ul li:hover {
        border-bottom-color: #5e39c6; }
      .subnav ul li:first-of-type {
        margin-left: 0; }
        .subnav ul li:first-of-type a {
          padding-left: 0; }
      .subnav ul li.active {
        border-bottom: 2px solid #5e39c6;
        margin-bottom: -2px; }
        .subnav ul li.active a {
          border-radius: 0;
          color: #5e39c6; }
          .subnav ul li.active a:hover {
            background: none;
            color: #5e39c6; }
      .subnav ul li a {
        color: #3b364a;
        padding: 0.75em 0; }
        .subnav ul li a:hover {
          color: #130836; }

body > main {
  grid-area: main; }

#page-stats .statistics-cover h1, #page-stats-date .statistics-cover h1 {
  display: none; }

#page-stats .statistics-cover > h2, #page-stats-date .statistics-cover > h2 {
  display: none; }

#page-stats .details h2, #page-stats-date .details h2 {
  font-size: 2.05em;
  margin-top: 0; }

#page-global-stats header.statistics-cover > h2, #page-global-stats-date header.statistics-cover > h2 {
  display: none; }

#messages .notification-container {
  background: #130836;
  border-radius: .5em;
  bottom: 1em;
  box-shadow: 0.5em 0.5em 2em -0.5em rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  font-size: 1em;
  margin: 0;
  max-width: 20em;
  padding: 1em 1.25em 1em 1em;
  position: fixed;
  right: 1em;
  z-index: 10; }
  #messages .notification-container:nth-child(n) {
    animation: slide-in 0.5s ease-in-out forwards, stay 5s 0.5s forwards, slide-out 0.5s ease-in-out 5.5s forwards; }
  #messages .notification-container:nth-child(2) {
    bottom: calc(1em + 4em); }
  #messages .notification-container.warning .notification-title::before, #messages .notification-container.error .notification-title::before, #messages .notification-container.info .notification-title::before, #messages .notification-container.denied .notification-title::before {
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle; }
  #messages .notification-container.warning .notification-title::before {
    content: url(/static/images/icons/icon-warning.svg); }
  #messages .notification-container.error .notification-title::before, #messages .notification-container.denied .notification-title::before {
    content: url(/static/images/icons/icon-error.svg); }
  #messages .notification-container.info .notification-title::before {
    content: url(/static/images/icons/icon-success.svg); }
  #messages .notification-container .notification-title {
    color: #f2f1f4;
    margin: 0;
    font-weight: 600;
    letter-spacing: normal; }
  #messages .notification-container .notification-text {
    color: #f2f1f4;
    line-height: 1.4;
    margin: .25em 0 0 0;
    padding-left: calc(24px + .5em); }
    #messages .notification-container .notification-text a {
      color: #f2f1f4; }
  #messages .notification-container li {
    color: #f2f1f4;
    margin-bottom: .5rem; }
    #messages .notification-container li:last-of-type {
      margin-bottom: 0; }
    #messages .notification-container li a {
      color: #f2f1f4; }

[id^=side-] {
  background: white;
  bottom: 0;
  box-sizing: border-box;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  transition: 0.3s left, 0.3s right;
  width: 25%;
  z-index: 5; }
  [id^=side-] > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  [id^=side-].hidden {
    left: -25%; }
  [id^=side-]::before {
    align-items: center;
    background: url(/static/images/icons/icon-close.svg) no-repeat center #ffc145;
    background-size: 30%;
    border-radius: 100%;
    color: white;
    content: '';
    cursor: pointer;
    display: flex;
    height: .75rem;
    justify-content: center;
    left: calc(100% + 1.5em);
    padding: 1rem;
    position: absolute;
    top: 1em;
    width: .75rem; }
  [id^=side-].hidden::before {
    background: transparent;
    display: flex;
    left: calc(100% + 150px); }
  [id^=side-] .side-container {
    overflow: auto; }
  [id^=side-] section {
    border-top: 1px solid #c9c7d1;
    display: block;
    position: relative; }
    [id^=side-] section:last-of-type {
      border-bottom: 1px solid #c9c7d1; }
    [id^=side-] section h3 {
      font-size: 1.25em; }
    [id^=side-] section h4 {
      margin: 0.5em 0 0; }
    [id^=side-] section a {
      color: #5e39c6;
      text-decoration: inherit; }
    [id^=side-] section p {
      font-size: 1em;
      margin: 0.25em 0; }
      [id^=side-] section p:last-child {
        margin-bottom: 1.5em; }
    [id^=side-] section dl {
      font-size: 1em; }
      [id^=side-] section dl dt, [id^=side-] section dl dd {
        display: inline;
        margin: 0; }
      [id^=side-] section dl dt::after {
        content: ' : '; }
      [id^=side-] section dl dd::after {
        content: '\A';
        white-space: pre-line; }
    [id^=side-] section form {
      align-items: center;
      bottom: 0;
      display: flex;
      position: absolute;
      right: 1em;
      top: 0; }
  [id^=side-] aside {
    margin-top: auto;
    padding: 2em; }
    [id^=side-] aside ul {
      justify-content: center; }

#side-planning.hidden::before {
  content: url(/static/images/icons/icon-schedule.svg);
  filter: url(#svgFilterLight); }

#side-reminder {
  left: 0;
  right: auto; }
  #side-reminder.hidden {
    left: -25%;
    right: auto; }
  #side-reminder::before {
    left: calc(100% + 1.6em);
    right: auto; }
  #side-reminder.hidden::before {
    content: url(/static/images/icons/icon-reminders.svg);
    filter: url(#svgFilterLight);
    left: calc(100% + 180px); }
  #side-reminder::after {
    align-items: center;
    background: #5e39c6;
    border-radius: 100%;
    color: white;
    content: attr(data-reminders);
    cursor: pointer;
    display: flex;
    font-size: 0.8em;
    font-weight: bold;
    height: 1.5em;
    justify-content: center;
    left: calc(100% + 180px + 2em);
    position: absolute;
    right: auto;
    top: 1em;
    visibility: hidden;
    width: 1.5em; }
  #side-reminder.pending.hidden::after {
    visibility: visible; }

body > main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content max-content repeat(10, min-content);
  overflow-y: auto;
  padding: 2em;
  scrollbar-gutter: stable; }
  body > main:before {
    content: ''; }
  body > main a {
    color: #5e39c6;
    text-decoration: none;
    transition: color .3s; }
    body > main a:hover {
      color: #5131a9; }
    body > main a.ongoing {
      color: #ffc145; }
  body > main:has(.error-page) {
    align-content: center; }
  body > main .error-page {
    align-items: center;
    display: flex;
    flex-direction: column; }
    body > main .error-page h1 {
      margin-bottom: 0.5em; }
    body > main .error-page p {
      font-size: 1.5em;
      margin: 0 0 1em 0; }
    body > main .error-page a {
      background: #5e39c6;
      border-radius: 0.25em;
      color: white;
      font-size: 1.2em;
      padding: 1em;
      transition: background .3s; }
      body > main .error-page a:hover {
        background: #5131a9;
        cursor: pointer; }

main > header p {
  font-weight: bold;
  margin-bottom: -1em; }

main > header form {
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1em 0; }
  main > header form a {
    background: white;
    border: 1px solid #CACDE0;
    border-radius: 2em;
    color: #130836;
    margin-right: 0.5em;
    padding: 0.75em 1em;
    transition: border-color .3s, color .3s; }
    main > header form a:last-of-type {
      margin-right: 2em; }
    main > header form a:hover, main > header form a.active {
      border-color: #5131a9;
      color: #5131a9; }
  main > header form label {
    flex-direction: row;
    padding: 0 1em 0 0;
    position: relative;
    width: auto; }
    main > header form label .select2 {
      background: white;
      padding: 1em;
      width: 100%; }
      main > header form label .select2 .select2-selection__rendered {
        padding: .5em .75em;
        margin: -1em; }
      main > header form label .select2 .select2-selection__arrow {
        height: 100% !important;
        top: 0 !important; }
    main > header form label input {
      margin-left: 0;
      width: 100%; }
  main > header form input, main > header form select {
    background: white;
    width: auto; }
    main > header form input[type=submit], main > header form select[type=submit] {
      margin-right: 0;
      margin-top: 0; }

main > header,
main > h1 {
  grid-row-start: 2; }
  main > header .main-information,
  main > h1 .main-information {
    display: flex; }
    main > header .main-information dd,
    main > h1 .main-information dd {
      margin-left: 0;
      margin-right: 1em; }
    main > header .main-information dt,
    main > h1 .main-information dt {
      font-weight: bold;
      margin-right: 0.25em; }
      main > header .main-information dt.uppercase,
      main > h1 .main-information dt.uppercase {
        text-transform: uppercase; }
      main > header .main-information dt::after,
      main > h1 .main-information dt::after {
        content: ":";
        margin-left: 0.25em; }

main header {
  display: flex;
  flex-wrap: wrap; }
  main header .subnav,
  main header nav {
    flex: 1 100%; }
  main header.client-information, main header.statistics-information {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em; }
    main header.client-information .subnav, main header.statistics-information .subnav {
      font-size: 14px;
      margin: 1em 0;
      width: 100%; }
      main header.client-information .subnav + h2, main header.statistics-information .subnav + h2 {
        flex: 1 100%;
        margin-top: 1em; }
      main header.client-information .subnav a, main header.statistics-information .subnav a {
        color: #130836; }
      main header.client-information .subnav .active a, main header.statistics-information .subnav .active a {
        color: #5e39c6; }
    main header.client-information .statistics-web, main header.statistics-information .statistics-web {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      main header.client-information .statistics-web nav:has(form), main header.statistics-information .statistics-web nav:has(form) {
        flex: 1 100%; }
    main header.client-information .statistics-print, main header.statistics-information .statistics-print {
      display: none; }
    main header.client-information #back, main header.statistics-information #back {
      flex: 1 100%;
      margin-bottom: 0.5em;
      margin-top: 0; }
      main header.client-information #back a, main header.statistics-information #back a {
        font-size: 12px;
        font-weight: 500;
        padding: 0; }
        main header.client-information #back a::before, main header.statistics-information #back a::before {
          width: 0.5rem; }
    main header.client-information h1, main header.statistics-information h1 {
      display: block;
      font-size: 1.75em;
      font-weight: 600;
      margin: 0; }
    main header.client-information h2, main header.statistics-information h2 {
      font-size: 1.40em;
      font-weight: 400;
      margin: 0; }
      main header.client-information h2::before, main header.statistics-information h2::before {
        background: #c9c7d1;
        content: '';
        display: inline-block;
        height: 20px;
        margin: 0 0.5em;
        vertical-align: middle;
        width: 2px; }
    main header.client-information dl, main header.statistics-information dl {
      align-items: center;
      display: flex;
      color: #3b364a;
      flex: 1 100%;
      font-size: 14px;
      margin: 0.5em 0 0 0; }
      main header.client-information dl dt, main header.statistics-information dl dt {
        font-weight: 600; }
        main header.client-information dl dt.client-header-finess, main header.statistics-information dl dt.client-header-finess {
          border-bottom-left-radius: 0.75em;
          border-top-left-radius: 0.75em;
          padding: 0.25em 0 0.25em 0.5em; }
        main header.client-information dl dt::after, main header.statistics-information dl dt::after {
          content: ':';
          margin-left: 0.25em; }
      main header.client-information dl dd, main header.statistics-information dl dd {
        margin-left: 0.25em;
        margin-right: 1em; }
        main header.client-information dl dd.client-header-finess, main header.statistics-information dl dd.client-header-finess {
          border-bottom-right-radius: 0.75em;
          border-top-right-radius: 0.75em;
          margin-left: -0.5em;
          padding: 0.25em 0.5em 0.25em 0.25em; }
          main header.client-information dl dd.client-header-finess::before, main header.statistics-information dl dd.client-header-finess::before {
            content: ':'; }
      main header.client-information dl .client-header-finess, main header.statistics-information dl .client-header-finess {
        background: #f2f1f4; }
  main header .actions {
    gap: 0 0.75em;
    list-style: none;
    margin: 0 0 0 auto; }
    main header .actions li a {
      background: #5e39c6;
      color: white;
      font-size: 0.88em;
      padding: 0.5em 1em; }

#actions {
  grid-column-start: 2;
  grid-row-start: 2; }
  #actions ul {
    margin: 0;
    gap: 0 0.75em; }

ul.actions,
#actions > ul {
  display: flex;
  flex-direction: row-reverse;
  font-weight: 500;
  padding: 0; }
  ul.actions li,
  #actions > ul li {
    display: block; }
    ul.actions li a,
    #actions > ul li a {
      align-items: center;
      background: #5e39c6;
      border: 1px solid transparent;
      border-radius: .25em;
      box-shadow: -1px 10px 6px -7px rgba(0, 0, 0, 0.07);
      color: white;
      display: flex;
      padding: 1em;
      text-decoration: inherit;
      transition: 0.5s background, 0.5s color; }
      ul.actions li a:hover, ul.actions li a:focus,
      #actions > ul li a:hover,
      #actions > ul li a:focus {
        background: #5131a9; }
      ul.actions li a::before,
      #actions > ul li a::before {
        display: inline-block;
        height: 1rem;
        margin-right: 0.5em;
        transition: background .3s, color .3s;
        width: 1rem; }
    ul.actions li.add a::before,
    #actions > ul li.add a::before {
      content: url(/static/images/icons/icon-add.svg);
      filter: url(#svgFilterLight); }
    ul.actions li.mail a::before,
    #actions > ul li.mail a::before {
      content: url(/static/images/icons/icon-mail.svg);
      display: inline-block;
      width: 1rem; }
    ul.actions li.launch a::before,
    #actions > ul li.launch a::before {
      content: url(/static/images/icons/icon-launch.svg); }
    ul.actions li.download a, ul.actions li.edit a,
    #actions > ul li.download a,
    #actions > ul li.edit a {
      background: white;
      border-color: #c9c7d1;
      color: #130836;
      font-weight: 500; }
      ul.actions li.download a:hover, ul.actions li.edit a:hover,
      #actions > ul li.download a:hover,
      #actions > ul li.edit a:hover {
        background: #f2f1f4; }
      ul.actions li.download a::before, ul.actions li.edit a::before,
      #actions > ul li.download a::before,
      #actions > ul li.edit a::before {
        filter: url(#svgFilterDarkblue); }
    ul.actions li.download a::before,
    #actions > ul li.download a::before {
      content: url(/static/images/icons/icon-download.svg); }
    ul.actions li.edit a::before,
    #actions > ul li.edit a::before {
      content: url(/static/images/icons/icon-edit.svg); }
    ul.actions li.delete a,
    #actions > ul li.delete a {
      background: #c1292e;
      color: white; }
      ul.actions li.delete a:hover,
      #actions > ul li.delete a:hover {
        background: #9f2226; }
      ul.actions li.delete a::before,
      #actions > ul li.delete a::before {
        content: url(/static/images/icons/icon-stop.svg); }
    ul.actions li.close a,
    #actions > ul li.close a {
      background: #297373;
      color: #ebf5ee;
      transition: background 0.5s; }
      ul.actions li.close a:hover,
      #actions > ul li.close a:hover {
        background-color: #226060; }
      ul.actions li.close a::before,
      #actions > ul li.close a::before {
        content: url(/static/images/icons/icon-done.svg); }

aside .actions {
  flex-direction: row; }

#back {
  grid-row-start: 1;
  margin-bottom: 1em;
  margin-top: -1em; }
  #back a {
    color: #5e39c6;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em 0;
    text-decoration: inherit;
    transition: 0.5s color, transform .5s; }
    #back a:hover {
      color: #5131a9;
      transform: translateX(-10px); }
    #back a::before {
      content: url(/static/images/icons/icon-back.svg);
      display: inline-block;
      margin-right: 0.5em;
      width: .75rem; }

main > * {
  grid-column: 1 / 3; }

section {
  align-items: flex-start;
  display: flex; }
  section aside, section article {
    border: 1px solid #c9c7d1;
    display: block;
    padding: 1.5em; }
    section aside h2:first-child, section aside h3:first-child, section article h2:first-child, section article h3:first-child {
      margin-top: 0; }
  section aside {
    margin-right: 1em;
    width: 18em; }
    section aside a {
      text-decoration: inherit; }
    section aside h2, section aside h3, section aside h4, section aside dt {
      color: #130836; }
    section aside h2, section aside h3 {
      font-size: 1.5em; }
    section aside dt {
      font-weight: 600;
      margin-top: 0.5em;
      padding: 0.25em 0; }
    section aside dd {
      margin: 0; }
    section aside article {
      color: #3b364a;
      margin-left: calc(-1.5em - 1px);
      margin-right: calc(-1.5em - 1px);
      margin-bottom: -1px;
      padding-bottom: 1.5em; }
      section aside article:first-child {
        border-top: 0;
        margin-top: -1.5em; }
      section aside article:last-child {
        border-bottom: 0;
        margin-bottom: -1.5em; }
        section aside article:last-child ul {
          list-style: none;
          padding-left: 0; }
          section aside article:last-child ul li {
            border-bottom: 1px solid #c9c7d1;
            margin-bottom: .75em;
            padding-bottom: .75em; }
            section aside article:last-child ul li:last-of-type {
              border: none; }
      section aside article form input[type=file] {
        background: #f2f1f4;
        border: 1px solid #c9c7d1;
        border-radius: .25em;
        color: #130836;
        font-family: inherit;
        padding: .5em; }
    section aside h4 {
      margin: 1em 0 0; }
    section aside p {
      margin: 0.5em 0; }
    section aside table td:nth-child(2) {
      font-size: 0.8em; }
    section aside table input[type=submit] {
      background: url(/static/images/icons/icon-delete.svg) no-repeat center;
      display: block;
      font-size: 0;
      height: 1rem;
      width: 1rem; }
      section aside table input[type=submit]:hover {
        background: url(/static/images/icons/icon-delete.svg) no-repeat center; }
    section aside label {
      color: #130836;
      cursor: pointer;
      padding: 0.7em 1em; }
    section aside input {
      margin-top: 1em;
      max-width: 100%; }
  section article {
    flex: 1;
    margin-bottom: 1em; }
  section section {
    display: block;
    flex: 1; }
  section aside#filters {
    border: 0;
    margin-right: 1.5em;
    padding: 0;
    width: fit-content; }
    section aside#filters article {
      border: 1px solid #c9c7d1;
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      gap: .25em;
      margin: 0 0 .75em 0;
      padding: 1em; }
      section aside#filters article h2 {
        font-size: 1.25em;
        font-weight: 500;
        margin-bottom: .5em; }
      section aside#filters article label {
        border-radius: 3px;
        font-size: 1em;
        padding: .25em .5em; }
        section aside#filters article label:has(input:checked) {
          background: #f2f1f4;
          color: #5e39c6; }
        section aside#filters article label:hover {
          background: #f2f1f4; }
      section aside#filters article input[type="radio"] {
        accent-color: #5e39c6;
        appearance: radio;
        background: white;
        height: 15px;
        position: initial;
        width: 15px; }

.buttons {
  display: flex;
  list-style: none;
  padding: 0; }
  .buttons li {
    background-color: #f2f1f4;
    border: 1px solid #c9c7d1;
    font-weight: 500; }
    .buttons li.active {
      background-color: #ffc145;
      border-color: #ffc145; }
    .buttons li a {
      color: inherit;
      display: block;
      padding: 0.5em 1em;
      text-decoration: inherit; }
      .buttons li a:hover {
        color: #130836; }

#modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 10; }
  #modal aside {
    align-items: center;
    background: #f2f1f4;
    display: flex;
    flex: 1;
    padding: .5em; }
    #modal aside select {
      background: white;
      border: 1px solid #c9c7d1;
      border-radius: .25em;
      cursor: pointer;
      font-family: 'Schibsted Grotesk', sans-serif;
      margin-right: auto;
      order: -1;
      padding: .5em; }
    #modal aside button {
      background: #f2f1f4;
      border: 0;
      border-radius: .25rem;
      cursor: pointer;
      font-size: 0;
      padding: 0.5rem 0.7rem;
      transition: 0.5s color, 0.5 background;
      margin: 0 .5em; }
      #modal aside button:hover {
        background: #e4e3e8; }
      #modal aside button::before {
        display: block;
        width: 1rem; }
      #modal aside button#preview::before {
        content: url(/static/images/icons/icon-pdf-preview.svg); }
      #modal aside button#save::before {
        content: url(/static/images/icons/icon-save.svg); }
      #modal aside button#delete::before {
        content: url(/static/images/icons/icon-delete.svg);
        filter: url(#svgFilterDarkblue); }
      #modal aside button#close::before {
        content: url(/static/images/icons/icon-close.svg);
        width: .75rem; }
      #modal aside button.tooltip-link {
        position: relative; }
        #modal aside button.tooltip-link:hover::after {
          background: #130836;
          border-radius: .25rem;
          bottom: -2rem;
          box-shadow: 0px 10px 33px #3333332e;
          color: #f2f1f4;
          content: attr(data-tooltip);
          font-family: 'Schibsted Grotesk', sans-serif;
          font-size: .75rem;
          font-weight: 500;
          left: 0;
          min-width: fit-content;
          padding: .5rem;
          position: absolute;
          right: 0; }
  #modal article {
    display: block; }
    #modal article iframe {
      background: white;
      border: 0;
      height: 60em;
      max-height: 90vh;
      max-width: 90vw;
      width: 42em; }

form, form article {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  form h2, form article h2 {
    width: 100%; }
  form ul, form article ul {
    display: flex; }
    form ul li, form article ul li {
      display: flex; }
  form label, form article label {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 48%; }
    form label input, form label select, form label textarea, form label .select2, form article label input, form article label select, form article label textarea, form article label .select2 {
      margin-top: .25em;
      width: 100%; }
      form label input::placeholder, form label select::placeholder, form label textarea::placeholder, form label .select2::placeholder, form article label input::placeholder, form article label select::placeholder, form article label textarea::placeholder, form article label .select2::placeholder {
        color: #3b364a;
        opacity: 1; }
  form .floating-submit-button, form article .floating-submit-button {
    background: white;
    border-top: 1px solid #c9c7d1;
    bottom: -2em;
    margin-bottom: -2em;
    padding: 1em 0;
    position: sticky;
    width: 100%; }
    form .floating-submit-button input, form article .floating-submit-button input {
      margin-right: inherit;
      margin-top: 0; }

form article {
  box-sizing: border-box;
  flex: 1 0 100%; }

label {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.8;
  padding: 0.5em 0 0.2em 0;
  position: relative; }
  label.click-zone {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    font-size: 1em;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .3s;
    width: 100%; }
    label.click-zone:hover {
      background: #e4e3e8; }
    label.click-zone input {
      cursor: pointer;
      font-size: 1em; }
  label.fullwidth {
    width: 100%; }
  label input, label select, label textarea, label .select2 {
    border: 1px solid #c9c7d1;
    border-radius: .25em;
    box-sizing: border-box;
    color: #130836;
    font-family: inherit;
    font-size: 1rem;
    order: 10;
    outline: 1px solid transparent;
    padding: 0.75em 1em;
    transition: border-color .5s; }
    label input[readonly], label input[readonly] + .select2, label select[readonly], label select[readonly] + .select2, label textarea[readonly], label textarea[readonly] + .select2, label .select2[readonly], label .select2[readonly] + .select2 {
      border: none;
      font-weight: 500;
      padding: .25em 0; }
      label input[readonly][type=number], label input[readonly] + .select2[type=number], label select[readonly][type=number], label select[readonly] + .select2[type=number], label textarea[readonly][type=number], label textarea[readonly] + .select2[type=number], label .select2[readonly][type=number], label .select2[readonly] + .select2[type=number] {
        -webkit-appearance: textfield;
        appearance: textfiel; }
    label input:focus, label select:focus, label textarea:focus, label .select2:focus {
      border-color: #5e39c6; }
  label textarea {
    resize: vertical; }
  label select, label .select2, label textarea, label input[type=file] {
    background: #f2f1f4;
    color: #130836; }
  label.error input, label.error select, label.error textarea, label.error .select2 {
    outline-color: red; }
  label .select2-container {
    padding: 0.25em 0 0.25em 0.5em; }
  label .select2-container--default .select2-selection {
    background: transparent;
    border: 0; }
  label .select2-container--default .select2-selection--single .select2-selection__arrow {
    opacity: 0.8;
    top: 4px; }
  label .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0; }
  label .select2-container--default .select2-search--inline {
    padding-left: 0; }
  label .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    padding: 0.5em 0; }
  label .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white;
    border: 1px solid #c9c7d1;
    box-shadow: -1px 10px 6px -7px rgba(0, 0, 0, 0.07);
    margin: 0;
    padding: 0.25em 0.5em; }
    label .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #c1292e; }
      label .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #c1292e; }
  label span.info, label a.info {
    font-size: 0.8em;
    margin-left: 0.5em; }
    label span.info:not(:empty)::before, label a.info:not(:empty)::before {
      content: '('; }
    label span.info:not(:empty)::after, label a.info:not(:empty)::after {
      content: ')'; }
  label span.error {
    color: red;
    font-size: 0.8em;
    order: 11; }
  label.required::after {
    color: #5e39c6;
    content: '*';
    order: 1;
    padding-left: 0.25em; }

form input[type=checkbox], form input[type=radio], td input[type=checkbox], td input[type=radio] {
  appearance: auto;
  accent-color: #5e39c6; }
  form input[type=checkbox]:focus, form input[type=radio]:focus, td input[type=checkbox]:focus, td input[type=radio]:focus {
    outline: auto; }

input[type=checkbox], input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 2px solid #c9c7d1;
  flex: 0 0 1em;
  height: 1em;
  margin-right: 0.5em;
  order: -1;
  outline: 0;
  padding: 0;
  transition: 0.5s background-color, 0.5s border-color;
  width: 1em; }
  input[type=checkbox]:checked, input[type=radio]:checked {
    background-color: #5e39c6;
    border-color: #5e39c6; }

*:not(li) > input[type=radio] {
  background: #f2f1f4;
  border: 1px solid #c9c7d1;
  border-radius: 0;
  color: white;
  height: 100%;
  left: 0;
  margin: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2; }
  *:not(li) > input[type=radio]:checked {
    background-color: #ffc145;
    border-color: #ffc145; }
  *:not(li) > input[type=radio]:focus {
    z-index: -1; }

label ul li {
  align-items: center;
  padding-left: 1em; }
  label ul li label {
    flex-shrink: 0;
    width: auto; }
  label ul li input[type=radio] {
    border-radius: 100%; }

input[type=color] {
  height: 2em;
  padding: 0;
  margin-right: calc(100% - 3em);
  width: 3em; }

input[type=submit] {
  background: #5e39c6;
  border-radius: .25em;
  border: none;
  color: white;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1em;
  font-weight: 500;
  margin-right: 100%;
  margin-top: 1em;
  padding: 1em;
  transition: 0.5s background; }
  input[type=submit]:hover {
    cursor: pointer; }
  input[type=submit]:hover, input[type=submit]:focus {
    background: #5131a9; }

input[type=button] {
  background: #5e39c6;
  border: none;
  color: white;
  font-weight: 500;
  transition: background .3s; }
  input[type=button]:hover {
    background: #5131a9;
    cursor: pointer; }

form article {
  box-sizing: border-box;
  flex: 1 0 100%; }

.dataTables_wrapper .dataTable {
  border: 1px solid #c9c7d1;
  order: 1; }
  .dataTables_wrapper .dataTable.fixedHeader {
    order: 0; }

.dataTables_wrapper .select2-container--default {
  width: auto !important; }

.dataTables_wrapper .dataTables_scrollBody {
  box-sizing: border-box;
  overflow-y: scroll !important; }

.dataTables_wrapper .dataTables_scrollHead {
  box-sizing: border-box;
  margin-top: .75em; }

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #130836; }

.select2-container.select2-container--default .select2-dropdown {
  border: 1px solid #c9c7d1;
  border-radius: 0; }

.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eae9fc; }

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5e39c6; }

.select2-container.select2-container--default input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c9c7d1;
  color: #130836;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1em;
  outline: 1px solid transparent;
  transition: 0.5s outline-color, 0.25s border-color; }
  .select2-container.select2-container--default input:focus {
    border-color: transparent;
    outline-color: #5e39c6; }

.dataTables_scrollBody th.sorting::after,
.dataTables_scrollBody th.sorting_desc::after,
.dataTables_scrollBody th.sorting_asc::after {
  display: none; }

.dataTables_scrollBody thead .click-zone-container {
  visibility: hidden; }

table {
  border-collapse: collapse;
  order: 2;
  width: 100% !important; }
  table thead {
    color: #130836;
    text-align: left; }
    table thead th {
      font-weight: 600;
      transition: background .3s; }
      table thead th:hover {
        background: #e4e3e8;
        cursor: pointer; }
  table td {
    padding: 1em; }
    table td.click-zone-container {
      padding: 1em 2em;
      position: relative; }
    table td input[type=submit] {
      background: url(/static/images/icons/icon-delete.svg) no-repeat center;
      border: none;
      display: block;
      font-size: 0;
      height: 1rem;
      width: 1rem; }
      table td input[type=submit]:hover, table td input[type=submit]:focus {
        background: url(/static/images/icons/icon-delete.svg) no-repeat center;
        outline-color: transparent; }
  table th {
    padding: 1em;
    position: relative; }
    table th.sorting::after, table th.sorting_desc::after, table th.sorting_asc::after {
      bottom: 0;
      content: '';
      display: inline-block;
      height: 100%;
      margin-left: .5em;
      position: absolute;
      right: .25rem;
      top: 0;
      width: .5rem; }
    table th.sorting:hover::after {
      opacity: 1; }
    table th.sorting::after {
      background: url(/static/images/icons/icon-sort_both.svg) no-repeat center;
      opacity: 0; }
    table th.sorting_desc::after {
      background: url(/static/images/icons/icon-sort_desc.svg) no-repeat center;
      opacity: 1; }
    table th.sorting_asc::after {
      background: url(/static/images/icons/icon-sort_asc.svg) no-repeat center;
      opacity: 1; }
  table tr {
    border: 1px solid #c9c7d1;
    border-left: 0;
    border-right: 0; }
  table a {
    color: #5e39c6;
    text-decoration: inherit; }
  table ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  table tfoot th {
    font-weight: bold;
    text-align: left; }
  table form input {
    font-size: 0.75em;
    margin: 0;
    padding: 0.5em; }
  table.no-datatable tr:first-of-type {
    border-top: none; }
  table.no-datatable td {
    padding: .5em .5em .5em 0; }
    table.no-datatable td:first-of-type {
      overflow-wrap: anywhere; }
    table.no-datatable td:last-of-type {
      padding-right: 0; }
    table.no-datatable td form input {
      margin: 0;
      padding: 0 .25em; }
  table.stats-table {
    position: relative;
    z-index: 1; }
    table.stats-table tbody {
      border: 1px solid #c9c7d1; }
      table.stats-table tbody tr {
        border: none; }
        table.stats-table tbody tr:nth-child(even) {
          background: #f2f1f4; }
      table.stats-table tbody tr td {
        box-shadow: 1px 0 0 0 #c9c7d1;
        padding: 1em .75em;
        text-align: right; }
        table.stats-table tbody tr td:first-of-type {
          border-left: 1px solid #c9c7d1;
          border-right: none;
          text-align: left; }
        table.stats-table tbody tr td dl {
          margin: 0; }
          table.stats-table tbody tr td dl dt {
            font-weight: 600;
            margin-bottom: .25rem; }
          table.stats-table tbody tr td dl dd {
            color: #3b364a;
            font-size: .9em;
            margin-left: 0; }
    table.stats-table thead:not(:first-of-type) {
      color: #5e39c6;
      font-size: 1.5rem; }
    table.stats-table thead tr {
      border: none; }
    table.stats-table thead.confidential {
      border: 2px solid #f76f5b; }
      table.stats-table thead.confidential ~ tbody, table.stats-table thead.confidential ~ thead {
        border-left: 2px solid #f76f5b;
        border-right: 2px solid #f76f5b; }
        table.stats-table thead.confidential ~ tbody tr td:first-of-type, table.stats-table thead.confidential ~ tbody tr th, table.stats-table thead.confidential ~ thead tr td:first-of-type, table.stats-table thead.confidential ~ thead tr th {
          padding-left: 1rem; }
      table.stats-table thead.confidential ~ tbody:last-of-type {
        border-bottom: 2px solid #f76f5b; }
      table.stats-table thead.confidential:has(input:not(:checked)) + tbody, table.stats-table thead.confidential:has(input:not(:checked)) ~ thead, table.stats-table thead.confidential:has(input:not(:checked)) + thead ~ tbody {
        visibility: collapse; }
      table.stats-table thead.confidential tr {
        background: #fddad5; }
        table.stats-table thead.confidential tr td:has(#show-confidential) {
          text-align: right; }
        table.stats-table thead.confidential tr td #show-confidential {
          display: none; }
        table.stats-table thead.confidential tr td #show-confidential:checked ~ #expand-button {
          display: none; }
        table.stats-table thead.confidential tr td #show-confidential:not(:checked) ~ #collapse-button {
          display: none; }
        table.stats-table thead.confidential tr td #expand-button,
        table.stats-table thead.confidential tr td #collapse-button {
          color: #5e39c6;
          cursor: pointer;
          font-size: .75em;
          line-height: normal;
          padding: 0;
          text-decoration: underline;
          transition: color, .3s; }
          table.stats-table thead.confidential tr td #expand-button:hover,
          table.stats-table thead.confidential tr td #collapse-button:hover {
            color: #5131a9; }
        table.stats-table thead.confidential tr th {
          display: table-cell;
          padding-left: 1em; }
          table.stats-table thead.confidential tr th dl {
            color: #130836;
            font-size: .9em;
            margin: 0; }
            table.stats-table thead.confidential tr th dl dt {
              font-size: 1em; }
              table.stats-table thead.confidential tr th dl dt::after {
                background: #f76f5b;
                border-radius: .5em;
                color: white;
                content: 'Confidentiel';
                display: inline-block;
                font-size: .75em;
                margin: 0 .75em;
                padding: .25em .5em; }
            table.stats-table thead.confidential tr th dl dd {
              font-size: .75em;
              font-weight: 400;
              margin: .5em 0 0 0; }
    table.stats-table thead th {
      padding-left: 0; }
      table.stats-table thead th:hover {
        background: none;
        cursor: initial; }
    table.stats-table thead:first-of-type th:first-of-type {
      background: transparent;
      box-shadow: inset 1px 0 0 0 transparent; }
    table.stats-table thead:first-of-type tr th {
      background: #3b364a;
      box-shadow: inset 1px 0 0 0 #c9c7d1;
      color: #fff;
      padding: 1em .5em;
      position: sticky;
      top: -2em;
      z-index: 1;
      text-align: right; }

object {
  margin: 2em 1em 0 0;
  max-width: 30em; }

img {
  max-width: 100%; }

#page-login body > header, #page-login body > nav {
  display: none; }

#page-login body {
  display: flex; }

#page-login main {
  align-items: center;
  background: #130836;
  display: flex;
  flex-grow: 1;
  justify-content: center; }
  #page-login main .login-container {
    background: white;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 4rem; }
  #page-login main header, #page-login main form, #page-login main #quick-login {
    max-width: 25rem;
    width: 100%; }
  #page-login main #quick-login {
    padding: 0; }
  #page-login main header {
    margin-bottom: 2rem;
    width: 100%; }
    #page-login main header p {
      font-size: 1.1em;
      font-weight: 400;
      margin: .5em 0; }
    #page-login main header::before {
      background: url(/static/images/logo.svg) no-repeat left;
      content: '';
      display: block;
      height: 3rem;
      margin-bottom: 2rem;
      width: 100%; }
      #page-login.october main header::before {
        background-image: url(/static/images/logo-octobre-rose.svg); }
    #page-login main header h1 {
      margin: 0;
      font-size: 26px;
      font-weight: 600; }
  #page-login main form label {
    padding: 0;
    margin-bottom: 2rem; }
  #page-login main form label, #page-login main form input {
    width: 100%; }
  #page-login main form input[type=submit] {
    margin: 1em 0 0 0; }
  #page-login main form #view {
    color: #3b364a;
    cursor: pointer;
    font-size: 0;
    margin-left: 100%;
    margin-top: -4rem;
    text-align: right;
    transform: translate(-1.8rem);
    width: 1.5rem; }
    #page-login main form #view::after {
      display: inline-block;
      width: 1rem;
      vertical-align: middle; }
    #page-login main form #view.show::after {
      content: url(/static/images/icons/icon-show.svg); }
    #page-login main form #view.hide::after {
      content: url(/static/images/icons/icon-hide.svg); }
    #page-login main form #view input {
      -webkit-appearance: none;
      appearance: none;
      background: transparent;
      border-color: transparent;
      cursor: pointer;
      margin: 0;
      outline: none;
      position: absolute;
      width: 100%; }
  #page-login main form a {
    font-size: .8em;
    font-weight: 600;
    margin-left: auto;
    margin-top: -1rem;
    text-decoration: none; }
  #page-login main form + p {
    display: inline-block;
    font-size: .9em;
    text-align: center;
    width: 100%; }
    #page-login main form + p a {
      font-weight: 600; }

#page-login footer {
  display: none; }

#page-dashboard main {
  display: block;
  padding-bottom: 2em; }
  #page-dashboard main > section {
    height: 100%; }
    #page-dashboard main > section > aside {
      box-sizing: border-box;
      max-height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
    #page-dashboard main > section > section {
      display: flex;
      flex-direction: column;
      height: 100%; }
      #page-dashboard main > section > section article {
        box-sizing: border-box;
        overflow-y: auto;
        width: 100%; }
        #page-dashboard main > section > section article h2 {
          background: white;
          margin: -1.5rem 0 0;
          padding: .5em 0;
          position: -webkit-sticky;
          position: sticky;
          top: -1.5rem;
          z-index: 1; }
        #page-dashboard main > section > section article:last-child {
          margin-bottom: 0; }

#page-stats section.charts,
#page-stats-date section.charts,
#page-global-stats section.charts,
#page-global-stats-date section.charts {
  flex-wrap: wrap; }

#page-stats section > h2,
#page-stats-date section > h2,
#page-global-stats section > h2,
#page-global-stats-date section > h2 {
  margin: 0; }

#svgFilterLight feFlood {
  flood-color: #f2f1f4; }

#svgFilterDarkblue feFlood {
  flood-color: #130836; }

#page-add-customer h2 {
  margin: 1em 0 0 0; }

#page-invoices-summary .invoice-summary__row--highlight {
  background-color: #fef3e5;
  border-block: 1px solid #f58a07; }

#page-invoices-summary br {
  margin-bottom: 0.25em; }

#page-invoices-summary td dl {
  display: flex;
  max-width: 12em; }
  #page-invoices-summary td dl dd {
    font-size: 1em;
    margin: 0 0 0 auto; }

#page-add-customer h1,
.infos-client-container h1,
#page-planning-add-planning h1 {
  margin: 0; }

#page-add-customer article:not(.error-page),
.infos-client-container article:not(.error-page),
#page-planning-add-planning article:not(.error-page) {
  column-gap: 3em;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 2em;
  max-width: 50em; }
  #page-add-customer article:not(.error-page) label,
  .infos-client-container article:not(.error-page) label,
  #page-planning-add-planning article:not(.error-page) label {
    font-weight: 600;
    padding: 0; }
    #page-add-customer article:not(.error-page) label::after,
    .infos-client-container article:not(.error-page) label::after,
    #page-planning-add-planning article:not(.error-page) label::after {
      color: inherit; }
    #page-add-customer article:not(.error-page) label .select2,
    .infos-client-container article:not(.error-page) label .select2,
    #page-planning-add-planning article:not(.error-page) label .select2 {
      background: white;
      border: none;
      font-weight: 400;
      outline: 1px solid #c9c7d1; }
      #page-add-customer article:not(.error-page) label .select2-container--open,
      .infos-client-container article:not(.error-page) label .select2-container--open,
      #page-planning-add-planning article:not(.error-page) label .select2-container--open {
        outline: 2px solid #5e39c6; }
      #page-add-customer article:not(.error-page) label .select2-container--disabled,
      .infos-client-container article:not(.error-page) label .select2-container--disabled,
      #page-planning-add-planning article:not(.error-page) label .select2-container--disabled {
        background: #f2f1f4;
        outline-color: #f2f1f4; }
    #page-add-customer article:not(.error-page) label input,
    #page-add-customer article:not(.error-page) label textarea,
    .infos-client-container article:not(.error-page) label input,
    .infos-client-container article:not(.error-page) label textarea,
    #page-planning-add-planning article:not(.error-page) label input,
    #page-planning-add-planning article:not(.error-page) label textarea {
      background: white;
      border: none;
      outline: 1px solid #c9c7d1;
      outline-offset: calc(1px*-1);
      padding: 0.5em 0.75em; }
      #page-add-customer article:not(.error-page) label input[readonly],
      #page-add-customer article:not(.error-page) label textarea[readonly],
      .infos-client-container article:not(.error-page) label input[readonly],
      .infos-client-container article:not(.error-page) label textarea[readonly],
      #page-planning-add-planning article:not(.error-page) label input[readonly],
      #page-planning-add-planning article:not(.error-page) label textarea[readonly] {
        background: #f2f1f4;
        outline-color: #f2f1f4; }
      #page-add-customer article:not(.error-page) label input:focus,
      #page-add-customer article:not(.error-page) label textarea:focus,
      .infos-client-container article:not(.error-page) label input:focus,
      .infos-client-container article:not(.error-page) label textarea:focus,
      #page-planning-add-planning article:not(.error-page) label input:focus,
      #page-planning-add-planning article:not(.error-page) label textarea:focus {
        outline: 2px solid #5e39c6;
        outline-offset: calc(2px*-1); }
    #page-add-customer article:not(.error-page) label input[type="checkbox"],
    .infos-client-container article:not(.error-page) label input[type="checkbox"],
    #page-planning-add-planning article:not(.error-page) label input[type="checkbox"] {
      outline-width: 2px;
      border-radius: 3px; }
  #page-add-customer article:not(.error-page) h2,
  .infos-client-container article:not(.error-page) h2,
  #page-planning-add-planning article:not(.error-page) h2 {
    grid-column: span 6;
    margin-bottom: 0; }
  #page-add-customer article:not(.error-page) label,
  .infos-client-container article:not(.error-page) label,
  #page-planning-add-planning article:not(.error-page) label {
    width: auto; }
    #page-add-customer article:not(.error-page) label:has(input[type="checkbox"]),
    .infos-client-container article:not(.error-page) label:has(input[type="checkbox"]),
    #page-planning-add-planning article:not(.error-page) label:has(input[type="checkbox"]) {
      cursor: pointer;
      font-weight: 400; }
    #page-add-customer article:not(.error-page) label:has(.form--large),
    .infos-client-container article:not(.error-page) label:has(.form--large),
    #page-planning-add-planning article:not(.error-page) label:has(.form--large) {
      grid-column: span 6; }
    #page-add-customer article:not(.error-page) label:has(.form--medium),
    .infos-client-container article:not(.error-page) label:has(.form--medium),
    #page-planning-add-planning article:not(.error-page) label:has(.form--medium) {
      grid-column: span 3; }
    #page-add-customer article:not(.error-page) label:has(.form--small),
    .infos-client-container article:not(.error-page) label:has(.form--small),
    #page-planning-add-planning article:not(.error-page) label:has(.form--small) {
      grid-column: span 2; }
    #page-add-customer article:not(.error-page) label:has(.form--two-thirds),
    .infos-client-container article:not(.error-page) label:has(.form--two-thirds),
    #page-planning-add-planning article:not(.error-page) label:has(.form--two-thirds) {
      grid-column: span 4; }

#page-add-customer .floating-submit-button,
.infos-client-container .floating-submit-button,
#page-planning-add-planning .floating-submit-button {
  grid-column: span 6;
  padding: 0.5em 0; }

#page-planning-add-planning article:not(.error-page) {
  column-gap: 1em;
  max-width: 30em; }
  #page-planning-add-planning article:not(.error-page) input[type="submit"] {
    grid-column: span 3;
    margin-right: inherit; }
  #page-planning-add-planning article:not(.error-page) label:has(input[type="checkbox"]:not(#delete)) {
    padding: 0.25em 1em;
    position: relative;
    width: fit-content; }
    #page-planning-add-planning article:not(.error-page) label:has(input[type="checkbox"]:not(#delete)) input {
      appearance: none;
      background: transparent;
      bottom: 0;
      height: 100%;
      left: 0;
      margin: 0;
      outline-color: #c9c7d1;
      outline-width: 1px;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
      #page-planning-add-planning article:not(.error-page) label:has(input[type="checkbox"]:not(#delete)) input:hover {
        cursor: pointer; }
      #page-planning-add-planning article:not(.error-page) label:has(input[type="checkbox"]:not(#delete)) input:focus {
        outline-offset: calc(1px*-1);
        outline-width: 1px; }
      #page-planning-add-planning article:not(.error-page) label:has(input[type="checkbox"]:not(#delete)) input:focus-visible {
        outline: auto; }
      #page-planning-add-planning article:not(.error-page) label:has(input[type="checkbox"]:not(#delete)) input:checked {
        outline-color: #5e39c6;
        outline-width: 2px; }

/*# sourceMappingURL=style.css.map */