@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@keyframes intelligia-anime-analyse-nav {
  0% {
    transform: translateX(6.25rem) rotate(0deg);
    opacity: 0;
  }
  20% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0) rotate(-90deg);
    opacity: 1;
  }
}
@keyframes intelligia-anime-blink-vert {
  0% {
    box-shadow: 0 0 0 #008000;
  }
  100% {
    box-shadow: 0 0 0.5rem #008000;
  }
}
@keyframes intelligia-anime-blink-primary {
  0% {
    background-color: transparent;
    transform: scale(1, 1);
  }
  50% {
    background-color: #a478ba52;
    transform: scale(1.1, 1.4);
  }
  100% {
    background-color: transparent;
    transform: scale(1.2, 1.8);
  }
}
@keyframes intelligia-anime-fade-in-top-20 {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes intelligia-anime-fade-in-right-20 {
  from {
    opacity: 0;
    transform: translateX(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}
@keyframes intelligia-anime-fade-in-bottom-20 {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes intelligia-anime-fade-in-left-20 {
  from {
    opacity: 0;
    transform: translateX(-1.25rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}
@keyframes intelligia-anime-flip {
  from {
    transform: rotateY(90deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@keyframes intelligia-anime-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes intelligia-anime-shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  20% {
    transform: rotate(2deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes intelligia-anime-shake-light {
  0%, 40% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0eg);
  }
  55% {
    transform: rotate(-3deg);
  }
  60%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes intelligia-anime-stock-rotate {
  100% {
    transform: rotate(0.5turn);
  }
}
@keyframes intelligia-anime-zoom-in-fade {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes intelligia-anime-zoom-out-fade {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes intelligia-loader {
  100% {
    transform: rotate(0.5turn);
  }
}
.bold {
  font-weight: bold;
}

.break-word {
  word-break: break-word;
}

.hidden {
  visibility: hidden;
}

.strike-through {
  text-decoration: line-through;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.btn-intelligia {
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms, color 0ms;
}

.btn-intelligia--gradient {
  background-size: 200%;
  background-position: left center;
}

.btn-intelligia--gradient:hover {
  background-position: right center;
}

.btn-intelligia--groupe {
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
}

.btn-intelligia--groupe:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-left: 1rem;
}

.btn-intelligia--groupe:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding-right: 1rem;
}

.btn-intelligia:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.btn-intelligia--groupe:hover {
  box-shadow: none;
}

.btn-intelligia:disabled {
  box-shadow: none;
}

.btn-intelligia__icone--16 {
  font-size: 1rem;
}

.btn-intelligia__texte {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.spbtn-intelligia__wrapper {
  border-radius: 2rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 300ms, color 0ms;
}

.spbtn-intelligia__wrapper--gradient {
  background-size: 200%;
  background-position: left center;
}

.spbtn-intelligia__wrapper--gradient:hover {
  background-position: right center;
}

.spbtn-intelligia__wrapper:hover,
.spbtn-intelligia__wrapper:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.spbtn-intelligia__wrapper:disabled {
  box-shadow: none;
}

.spbtn-intelligia__wrapper.expand .spbtn-intelligia__menus {
  opacity: 1;
  transform: translateY(0rem);
  padding: 0.5rem 0;
  max-height: unset;
}

.spbtn-intelligia__btn-principale,
.spbtn-intelligia__btn-deroulante {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  letter-spacing: inherit;
  padding: 0.5rem 1rem;
}

.spbtn-intelligia__btn-principale {
  column-gap: 0.5rem;
  flex: 1 1 auto;
}

.spbtn-intelligia__texte {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

.spbtn-intelligia__menus {
  position: absolute;
  left: 0;
  top: 100%;
  backdrop-filter: blur(2rem);
  border-radius: 0.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  list-style-type: none;
  margin: 0.5rem 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-0.5rem);
  transition: all 300ms;
}

.spbtn-intelligia__menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 0.5rem 1rem;
  transition: all 300ms;
}

.spbtn-intelligia__menu:hover {
  transform: translateX(10px);
}

.spbtn-intelligia__menu.disabled {
  cursor: default;
  pointer-events: none;
  transform: unset;
}

.spbtn-intelligia__menu-seperateur {
  width: 100%;
  height: 1px;
}

.ctn-intelligia {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  min-height: calc(100vh - 82.4px - 88.8px - calc(1.25rem * 2));
  padding: 1rem;
}

.ctn-intelligia__operations {
  column-gap: 0.5rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.intelligia-col {
  flex: 1 1 auto;
  min-width: 0;
}
.intelligia-col--2 {
  flex: 1 1 calc(100% / 2);
}
.intelligia-col--3 {
  flex: 1 1 calc(100% / 3);
}
.intelligia-col--4 {
  flex: 1 1 calc(100% / 4);
}

.intelligia-fgh {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.intelligia-fgv {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.intelligia-fl {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  width: 100%;
  min-width: 0;
}

.gtbtn-intelligia {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.intelligia-header__wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 1rem;
}

.intelligia-header__titre {
  font-size: 1.5rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.lnk-intelligia {
  font-weight: inherit;
  text-decoration: none;
  transition: all 300ms;
}

.lnk-intelligia:hover {
  cursor: pointer;
  text-decoration: underline;
}

.intelligia-loader {
  aspect-ratio: 1;
  display: grid;
  width: 3.125rem;
}

.intelligia-loader::before,
.intelligia-loader::after {
  content: "";
  grid-area: 1/1;
  background-position-x: 50%, 50%, 100%, 0;
  background-position-y: 0, 100%, 50%, 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  animation: intelligia-loader 1s infinite;
}

.intelligia-loader::before {
  margin: 0.25rem;
  background-size: 0.5rem 0.5rem;
  animation-timing-function: linear;
}

.spinner-intelligia__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.spinner-intelligia {
  background-clip: text;
  font-size: 3rem;
  font-weight: 900;
  padding: 0.125rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tbl-intelligia__wrapper {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

.tbl-intelligia.table {
  margin-bottom: 0;
}

.tbl-intelligia tr td, .tbl-intelligia tr th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0.75rem;
  vertical-align: middle;
}

.tbl-intelligia tr td {
  font-weight: normal;
}

.tbl-intelligia tr th {
  white-space: nowrap;
}

.tbl-intelligia thead th .d-flex > * {
  margin: auto 0;
}

.tbl-intelligia thead th {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 2px;
}

.tbl-intelligia__col-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tbl-intelligia__col-truncate--large {
  max-width: 17.5rem;
}

.tbl-intelligia__col-truncate--medium {
  max-width: 11.25rem;
}

.tbl-intelligia__operation-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.125rem;
}

.tbl-intelligia__btn-op {
  border: none;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  outline: none;
  transition: all 300ms;
  padding: 0.25rem 0.75rem;
}

.tippy-box[data-theme~=jhi-tippy-intelligia] {
  border-radius: 0.25rem;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0.25rem;
}

/**
  * MEAVL-1057: #RESUME - intégrer les clics vers les formalités.
  * Afin de ne pas avoir décalage du scrollbar, il faut éviter overflow hidden.
  */
body.p-overflow-hidden {
  overflow: auto;
}

.p-accordion.accordion-intelligia {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.p-accordion.accordion-intelligia .p-accordion-header .p-accordion-header-link {
  font-weight: 500;
  padding: 1rem;
  text-decoration: none;
}

.pbtn-intelligia .p-button-label {
  font-weight: 400;
}

.intelligia-chips__wrapper {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  width: 100%;
}

.intelligia-chips__wrapper.p-chips .p-chips-multiple-container {
  column-gap: 0.125rem;
  row-gap: 0.25rem;
  width: 100%;
}

.intelligia-chips__wrapper .p-inputtext.p-chips-multiple-container {
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
}

.intelligia-chips__wrapper .p-chips-token-icon.p-icon {
  height: 0.875rem;
  width: 0.875rem;
}

.contextmenu-intelligia {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.contextmenu-intelligia.p-contextmenu ul {
  padding: 0;
  margin: 0;
}

.contextmenu-intelligia.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  font-weight: 400;
  text-decoration: inherit;
}

.p-dialog-mask.not-dissmisable {
  pointer-events: none;
}

.p-dialog .p-button {
  margin: 0 0.5rem 0 0;
}

.intelligia-dropdown.p-dropdown {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.intelligia-dropdown.p-dropdown .p-inputtext {
  font-family: inherit;
}

.intelligia-dropdown-panel.p-dropdown-panel {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.intelligia-dropdown-panel.p-dropdown-panel .p-dropdown-items {
  margin: 0;
  padding: 0.75rem 0;
}

.op-intelligia {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.ms-intelligia,
.ms-intelligia__panel.p-multiselect-panel,
.ms-intelligia__panel.p-multiselect-panel .p-multiselect-items {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.ms-intelligia__panel.p-multiselect-panel .p-multiselect-items {
  margin: 0;
  padding: 0.75rem 0;
}

.ms-intelligia__groupe {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.ms-intelligia__groupe-icone {
  width: 1.5rem;
  height: 1.5rem;
}

.ms-intelligia__chip-selection-wrapper {
  border-radius: 2rem;
  border-style: solid;
  border-width: 1.5px;
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  padding: 0.125rem 0.375rem;
}

.ms-intelligia__chip-selection-icone {
  width: 1.125rem;
  height: 1.125rem;
}

.ms-intelligia__filtre-selection-libelle {
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.psbtn-intelligia.p-selectbutton .p-button {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.tabview-intelligia.p-tabview {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.tabview-intelligia.p-tabview .p-tabview-panels {
  padding: 1.25rem 0;
}

.tabview-intelligia.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.comfortaa-tooltip.p-tooltip,
.intelligia-tooltip.p-tooltip {
  max-width: 20rem;
}

.comfortaa-tooltip.p-tooltip .p-tooltip-text {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 800;
}

.intelligia-tooltip.p-tooltip .p-tooltip-text {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.intelligia-navbar.navbar.bg-dark {
  padding: 0.2rem 1rem;
  transition: all 300ms;
}

.intelligia-navbar.navbar.bg-dark .navbar-toggler {
  box-shadow: unset;
}

.intelligia-navbar.navbar.bg-dark .nav-link {
  animation: intelligia-anime-fade-in-top-20 300ms;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  font-weight: 400 !important;
  letter-spacing: 0;
  overflow: unset;
  position: relative;
  text-transform: unset;
  transition: all 300ms;
}

.intelligia-navbar.navbar.bg-dark .nav-link.intelligia-navbar__nav-link .intelligia-navbar__compte {
  letter-spacing: 0;
  text-transform: none;
}

.intelligia-navbar.navbar.bg-dark .nav-link::before {
  display: none;
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all 300ms;
}

.intelligia-navbar.navbar.bg-dark .nav-link.intelligia-navbar__nav-link::before {
  display: none;
}

.intelligia-navbar.navbar.bg-dark .nav-link:hover::before,
.intelligia-navbar.navbar.bg-dark .nav-link:focus::before {
  left: 0;
  opacity: 1;
}

.intelligia-navbar.navbar.bg-dark .nav-link fa-icon {
  display: initial;
}

.intelligia-navbar.navbar.bg-dark .dropdown-menu {
  border-width: 1px;
  border-style: solid;
  box-shadow: unset;
  overflow: unset;
  padding: 0.5rem 0;
}

.intelligia-navbar.navbar.bg-dark .dropdown-menu li {
  border-top-width: 0;
  border-top-style: solid;
}

.intelligia-navbar.navbar.bg-dark .dropdown-menu li:first-child {
  border-top: 0;
}

.intelligia-navbar.navbar.bg-dark .intelligia-nav-menu__palettes-wrapper,
.intelligia-navbar.navbar.bg-dark .dropdown-item {
  font-size: 1em;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 0.25rem 1rem;
}

.intelligia-navbar.navbar.bg-dark .dropdown-item {
  transition: all 300ms, background-color 0ms, color 0ms;
}

.intelligia-navbar.navbar.bg-dark .dropdown-toggle::after {
  border-top-width: 0.3em;
  border-right-width: 0.3em;
  border-bottom-width: 0.3em;
  border-left-width: 0.3em;
  padding: 0;
  margin-top: 0;
  margin-left: 0.255em;
  transform: unset;
}

.intelligia-navbar__nav-link.nav-link {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.intelligia-navbar__navbar-nav {
  align-items: baseline;
}

.intelligia-navbar.navbar.bg-dark.intelligia-navbar__blanc {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  z-index: 1;
}

.intelligia-navbar.navbar.bg-dark.intelligia-navbar__blanc .dropdown-menu {
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  overflow: hidden;
}

.intelligia-navbar.navbar.bg-dark.intelligia-navbar__blanc .dropdown-menu li {
  border-top-width: 1px;
  border-top-style: solid;
}

.intelligia-navbar.navbar.bg-dark.intelligia-navbar__blanc .dropdown-menu li:first-child {
  border-top-width: 0;
}

.intelligia-navbar.navbar.bg-dark.intelligia-navbar__blanc .dropdown-item {
  padding: 0.625rem 1.25rem;
}

.intelligia-navbar.navbar.bg-dark.intelligia-navbar__blanc .dropdown-menu li.intelligia-nav-menu__palettes-wrapper {
  padding: 0 1.25rem 0.625rem 1.25rem;
  border-top-width: 0;
}

.intelligia-navbar.navbar.bg-dark.intelligia-navbar__blanc .dropdown-menu li.intelligia-nav-menu__palettes-wrapper:first-of-type {
  padding-top: 0.625rem;
}

.intelligia-navbar__logos-wrapper {
  display: flex;
  align-items: center;
}

.intelligia-navbar-brand__fiducial {
  display: none;
}

.intelligia-navbrand-logo__fiducial-img,
.intelligia-navbrand-logo__intelligia-blanc-img,
.intelligia-navbrand-logo__intelligia-gris-img {
  animation: intelligia-anime-fade-in-top-20 300ms;
  vertical-align: middle;
}

.intelligia-navbrand-logo__fiducial-img {
  display: inline-block;
  background: url("../../../content/images/logo-signature-requisition-intelligente-blanc.png") no-repeat center center;
  background-size: contain;
  height: 2.5rem;
  width: 10.625rem;
}

.intelligia-navbrand-logo__intelligia-blanc-img,
.intelligia-navbrand-logo__intelligia-gris-img {
  height: 4.125rem;
  width: 8.375rem;
}

.intelligia-navbrand-logo__intelligia-blanc-img {
  display: inline-block;
  background: url("../../../content/images/Logotransparentblanc-vsmall.png") no-repeat center center;
  background-size: contain;
}

.intelligia-navbrand-logo__intelligia-gris-img {
  display: none;
  background: url("../../../content/images/Logotransparentgris-vsmall.png") no-repeat center center;
  background-size: contain;
}

.intelligia-navbar.intelligia-navbar__blanc .intelligia-navbrand-logo__intelligia-blanc-img {
  display: none;
}

.intelligia-navbar.intelligia-navbar__blanc .intelligia-navbrand-logo__intelligia-gris-img {
  display: inline-block;
}

.intelligia-navbar__compte {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.intelligia-nav-compte__initiales {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.25em;
  font-weight: 500;
  height: 2.5rem;
  width: 2.5rem;
  text-transform: uppercase;
}

.intelligia-nav-compte__details-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 12.5rem;
}

.intelligia-nav-compte__noms,
.intelligia-nav-compte__email {
  text-overflow: ellipsis;
  overflow: hidden;
}

.intelligia-nav-compte__noms {
  font-weight: 600;
}

.intelligia-nav-compte__email {
  font-size: 0.75em;
}

.intelligia-nav-menu__palettes-wrapper {
  padding: 0.25rem 1rem;
}

.intelligia-nav-menu__titre {
  font-weight: 400;
}

.intelligia-nav-menu__themes,
.intelligia-nav-menu__couleurs {
  margin-top: 0.25rem;
}

.intelligia-nav-menu__themes,
.intelligia-nav-menu__couleurs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
}

.intelligia-nav-menu__theme,
.intelligia-nav-menu__couleur {
  border-radius: 2rem;
  border-width: 0px;
  border-style: solid;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.125rem 0.5rem;
  user-select: none;
  transition: all 300ms;
}

.intelligia-nav-menu__theme--blanc {
  border-width: 2px;
}

.intelligia-nav-menu__couleur.active,
.intelligia-nav-menu__theme.active {
  border-width: 2px;
}

.intelligia-nav-menu__theme:hover,
.intelligia-nav-menu__couleur:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .intelligia-navbar.navbar.bg-dark {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.intelligia-main__container.container-fluid {
  padding: 0;
}

.intelligia-main__card.card.jh-card {
  margin-top: 0;
  padding: 1.25rem;
  transition: all 300ms;
}

.intelligia-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  border-width: 1px 0 0;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: 2rem 1.5rem;
  transition: all 300ms;
}

.intelligia-footer__liens-wrapper {
  animation: intelligia-anime-fade-in-left-20 300ms;
  display: none;
  width: 100%;
  max-width: 71.25rem;
  margin-bottom: 1rem;
}

.intelligia-footer__logo-wrapper,
.intelligia-footer__reseaux-sociaux,
.intelligia-footer__liens {
  padding: 1rem;
}

.intelligia-footer__logo-wrapper {
  display: flex;
  align-items: center;
  min-width: 12.5rem;
  flex: 0 1 25%;
}

.intelligia-footer__logo {
  display: inline-block;
  background: url("../../../content/images/Logotransparentblanc-vsmall.png") no-repeat center center;
  background-size: contain;
  height: 2.5em;
  width: 100%;
}

.intelligia-footer__reseaux-sociaux {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 1rem;
  flex: 1 1 auto;
}

.intelligia-footer__reseaux-sociaux-titre {
  font-size: 1.25em;
  font-family: "Archivo Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.intelligia-footer__icones-liens {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.intelliga-footer__icone {
  font-size: 1.5625em;
  transition: all 300ms;
}

.intelligia-footer__contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-weight: 300;
}

.intelligia-footer__liens {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 0 1 25%;
}

.intelligia-footer__lien {
  font-weight: 300;
}

.intelligia-footer__copyright {
  animation: intelligia-anime-fade-in-bottom-20 300ms;
  text-align: center;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .intelligia-footer__liens-wrapper {
    flex-direction: column;
  }

  .intelligia-footer__lien {
    text-align: center;
  }
}
.accordion-coordonnees__container {
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 0.75rem 0.5rem;
  position: relative;
  transition: all 300ms;
}

.accordion-coordonnees__container.expand {
  box-shadow: 0px 0px 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem 0.25rem 0 0;
}

.accordion-coordonnees__container.expand .accordion-entete__icone-chevron {
  transform: rotate(180deg);
  transform-origin: center center;
}

.accordion-coordonnees__container.expand .accordion-coordonnees__liste-wrapper {
  max-height: 12.5rem;
  visibility: visible;
}

.accordion-coordonnees__entete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
  transition: all 300ms;
}

.accordion-coordonnees__titre-bascule-wrapper,
.accordion-coordonnees__badge-icone-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.accordion-coordonnees__titre-bascule-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}

.accordion-coordonnees__titre-bascule-wrapper .p-element {
  line-height: 0;
}

.btn-switch__accordion-coordonnees.p-inputswitch.p-focus .p-inputswitch-slider {
  box-shadow: none;
}

.accordion-entete__titre {
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.accordion-entete__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 2rem;
  padding: 0 0.125rem;
  height: 1.25rem;
  width: fit-content;
  min-width: 1.25rem;
  transition: all 300ms;
}

.accordion-entete__icone-chevron {
  transition: transform 300ms;
}

.accordion-coordonnees__liste-wrapper {
  box-shadow: 0px 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 0.25rem 0.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 300ms;
  z-index: 1;
}

.accordion-liste__message-vide {
  padding: 0.5rem;
  text-align: center;
}

.accordion-coordonnees__liste {
  overflow-y: auto;
  max-height: 12.5rem;
}

.accordion__item-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  cursor: pointer;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  transition: background-color 300ms;
}

.accordion__item-wrapper:first-child {
  border-top-width: 0;
}

.accordion__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordition-item__titres {
  display: flex;
  flex-direction: column;
  row-gap: 0.125rem;
}

.accordition-item__titre {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordition-item__sous-titre,
.accordition-item__nom-fichier,
.accordion-item__pourcentage {
  font-size: 0.75rem;
}

.intelligia-message__wrapper {
  border-radius: 0.5rem;
  border-left-style: solid;
  border-left-width: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
  padding: 0.75rem 1.25rem;
  max-height: 20rem;
  transition: all 300ms;
}

.intelligia-message__wrapper--fermer {
  opacity: 0;
  max-height: 0;
  padding: 0 1.25rem;
}

.intelligia-message__wrapper--warn {
  border-left-width: 0.375rem;
}

.intelligia-message__content-wrapper {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

.btn-intelligia-message__fermer {
  border: none;
  outline: none;
  transition: all 300ms;
}

.btn-intelligia-message__fermer:hover {
  transform: rotate(180deg);
}

.recherche__wrapper {
  position: relative;
}

.recherche__wrapper:active .recherche__icone,
.recherche__wrapper:focus .recherche__icone,
.recherche__wrapper:focus-within .recherche__icone {
  transform: rotate(180deg);
}
.recherche__wrapper:active .recherche__liste-wrapper,
.recherche__wrapper:focus .recherche__liste-wrapper,
.recherche__wrapper:focus-within .recherche__liste-wrapper {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  height: auto;
  max-height: calc(100% + 12.5rem);
  transition: all 300ms, background-color 0ms, border-color 0ms 0ms, box-shadow 300ms 0ms, z-index 0ms 0ms;
  z-index: 2;
}

.chips-recherche.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding-right: 1.5rem;
}

.chips-recherche.chips-recherche--supprimer-tous.p-chips .p-chips-multiple-container .p-chips-input-token,
.chips-recherche.chips-recherche--badge.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding-right: 3.5rem;
}

.chips-recherche.chips-recherche--supprimer-tous.chips-recherche--badge.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding-right: 5rem;
}

.txt-chips-recherche {
  width: 3rem;
  min-width: 100%;
}

.recherche__icone-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  z-index: 1;
}

.btn-recherche__icone {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 0;
  transition: all 300ms;
}

.recherche__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 2rem;
  padding: 0 0.125rem;
  height: 1.25rem;
  width: fit-content;
  min-width: 1.25rem;
  transition: all 300ms;
}

.recherche__icone {
  transition: all 300ms;
}

.recherche__liste-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0 0 0.25rem 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-top-width: 0;
  box-shadow: 0 0 0 transparent;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  max-height: 0;
  width: 100%;
  transition: all 300ms, background-color 0ms, border-color 0ms 0ms, box-shadow 300ms 300ms, max-height 0ms 0ms, z-index 0ms 300ms;
  z-index: 0;
}

.recheche__liste-vide-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.recherche__liste {
  overflow: auto;
}

.recherche__item-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  cursor: pointer;
  transition: all 300ms;
}

.recherche__item:first-child {
  border-top-width: 0;
}

.recherche__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem 0.5rem 1.625rem;
  transition: all 300ms;
}

.recherche-item__titre-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.125rem;
}

.recherche-item__titre {
  font-size: 0.875rem;
}

.recherche-item__sous-titre,
.recherche-item__nom-fichier,
.recherche-item__pourcentage {
  font-size: 0.75rem;
}

.home_container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../../../content/images/backgrounds/bg-1.png");
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 82.4px - 88.8px - calc(1.25rem * 2));
  transition: all 300ms;
}

.home-accueil_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 71.25rem;
  padding: 0 2rem;
  margin-top: 0;
}

.home-acceuil__details-wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 0 0 50%;
}

.home-acceuil-details__logo-wrapper {
  text-align: start;
  transition: all 300ms;
}

.home-acceil-details__logo-img {
  width: 80%;
  max-width: 21.5rem;
  object-fit: cover;
}

.home-acceuil-details__titre {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: start;
  transition: all 300ms;
}

.home-acceuil-details__lien-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: normal;
  column-gap: 2rem;
  row-gap: 1rem;
}

.lnk-home-acceuil__analyser {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-size: 250%;
  background-position: left center;
  border-radius: 3rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  transition: all 300ms;
}

.lnk-home-acceuil__analyser:hover {
  background-position: right center;
}

.lnk-home-acceuil__guide {
  border-width: 0;
  border-radius: 3rem;
  border-style: solid;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 0;
  text-decoration: underline;
  transition: all 300ms;
}

.home-accceil__side-img-wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  display: block;
  flex: 1 1 auto;
  transition: all 300ms;
}

.home-accceil__side-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .home-accueil_container {
    flex-direction: column;
  }

  .home-acceuil__details-wrapper {
    align-items: center;
  }

  .home-acceuil-details__logo-wrapper,
.home-acceuil-details__titre {
    text-align: center;
  }

  .home-acceuil-details__lien-wrapper {
    justify-content: center;
  }

  .home-accceil__side-img-wrapper {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .lnk-home-acceuil__analyser {
    font-size: 1em;
  }
}
.login__container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 82.4px - 88.8px - calc(1.25rem * 2));
}

.login-header__titre {
  animation: intelligia-anime-fade-in-left-20 300ms;
}

.login-forme__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}

.login__forme {
  animation: intelligia-anime-fade-in-top-20 300ms;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1rem;
  max-width: 50rem;
  width: 100%;
}

.login__forme .ng-invalid:not(form) {
  border-left: revert-layer;
}

.login-forme__label {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.login-forme__txt-username,
.login-forme__txt-password {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.login-forme__txt-password {
  width: 100%;
}

.login-forme__txt-password .p-inputtext {
  width: 100%;
}

.login-forme__options-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.login-forme__mot-passe-oublie {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: none;
}

.login-forme__spinner.p-progress-spinner {
  animation: intelligia-anime-fade-in-left-20 300ms;
  height: 1.5rem;
  width: 1.5rem;
}

.login-forme__btn-connecter {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
}

.user-management__container {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  min-height: calc(100vh - 82.4px - 88.8px - calc(1.25rem * 2));
  padding: 1rem;
}

.user-management__page-operations {
  column-gap: 0.5rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.user-management__filtres {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 2rem;
}

.txt-um__filtre {
  width: 30rem;
}

.tbl-um__wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
}

.tbl-um__zoho-img {
  width: 1.25rem;
}

.tbl-um__statut-icone {
  font-size: 1.5rem;
}

jhi-fidji ~ jhi-stock {
  display: block;
  margin-top: 4rem;
}

.analyse-global-container {
  min-height: calc(100vh - 82.4px - 88.8px - calc(1.25rem * 2));
}

.analyse-container {
  background-image: url("../../../content/images/backgrounds/bg-1.png");
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding: 7.5rem 2rem 3.75rem;
  position: relative;
  transition: all 300ms;
}

.analyse-btn-nouvelle-analyse__wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.analyse-btn-nouvelle-analyse__wrapper:hover .btn-nouvelle-analyse {
  padding: 0.5rem 1rem;
}

.analyse-btn-nouvelle-analyse__wrapper:hover .btn-nouvelle-analyse__libelle {
  max-width: 12.5rem;
  opacity: 1;
  padding-right: 0.5rem;
  transition: all 300ms, opacity 200ms 100ms;
}

.btn-nouvelle-analyse {
  border: none;
  outline: none;
  border-radius: 2rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.5rem 0.815rem;
  transition: all 300ms;
}

.btn-nouvelle-analyse__libelle {
  max-width: 0px;
  opacity: 0;
  padding-right: 0;
  white-space: pre;
  transition: all 300ms, opacity 100ms 0ms;
}

.analyse__navigations {
  animation: intelligia-anime-analyse-nav 500ms;
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: fixed;
  left: calc(100% - 1.25rem);
  top: calc(50% + 4rem);
  transform: rotate(-90deg);
  transform-origin: bottom left;
  z-index: 10;
}

.btn-analyse__navigation {
  border: 0;
  outline: none;
  border-right-width: 1px;
  border-right-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem;
  text-transform: uppercase;
  transition: all 300ms;
}

.btn-analyse__navigation:last-child {
  border-right-width: 0;
}

.analyse-navigation__notifier {
  animation: intelligia-anime-blink-vert 1s linear 0s infinite alternate;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  max-width: 0;
  opacity: 0;
  transition: all 300ms;
}

.analyse-navigation__notifier.show {
  opacity: 1;
  max-width: 1rem;
  margin-left: 0.5rem;
}

.analyse-type__wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.75rem;
  letter-spacing: 0.75px;
  margin-bottom: 5rem;
  padding: 0 2rem;
  text-align: center;
  user-select: none;
}

.spbtn-analyser-type {
  cursor: pointer;
  display: flex;
  column-gap: 0.75rem;
  align-items: center;
  position: relative;
}

.spbtn-analyser-type.disabled {
  cursor: default;
  pointer-events: none;
}

.spbtn-analyser-type.disabled .spbtn-analyser-type__icone {
  display: none;
}

.spbtn-analyser-type:focus .spbtn-analyser-type__libelle-selectionnee::after,
.spbtn-analyser-type:focus-within .spbtn-analyser-type__libelle-selectionnee::after {
  left: 0;
}

.spbtn-analyser-type:focus .spbtn-analyser-type__icone,
.spbtn-analyser-type:focus-within .spbtn-analyser-type__icone {
  transform: rotate(180deg);
}

.spbtn-analyser-type:focus .spbtn-analyser-type__dropdown-menu,
.spbtn-analyser-type:focus-within .spbtn-analyser-type__dropdown-menu {
  opacity: 1;
  max-height: 12.5rem;
}

.spbtn-analyser-type__libelle-selectionnee {
  overflow: hidden;
  position: relative;
}

.spbtn-analyser-type__libelle-selectionnee::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  border-radius: 0.25rem;
  height: 1.5px;
  width: 100%;
  transition: all 300ms;
}

.spbtn-analyser-type__icone {
  font-size: 1.5rem;
  transition: transform 300ms;
}

.spbtn-analyser-type__dropdown-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  list-style-type: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: all 300ms;
}

.spbtn-analyser-type__dropdown-item {
  cursor: pointer;
  font-size: 1.75rem;
  min-width: max-content;
}

.analyse-etapes__wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  max-width: calc(71.25rem - 2.5rem);
}

.analyse-etapes__etape {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  position: relative;
}

.analyse-etapes__etape.active .analyse-etape__circle {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.analyse-etapes__etape.checked .analyse-etape__numero {
  display: none;
}

.analyse-etapes__etape.checked .analyse-etape__icone-check {
  display: block;
}

.analyse-etape__circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  height: 4.375rem;
  width: 4.375rem;
  transition: all 300ms;
}

.analyse-etape__numero {
  margin-top: 0.125rem;
}

.analyse-etape__icone-check {
  animation: intelligia-anime-flip 500ms;
  font-size: 1.5rem;
  display: none;
}

.analyse-etape__libelle {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1.5rem;
  text-align: center;
}

.analyse-etape__separateur {
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  left: calc(50% + 2.625rem);
  top: 2.1875rem;
  width: calc(100% - 5.3125rem);
  height: 0px;
  z-index: 0;
}

.analyse-operations__container {
  display: flex;
  width: 100%;
  max-width: calc(71.25rem - 2.5rem);
  margin-bottom: 3rem;
}

.analyse-operation__col {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.25rem;
}

.analyse-dialog__partage .p-dialog-header .p-dialog-title {
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

.analyse-dialog-partager__lien-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.2rem;
  column-gap: 1rem;
  padding: 0.5rem 1rem;
}

.analyse-dialog-partager__lien {
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  word-break: break-all;
  transition: all 300ms;
}

.analyse-dialog-partager__lien:hover {
  text-decoration: underline;
}

.analyse-dialog-partager__btn-copier-lien .p-button {
  box-shadow: none;
  border: none;
  border-radius: 50%;
  font-size: 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
}

.btn-operation__partager,
.btn-operation__rcp,
.btn-operation__retour,
.btn-operation__telecharger,
.spbtn-operation__analyser,
.spbtn-operation__telecharger {
  animation: intelligia-anime-zoom-out-fade 300ms;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  margin: 0.25rem;
  width: 100%;
}

.btn-operation__partager .spbtn-intelligia__menus,
.btn-operation__rcp .spbtn-intelligia__menus,
.btn-operation__retour .spbtn-intelligia__menus,
.btn-operation__telecharger .spbtn-intelligia__menus,
.spbtn-operation__analyser .spbtn-intelligia__menus,
.spbtn-operation__telecharger .spbtn-intelligia__menus {
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}

.btn-operation__retour {
  max-width: 12.5rem;
}

.btn-operation__partager,
.btn-operation__rcp,
.btn-operation__telecharger,
.spbtn-operation__analyser,
.spbtn-operation__telecharger {
  max-width: 18.75rem;
  white-space: nowrap;
}

.btn-operation__telecharger-spinner,
.spbtn-operation-telecharger__spinner {
  animation: intelligia-anime-fade-in-left-20 300ms;
}

.btn-operation__telecharger-chip,
.spbtn-operation-telecharger__chip {
  animation: intelligia-anime-fade-in-right-20 300ms;
  display: inline-block;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 0.125rem 0.5rem;
}

.spbtn-operation-telecharger__libelle-principale {
  white-space: nowrap;
}

.btn-operation__retour-icone {
  margin-right: 0.25rem;
  transform: rotate(90deg);
}

.analyse-restitution__wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  display: flex;
  height: 2rem;
  width: 100%;
  max-width: calc(71.25rem - 10.75rem);
}

.analyse-restitution__progres-container {
  background-color: #ccc;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.analyse-restitution__progres-bar {
  height: 100%;
  max-width: 0%;
  border-radius: 0.25rem;
  background: linear-gradient(45deg, #a478ba, #76c3e4, #79bfbd);
  transition: all 300ms;
}

.analyse-restitution__progres-statut {
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  position: absolute;
  top: 0.325rem;
  left: 1rem;
}

.analyse-dropzone {
  animation: intelligia-anime-fade-in-top-20 300ms;
  border-width: 3px;
  border-style: dashed;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding: 2.5rem 1rem;
  width: 100%;
  max-width: 71.25rem;
  transition: all 300ms;
}

.analyse-dropzone.file-over {
  border-style: solid;
  backdrop-filter: blur(0.25rem);
}

.analyse-dropzone.file-over .analyse-dropzone__icone {
  animation: intelligia-anime-shake 300ms infinite;
}

.analyse-dropzone input[type=file] {
  display: none;
}

.analyse-dropzone__icone {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  height: 3.75rem;
  width: 3.75rem;
  margin: 0.5rem 0 1rem;
}

.analyse-dropzone__description {
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem 0;
  text-align: center;
}

.analyse-dropzone__description--ou {
  border-radius: 2rem;
  font-size: 0.75rem;
  padding: 0.125rem 1rem;
  text-transform: uppercase;
}

.btn-analyse-dropzone {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875em;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
  min-width: 15rem;
  width: 50%;
}

.analyse-mf-dropzone {
  animation: intelligia-anime-fade-in-top-20 300ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 2px;
  border-style: dashed;
  border-radius: 0.25rem;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875em;
  padding: 1.25rem 1rem;
  row-gap: 0.75rem;
  max-width: 100%;
  min-width: 0;
  transition: all 300ms;
}

.analyse-mf-dropzone.file-over,
.analyse-mf-dropzone.disabled {
  border-style: solid;
}

.analyse-mfd__notifications-operations {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  width: 100%;
}

.analyse-mfd__notifications-progres {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  row-gap: 0.5rem;
  width: min-content;
}

.analyse-mfd__notification {
  animation: intelligia-anime-zoom-in-fade 300ms;
  word-break: break-word;
  font-weight: 500;
}

.analyse-mfd__progres-wrapper {
  animation: intelligia-anime-zoom-in-fade 300ms;
  display: flex;
  align-items: center;
  column-gap: 0.375rem;
}

.analyse-mfd-progres__icone.pi {
  background-clip: text;
  font-weight: 900;
  padding: 0.125rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.analyse-mfd-progres__valeur {
  font-weight: 500;
}

.analyse-mfd__operations {
  display: flex;
  align-items: flex-start;
}

.analyse-mfd__btn-operation {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0.125rem 0.25rem;
  transition: all 300ms;
}

.analyse-mfd__btn-operation--fermer-tous:hover {
  transform: scale(1.2);
}

.analyse-mfd__btn-operation--annuler:hover {
  transform: scale(1.2);
}

.analyse-mfd__statuts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.5rem;
}

.analyse-mfd__statut {
  animation: intelligia-anime-zoom-in-fade 300ms;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 25.625rem;
  transition: all 300ms;
}

.analyse-mfd__fichiers-wrapper {
  display: flex;
  column-gap: 0.75rem;
  justify-content: center;
  width: 100%;
  overflow: auto;
}

.analyse-mfd__fichier {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  width: 11.25rem;
}

.analyse-mfd__fichier-image-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 0.25rem 0.25rem 0;
  width: 100%;
  height: 11.25rem;
  overflow: hidden;
  position: relative;
}

.analyse-mfd__fichier-boutons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  z-index: 1;
}

.analyse-mfd__btn-fichier {
  border: none;
  outline: none;
  backdrop-filter: blur(0.25rem);
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  padding: 0.125rem 0.25rem;
}

.analyse-mfd__couverture-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.analyse-mfd__img-couverture,
.analyse-mfd__img-pdf {
  animation: intelligia-anime-zoom-in-fade 300ms;
  object-fit: contain;
}

.analyse-mfd__img-couverture {
  width: 100%;
  height: 100%;
}

.analyse-mfd__img-pdf {
  width: 30%;
  height: 30%;
}

.analyse-mfd__fichier-infos {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  padding: 0.5rem;
  max-width: 100%;
  overflow: hidden;
}

.analyse-mfd__info-nom-fichier {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  text-overflow: ellipsis;
}

.analyse-mfd__sous-info-wrapper {
  display: flex;
  column-gap: 0.25rem;
  font-size: 0.75rem;
  justify-content: center;
}

.analyse-mfd__ajout-fichier {
  animation: intelligia-anime-zoom-in-fade 300ms;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  overflow: hidden;
  padding: 0.5rem;
  width: 10rem;
  min-width: 10rem;
  position: relative;
  transition: all 300ms;
}

.analyse-mfd__ajout-fichier:hover .analyse-mfd__af-hover {
  left: 0;
}

.analyse-mfd__ajout-fichier input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.analyse-mfd__af-texte {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-align: center;
}

.analyse-mfd__af-icone {
  font-size: 3.75rem;
  transition: all 300ms;
}

.analyse-mfd__af-hover {
  position: absolute;
  top: 0;
  left: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  padding: 1rem;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: all 300ms;
  z-index: 1;
}

.arborescence__container {
  display: flex;
  flex-direction: column;
}

.arborescence-message__wrapper {
  margin: 0 auto 2rem auto;
}

.arborescence-message__wrapper.fermer {
  margin: 0 auto;
}

.arborescence-operations__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  margin-bottom: 1.5rem;
}

.arborescence-op__toggle-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  line-height: 0;
}

.arborescence-op__info-icone {
  font-size: 0.75rem;
  transition: all 300ms;
}

.arborescence-chart__wrapper {
  position: relative;
  height: 35rem;
}

.arborescence-chart__operations {
  backdrop-filter: blur(2px);
  border-radius: 0 0.5rem 0.5rem 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.btn-arborescence-chart__op {
  border: none;
  outline: none;
  padding: 0.375rem;
  transition: background-color 300ms;
}

.btn-arborescence-chart__op:disabled {
  opacity: 0.8;
}

.btn-arborescence-chart__op-icone {
  width: 1.5rem;
  height: auto;
}

.arborescence-chart__legend-wrapper {
  backdrop-filter: blur(2px);
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  position: absolute;
  left: 3rem;
  top: 0;
  overflow: hidden;
  max-width: 4rem;
  transition: max-width 300ms;
}

.arborescence-chart__legend-wrapper.expand {
  padding-right: 0.75rem;
  max-width: 13.5rem;
}

.arborescence-chart__legend--parcelle .arborescence-chart__legend-rond {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
}

.arborescence-chart__legend-wrapper.expand .arborescence-chart__legend-libelle {
  opacity: 1;
}

.arborescence-chart__legend-wrapper.expand .btn-arborescence-chart__legend {
  transform: rotate(180deg);
  top: calc(100% - 2.375rem);
}

.arborescence-chart__legends {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.arborescence-chart__legend {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.arborescence-chart__legend-rond {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 1.125rem;
  min-width: 1.125rem;
}

.arborescence-chart__legend-libelle {
  opacity: 0;
  white-space: pre;
  transition: all 300ms;
}

.btn-arborescence-chart__legend {
  border: none;
  outline: none;
  padding: 0.375rem;
  position: absolute;
  right: 0.25rem;
  top: calc(50% - 0.75rem);
  transition: all 300ms;
}

.arborescence-node__container {
  stroke-width: 2px;
  stroke-linecap: round;
}

.arborescence-node--parcelle .arborescence-node__container,
.arborescence-node--parcelle .arborescence-node__libelle {
  cursor: pointer;
}

.arborescence-node__libelle {
  font-weight: 500;
  outline: none;
}

.arborescence-lien__ligne {
  stroke-width: 2px;
  transition: stroke 300ms;
}

.arborescence-lien__libelle {
  cursor: pointer;
  font-weight: 500;
  transition: fill 300ms;
}

.arborescence-lien__ligne:hover,
.arborescence-lien__ligne:has(+ .arborescence-lien__libelle-wrapper:hover) {
  stroke-width: 2.5px;
}

.arborescence-lien__libelle:hover,
.arborescence-lien__ligne:hover ~ .arborescence-lien__libelle-wrapper .arborescence-lien__libelle {
  font-weight: 600;
}

.arborescence-node__contextmenu.p-contextmenu .p-submenu-list {
  max-height: 10rem;
  padding: 0.5rem 0;
  overflow-y: auto;
}

.arborescence-node__contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  font-size: 0.875rem;
  padding: 0.675rem 1rem;
}

.chronologie__container {
  display: flex;
  flex-direction: column;
}

.chronologie-message__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  margin: 0 auto 2rem auto;
}

.chronologie-message__wrapper.fermer {
  margin: 0 auto;
}

.chronologie-filtres__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 2rem;
}

.chronologie-filtres__fg-wrapper {
  align-items: flex-start;
}

.chronologie-filtres__libelle {
  white-space: pre;
  min-width: 13.5rem;
  text-align: right;
}

.chronologie-filtres__boutons-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.75rem;
  row-gap: 0.5rem;
  line-height: 0;
}

#timeline-embed.tl-timeline {
  height: 40rem;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.tl-slide .tl-headline {
  width: fit-content;
}

.tl-slide .tl-headline:hover .tl-headline__nom-fichier {
  opacity: 1;
  top: calc(50% - 0.875rem);
}

h2.tl-headline {
  cursor: pointer;
  font-weight: 400;
  position: relative;
  transition: all 300ms;
}

#timeline-embed .tl-timemarker .tl-timemarker-content-container {
  width: 12.5rem;
  height: fit-content !important;
}

#timeline-embed .tl-timemarker-content {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 0.5rem;
}

.tl-timeline-reference-enliassement {
  margin: 0.5rem 0;
}

.tl-headline__nom-fichier {
  border-radius: 2rem;
  font-size: 0.875rem;
  max-width: 15rem;
  opacity: 0;
  overflow: hidden;
  padding: 0 0.5rem;
  position: absolute;
  top: -0.625rem;
  left: calc(100% + 0.5rem);
  white-space: pre;
  text-overflow: ellipsis;
  transition: all 300ms;
}

.tl-timeline-parcelle-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 0.375rem;
}

.tl-timeline-parcelle {
  border-radius: 2rem;
  border-style: solid;
  border-width: 0.125rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
}

#timeline-embed #debut-fidji-marker.tl-timemarker .tl-timemarker-content-container {
  left: -2px;
  box-shadow: none;
}

#timeline-embed #debut-fidji-marker.tl-timemarker .tl-timemarker-line-left {
  border-left-width: 0.375rem;
  left: -2px;
}

#timeline-embed #debut-fidji-marker.tl-timemarker .tl-timemarker-line-left::after {
  width: 0.75rem;
  height: 0.75rem;
  left: -9px;
}

.tl-icone-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.fidji__container {
  animation: intelligia-anime-fade-in-bottom-20 300ms;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  position: relative;
}

.fidji__container::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 0;
}

.fidji-container__titre {
  font-size: 2rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.fidji-tabview__wrapper {
  max-width: 85.25rem;
  margin: 0 auto;
  width: 100%;
}

.fidji__tabview .p-tabview-nav-container {
  position: sticky;
  top: 0;
  z-index: 9;
}

.fidji-filtre__container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  max-width: 71.25rem;
}

.fidji-filtre__ed-non-filtrables-wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1rem;
  width: 100%;
}

.fidji-filtre__ed-non-filtrables-entete {
  display: flex;
  column-gap: 0.25rem;
  padding: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.fidji-filtre__ed-non-filtrables-contenu {
  padding: 1rem;
}

.tbl-fidji-filtre__ed-non-filtrables {
  width: 100%;
}

.tbl-fidji-filtre__ed-non-filtrables td,
.tbl-fidji-filtre__ed-non-filtrables th {
  padding: 0.25rem 0.125rem;
  vertical-align: top;
}

.tbl-fidji-filtre__ed-non-filtrables th {
  white-space: nowrap;
}

.tbl-fidji-filtre__ed-non-filtrables td:last-child,
.tbl-fidji-filtre__ed-non-filtrables th:first-child {
  width: 1%;
  white-space: nowrap;
}

.tbl-fidji-filtre__ed-non-filtrables .ffs-selection__groupe .ffs-selection__libelle:last-child {
  padding-right: 0.5rem;
}

.fidji-filtre__filtres {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.fidji-filtre__libelle-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  min-width: 16rem;
}

.fidji-filtre__icone {
  font-size: 1.5rem;
}

.fidji-filtre__multiselect {
  width: 100%;
}

.fidji-filtre__multiselect.p-disabled {
  opacity: unset;
}

.fidji-filtre__personne-item-chip {
  border-radius: 0.125rem;
  padding: 0.125rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 300;
}

.fidji-filtre__et-ou {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}

.fidji-filtre__boutons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1rem;
}

.fidji-filtre__seperateur {
  border-radius: 1rem;
  width: 0.125rem;
  height: 2.5rem;
}

.fidji-filtre__element-non-filtre-groupe {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.fidji-filtre__element-chip {
  display: flex;
  align-items: center;
  border-radius: 2rem;
  border-style: solid;
  border-width: 0.125rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  font-weight: bold;
}

.btn-fidji-filtre__elements-demandes,
.btn-fidji-filtre__appliquer-filtres,
.btn-fidji-filtre__supprimer-filtres {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}

.btn-fidji-filtre__appliquer-filtres:not(:disabled) {
  overflow: visible;
  position: relative;
  animation: intelligia-anime-shake-light 2s 6s infinite;
}

.btn-fidji-filtre__appliquer-filtres:not(:disabled)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  z-index: -1;
  animation: intelligia-anime-blink-primary 1.5s 6s infinite linear;
}

.btn-fidji-filtre__recherche-stock {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  outline: none;
  border: none;
  border-radius: 0.25rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.375rem 0.5rem;
  transition: all 300ms, color 0ms;
}

.btn-fidji-filtre__recherche-stock .pi {
  font-size: inherit;
}

.ffs__container {
  display: flex;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  flex-direction: column;
  gap: 2rem;
}

.ffs__selections-wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  flex: 1 1 100%;
  height: fit-content;
  padding-top: 1rem;
  position: relative;
}

.ffs-selections__immeuble-wrapper {
  display: flex;
  gap: 2rem;
}

.ffs__selections-wrapper--col-2 {
  flex: 1 1 50%;
}

.ffs-selections__titre {
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  column-gap: 0.375rem;
  padding: 0.25rem 0.5rem;
  position: absolute;
  left: 1rem;
  top: -1rem;
  max-width: calc(100% - 3rem);
}

.btn-ffs-selection__ajouter-tous + .ffs-selections__titre {
  max-width: calc(100% - 12.875rem);
}

.ffs-selections__titre-libelle {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ffs-selections__titre-tooltip-icone {
  font-size: 0.875rem;
  transition: all 300ms;
}

.ffs-selection__wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 1rem;
}

.ffs-selection__wrapper:first-child {
  border-top-width: 0;
}

.ffs-selection__icone-wrapper {
  font-size: 1.25rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: auto;
}

.ffs-selection__groupes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  height: fit-content;
}

.ffs-selection__groupe {
  display: inline-flex;
  border-style: solid;
  border-width: 1px;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.ffs-selection__libelle {
  border-radius: 1rem 0 0 1rem;
  border-left-style: solid;
  border-left-width: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: -1.5rem;
  padding: 0.25rem 1.75rem 0.25rem 0.5rem;
}

.ffs-selection__groupe--non-operation .ffs-selection__libelle:last-child {
  padding-right: 0.5rem;
}

.ffs-selection__libelle:first-child {
  border-left-width: 0;
  margin-left: 0;
}

.ffs-selection__libelle:only-child {
  margin-left: 0;
  padding-right: 0.5rem;
}

.btn-ffs-selection__ajouter,
.btn-ffs-selection__supprimer {
  border: none;
  outline: none;
  font-weight: bold;
  position: absolute;
  right: 0.375rem;
  top: calc(50% - 0.875rem);
  transform-origin: center center;
  transition: transform 300ms;
}

.btn-ffs-selection__ajouter:disabled,
.btn-ffs-selection__supprimer:disabled {
  opacity: 0.75;
}

.btn-ffs-selection__ajouter:not(:disabled):hover,
.btn-ffs-selection__supprimer:not(:disabled):hover {
  transform: scale(1.3);
}

.btn-ffs-selection__ajouter-tous {
  outline: none;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  top: -1rem;
  left: calc(100% - 11.5rem);
  display: flex;
  align-items: center;
  column-gap: 0.375rem;
  padding: 0.25rem 0.5rem;
  transition: all 300ms;
}

.btn-ffs-selection__ajouter-tous-libelle {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dffs__container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.dffs-forme {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.pbtn-dffs__valider-wrapper {
  margin-top: 1rem;
  align-self: self-end;
}

.pbtn-dffs__valider {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}

.resume__container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin: 2rem auto 0;
  max-width: 71.25rem;
  padding: 3rem 2rem 2rem;
  position: relative;
}

.resume__container-titre {
  border-radius: 0.375rem;
  position: absolute;
  top: -1.25rem;
  left: 3rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.resume__notifications {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.resume__notification {
  border-radius: 0.375rem;
  border-left-style: solid;
  border-left-width: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.resume__notification.expand .resume-notification__entete {
  border-bottom-width: 1px;
}

.resume__notification.expand .resume-notification-entete__btn-developer {
  transform: rotate(180deg);
}

.resume__notification.expand .resume-notification__contenu {
  padding: 0.5rem 1rem;
  max-height: unset;
  overflow-y: visible;
}

.resume__notification--danger {
  border-left-width: 0.25rem;
}

.resume__notification--alerte {
  border-left-width: 0.25rem;
}

.resume-notification__entete {
  border-bottom-color: lightgrey;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
  border-bottom-width: 0;
  border-bottom-style: solid;
  padding: 0.75rem 1rem;
  transition: border 300ms;
}

.resume-notification-entete__titre-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}

.resume-notification-entete__titre {
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

.resume-notification-entete__boutons-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}

.resume-notification-entete__btn-developer {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  color: inherit;
  outline: none;
  height: 1.5rem;
  width: 1.5rem;
  transition: all 300ms;
}

.resume-notification__contenu {
  font-weight: 400;
  overflow-y: clip;
  padding: 0 1rem;
  max-height: 0;
  transition: max-height 300ms, padding 300ms;
}

.resume-notification__message-titre {
  margin-top: 1rem;
}

.resume-notification__message-titre:first-child {
  margin-top: 0;
}

.resume-notification__liste {
  margin-bottom: 0;
}

.resume__wrapper {
  display: flex;
  gap: 2rem;
}

.resume__categories {
  flex: 0 0 calc(40% - 1rem);
}

.resume__effet-relatifs {
  flex: 0 0 calc(60% - 1rem);
}

.resume__categories {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

.resume__categorie {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.75rem;
  row-gap: 0.125rem;
}

.resume-categorie__icone {
  font-size: 1.125rem;
  margin-right: 0.25rem;
}

.resume-categorie__tooltip-icone {
  font-size: 0.75rem;
  transition: all 300ms;
}

.resume-categorie__liste-formalites {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.resume-categorie__formalite {
  border-radius: 2rem;
  border-style: solid;
  border-width: 0.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.125rem 0.4rem;
  text-decoration: none;
  transition: all 300ms;
}

.tbl-resume__effet-relatif td {
  padding: 0.125rem 0.25rem;
  vertical-align: top;
}

.tbl-resume__effet-relatif .entete {
  font-weight: 600;
  white-space: nowrap;
}

.tbl-resume-er__notaire td {
  padding: 0.125rem 0.25rem;
  vertical-align: middle;
}

.resume-er__beneficiaire-droit {
  border-radius: 2rem;
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
}

.resume-er__chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.resume-er__chip {
  border-radius: 2rem;
  border-style: solid;
  border-width: 2px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.1rem 0.5rem;
}

.resume-erv2__container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.resume-erv2__titre {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.resume-erv2__titre-libelle {
  font-size: 1.125rem;
  font-weight: 500;
}

.resume-erv2__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.resume-erv2__effet-relatif-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.resume-erv2__designations .ffs-selection__libelle {
  font-size: 0.875rem;
}

.resume-erv2__fleche-accordion.tableau-numero__fleche-icone {
  transform: translate(0.5rem, 0.875rem);
}

.resume-erv2__beneficiaire-img {
  width: 1.25rem;
  height: auto;
}

.resume-erv2__formalites-wrapper {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
}

.resume-erv2__formalites-wrapper p-accordiontab {
  width: 100%;
}

.resume-erv2__nature-acte-wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 0.25rem;
}

.ml-nature-0 {
  margin-left: 0rem;
}

.ml-nature-1 {
  margin-left: 1.75rem;
}

.ml-nature-2 {
  margin-left: 3.5rem;
}

.ml-nature-3 {
  margin-left: 5.25rem;
}

.ml-nature-4 {
  margin-left: 7rem;
}

.ml-nature-5 {
  margin-left: 8.75rem;
}

.ml-nature-6 {
  margin-left: 10.5rem;
}

.ml-nature-7 {
  margin-left: 12.25rem;
}

.ml-nature-8 {
  margin-left: 14rem;
}

.ml-nature-9 {
  margin-left: 15.75rem;
}

.ml-nature-10 {
  margin-left: 17.5rem;
}

.resume-erv2__benefiaciaires {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.resume-erv2__nature-acte-wrapper .tableau-numero__fleche-icone {
  transform: unset;
}

.resume-erv2__developper-wrapper.developer .btn-resume-erv2__wrapper-developer {
  display: none;
}

.resume-erv2__developper-wrapper:not(.developer) > .ffs-selection__groupe:nth-child(n+4),
.resume-erv2__developper-wrapper:not(.developer) > .resume-erv2__benefiaciaire:nth-child(n+4),
.resume-erv2__developper-wrapper:not(.developer) .btn-resume-erv2__wrapper-reduire {
  display: none;
}

.btn-resume-erv2__wrapper-reduire,
.btn-resume-erv2__wrapper-developer {
  outline: none;
  border: none;
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.75rem;
  border-radius: 2rem;
  transition: all 300ms;
}

.btn-resume-erv2__wrapper-reduire:hover,
.btn-resume-erv2__wrapper-developer:hover {
  text-decoration: underline;
}

.tableaux__container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  position: relative;
}

.tableaux-legends__wrapper {
  position: absolute;
  left: -2.5rem;
  top: 5.1rem;
  height: calc(100% - 5.1rem);
  z-index: 4;
  overflow-y: visible;
}

.tableaux__legends {
  border-radius: 0.25rem 0 0 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 0.5rem;
  position: sticky;
  top: calc(50% - 6rem);
  backdrop-filter: blur(8px);
  padding: 0.75rem 0.5rem;
  transition: all 300ms;
}

.tableaux__legends.expand {
  align-items: normal;
  border-radius: 0.25rem;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  padding: 0.75rem 1rem;
}

.tableaux__legends.expand .tableaux-legend__libelle {
  display: inline-block;
}

.tableaux__legends.expand .btn-tableaux__legends {
  margin-left: auto;
  transform: rotate(180deg);
}

.tableaux__legend {
  display: flex;
}

.tableaux-legend__libelle {
  display: none;
  max-width: 40rem;
  margin-left: 0.5rem;
  text-align: justify;
  transition: all 300ms;
}

.btn-tableaux__legends {
  border: none;
  outline: none;
  transition: all 300ms;
}

.tableaux__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tableau__wrapper {
  flex: 1 1 100%;
  height: fit-content;
}

.tableau__wrapper.col-2 {
  flex: 0 0 50%;
}

.tableau__titre {
  font-family: "Inter var", "Roboto", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem;
  position: sticky;
  top: 3.875rem;
  z-index: 2;
  text-align: center;
}

.tableau__fidji {
  border-style: solid;
  border-width: 1px;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
}

.tableau__fidji .p-datatable-wrapper {
  display: inline-table;
}

.tableau__fidji.p-datatable .p-datatable-thead {
  position: sticky;
  top: 7.75rem;
  z-index: 1;
}

.tableau__fidji.p-datatable .p-datatable-thead > tr > th,
.tableau__fidji.p-datatable .p-datatable-tbody > tr > td {
  padding: 0.75rem 0.125rem;
}

.tableau__fidji.p-datatable .p-datatable-tbody > tr > td {
  border-top-width: 1px;
  border-top-style: solid;
  height: 3.125rem;
}

.tableau__fidji .p-datatable-table {
  table-layout: fixed;
}

.tableau__ligne--radiee .tableau-col__nature-acte,
.tableau__ligne--radiee .tableau-col__date-depot,
.tableau__ligne--radiee .tableau-col__date-acte,
.tableau__ligne--radiee .tableau-col__reference-enliassement {
  text-decoration: line-through;
}

.tableau-col__tri-icone {
  animation: intelligia-anime-fade-in-bottom-20 300ms;
}

.tableau-col__date-depot,
.tableau-col__date-acte {
  white-space: nowrap;
}

.tableau-col__numero,
.tableau-col__date-depot,
.tableau-col__date-acte,
.tableau-col__reference-enliassement {
  text-align: center;
}

.tableau-col__ci,
.tableau-col__doublons {
  width: 2.75rem;
}

.tableau-col__numero {
  width: 7.3rem;
}

.tableau-col__nature-acte {
  width: 9.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tableau-col__date-depot,
.tableau-col__date-acte {
  width: 5.1rem;
}

.tableau-col__reference-enliassement {
  width: 9.3rem;
}

.tableau-stock__wrapper {
  border-radius: 2rem;
  border-style: solid;
  border-width: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.125rem;
  position: relative;
  height: 1.5rem;
  min-width: 3.75rem;
  transform: translateX(0.5rem);
  transition: all 300ms;
}

.tableau-stock__wrapper:hover .tableau-stock__badge {
  left: -100%;
}

.tableau-stock__wrapper:hover .tableau-stock__pourcentage {
  left: 0;
}

.tableau-stock__badge,
.tableau-stock__pourcentage {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 300ms;
}

.tableau-stock__badge {
  column-gap: 0.125rem;
  left: 0;
  top: 0;
}

.tableau-stock__pourcentage {
  font-size: 0.75rem;
  left: 100%;
  top: 0;
}

.tableau-stock__pourcentage,
.tableau-stock__libelle {
  font-weight: 900;
}

.tableau-stock__libelle {
  font-size: 0.625rem;
  text-transform: uppercase;
}

.tableau-stock__icone {
  width: 0.75rem;
  height: auto;
}

.tableau-ci__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.25rem;
  transform: translateX(1.25rem);
}

.tableau-ci__icone {
  font-size: 1rem;
}

.tableau-ci__img-icone {
  width: 1.25rem;
  height: auto;
}

.tableau-numero__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 0.25rem;
}

.tableau-numero__parent .tableau-numero__fleche-icone {
  display: none;
}

.tableau-numero__parent .tableau-numero__surlignee,
.tableau-numero__parent .tableau-numero__spinner-wrapper,
.tableau-numero__parent .tableau-numero__stock-libelle {
  transform: translateX(-0.5rem);
}

.tableau-numero__enfant .tableau-numero__surlignee,
.tableau-numero__enfant .tableau-numero__spinner-wrapper,
.tableau-numero__enfant .tableau-numero__stock-libelle {
  transform: translate(0.5rem);
}

.tableau-numero__fleche-icone {
  height: auto;
  width: 1.5rem;
  transform: translate(0.5rem);
}

.tableau-numero__doublons-icone {
  height: auto;
  width: 1rem;
}

.tableau-numero__stock-libelle {
  font-weight: bold;
  text-transform: uppercase;
}

.tableau-numero__stock-spinner.pi {
  background-clip: text;
  font-weight: 900;
  padding: 0.125rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1465px) {
  .tableaux__legends {
    display: none;
  }
}
@media only screen and (max-width: 1301px) {
  .tableau__wrapper.col-2 {
    flex: 1 1 100%;
  }
}
.pdf-dialog__container.p-dialog .p-dialog-header .p-dialog-title {
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf-dialog__iframe-wrapper {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pdf-dialog__iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

.rcp__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  position: relative;
}

.rcp__container::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 0;
}

.rcp-container__titre {
  font-size: 2rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.rcp-recherche__filtres-pdf-container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  max-width: 71.25rem;
  width: 100%;
  z-index: 2;
}

.rcp-recherche__filtres-container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 50%;
}

.recherche-rcp__libelle {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  white-space: pre;
}

.recherche-rcp__filtre {
  width: 100%;
}

.rcp-recherche__pdf-container {
  display: flex;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  height: 43.75rem;
  overflow: hidden;
}

.rcp-recherche__sommaire-wrapper {
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  flex: 0 0 18.75rem;
}

.rcp-sommaire__entete {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  height: 2.9375rem;
  padding: 0 1rem;
}

.rcp-sommaire__nav-wrapper {
  border-right-width: 1px;
  border-right-style: solid;
  max-height: calc(100% - 3rem);
  overflow: auto;
}

.rcp-sommaire__nav {
  cursor: pointer;
  font-weight: 400;
  padding: 0.5rem 1rem;
  transition: padding 300ms;
}

.rcp-sommaire__nav:hover {
  padding-left: 2rem;
}

.rcp-recherche__pdf-wrapper {
  flex: 1 1 100%;
}

.rcp-lots__wrapper {
  max-width: 71.25rem;
}

.tbl-rcp-lots {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow: hidden;
}

.stock__container {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.stock__container::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 0;
}

.stock-container__titre {
  font-size: 2rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.stock__container .stock-spinner__en-cours {
  display: grid;
  width: 5rem;
  aspect-ratio: 1;
  margin-top: 2rem;
}

.stock__container .stock-spinner__en-cours::before,
.stock__container .stock-spinner__en-cours::after {
  content: "";
  animation: intelligia-anime-stock-rotate 1s infinite;
  background-size: 1.25rem 1.25rem;
  grid-area: 1/1;
}

.stock__container .stock-spinner__en-cours::before {
  animation-timing-function: linear;
  background-size: 1rem 1rem;
  filter: hue-rotate(45deg);
  margin: 0.25rem;
}

.stock-filtres__container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: relative;
  width: 100%;
  max-width: 85.25rem;
}

.stock-filtres__container.expand .btn-stock-filtres__developper-reduire {
  column-gap: 0;
}

.stock-filtres__container.expand .btn-stock-filtres__icone--developper,
.stock-filtres__container.expand .btn-stock-filtres__developper-reduire-libelle {
  opacity: 0;
  max-width: 0;
  white-space: pre;
}

.stock-filtres__container.expand .btn-stock-filtres__icone--reduire {
  max-width: 1.5rem;
  opacity: 1;
}

.stock-filtres__container.expand .stock-filtres__developer-wrapper {
  max-height: 80rem;
}

.stock-filtres__container.expand .stock-filtres__brackets path {
  stroke-dasharray: 800, 800;
}

.stock-filtres__container.expand .stock-filtres__developer-wrapper {
  padding: 2rem 1rem 2rem 3rem;
  opacity: 1;
  overflow: visible;
}

.btn-stock-filtres__developper-reduire {
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 2rem;
  display: flex;
  column-gap: 0.125rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  overflow: hidden;
  padding: 0.125rem 0.5rem;
  z-index: 2;
  transition: all 300ms;
}

.btn-stock-filtres__developper-reduire:not(:disabled):hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.stock-filtres__brackets {
  position: absolute;
  left: 0.5rem;
  height: 50%;
}

.stock-filtres__brackets--haut {
  top: 0;
}

.stock-filtres__brackets--bas {
  bottom: 0;
  transform: rotateX(180deg);
}

.stock-filtres__brackets path {
  fill: none;
  stroke-dashoffset: 0;
  stroke-dasharray: 0, 800;
  stroke-linecap: round;
  stroke-width: 3;
  transition: all 300ms, stroke-dasharray 1s 300ms;
}

.btn-stock-filtres__icone,
.btn-stock-filtres__developper-reduire-libelle {
  display: inline-block;
  transition: all 300ms;
}

.btn-stock-filtres__icone--reduire {
  opacity: 0;
  max-width: 0;
}

.btn-stock-filtres__developper-reduire-libelle {
  white-space: pre;
}

.stock-filtres__developer-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 0 0 3rem;
  transition: all 300ms, max-height 500ms;
}

.stock-filtres__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  margin-bottom: 1rem;
}

.stock-filtre__wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.stock-filtres__col-recherche-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.stock-filtres__col-recherche-wrapper .ffs__selections-wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
}

.stock-filtres__col-recherche {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.btn-recherche__element-demande-wrapper {
  margin-top: auto;
}

.stock-filtre-recherche__libelle-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.25rem;
  margin: 0.75rem 0.75rem 0 0;
  min-width: 11rem;
}

.recherche-stock__filtre {
  width: 22rem;
}

.recherche-stock__filtre p-chips {
  position: relative;
  z-index: 1;
}

.btn-recherche__element-demande.p-button {
  margin-left: -0.5rem;
  padding-left: 0.5rem;
  border-radius: 0 0.25rem 0.25rem 0;
  z-index: 0;
}

.btn-recherche__element-demande.p-button:focus {
  box-shadow: none;
}

.btn-recherche__element-demande.non-visible {
  visibility: hidden;
}

.btn-stock__activer-bascules {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  width: calc(25% - 1rem);
}

.stock-accordions__wrapper {
  display: flex;
  gap: 1rem;
}

.stock-accordion__groupe {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 25%;
}

.stock-pdf__wrapper {
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  height: 49.625rem;
  overflow: hidden;
  width: 100%;
  max-width: 85.25rem;
}

.telecharger-dialog__container.p-dialog {
  border-radius: 2rem;
  overflow: hidden;
}

.telecharger-dialog__container.p-dialog .ng-invalid:not(form) {
  border-left: revert-layer;
}

.telecharger-dialog__container.p-dialog .p-dialog-content {
  padding: 0;
}

.dialog-telechargement__chargeur-wrapper {
  padding: 3rem;
}

.dialog-telechargement__progres-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 800;
}

.dialog-telechargement__complet-entete {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 1rem 1rem 0;
}

.btn-dialog-telechargement__fermer {
  border: none;
  outline: none;
  line-height: 0;
  border-radius: 0.125rem;
  padding: 0.25rem;
  transition: all 300ms;
}

.btn-dialog-telechargement__fermer .ng-fa-icon {
  font-size: 1.5rem;
}

.dialog-telechargment__progres-inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  padding: 2rem;
}

.dialog-telechargement__progres-libelle {
  animation: intelligia-anime-fade-in-right-20 300ms;
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  text-align: center;
  max-width: 35rem;
}

.dialog-telechargement__progres-container {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  width: 100%;
  min-width: 35rem;
}

.dialog-telechargement-progress__bg-bar {
  border-radius: 2rem;
  position: relative;
  min-height: 2rem;
  flex: 1 1 100%;
  overflow: hidden;
}

.dialog-telechargement-progress__bar {
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 5rem;
  transition: all 300ms;
}

.dialog-telechargement__entete {
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
}

.dialog-telechargement__entete-titre {
  flex: 1 1 auto;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-top: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.dialog-telechargement__contenu {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  padding: 1rem 3rem;
}

.dialog-telechargement__forme {
  animation: intelligia-anime-fade-in-right-20 300ms;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.dialog-telechargement__forme .txt-intelligia {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.dialog-telechargement__libelle {
  white-space: nowrap;
}

.dialog-telechargement__rad-groupe {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  border-left: revert;
}

.dialog-telechargement__chk-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

.dialog-telechargement__chk-tous-selectionner-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  display: flex;
  padding-bottom: 0.25rem;
  width: fit-content;
}

.dialog-telechargement__chk-groupes {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
}

.dialog-telechargement__chk-groupe {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.chk-dialog-telechargement__icone {
  width: 1.5rem;
  height: auto;
}

.chk-dialog-telechargement__tooltip-svg {
  width: 2rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

.chk-dialog-telechargement__tooltip-svg circle {
  cx: 12;
  cy: 12;
  r: 12;
}

.chk-dialog-telechargement__tooltip-svg circle:nth-of-type(2) {
  cx: 30;
}

.chk-dialog-telechargement__tooltip-svg text {
  transform: translateX(12px) translateY(18px);
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  text-anchor: middle;
}

.chk-dialog-telechargement__tooltip-svg text:nth-of-type(2) {
  transform: translateX(30px) translateY(18px);
}

.dialog-telechargement__operations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  padding-bottom: 1rem;
  width: 100%;
}

.btn-dialog-telechargement__telecharger.btn-intelligia.btn-intelligia--gradient {
  padding: 0.5rem 3rem;
}

jhi-impression {
  display: block;
  max-height: 0;
  overflow: hidden;
}

.impression-entete {
  display: none;
  flex-direction: column;
  font-weight: 400;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
}

.impression-entete__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}

.impression-entete__logo {
  object-fit: contain;
  height: auto;
  width: 15rem;
}

.impression-entete__logo--fiducial {
  display: none;
}

.impression-entete__nom-fichiers {
  margin-top: 1rem;
}

.impression-entete__date {
  font-size: 0.875rem;
}

.impression-pied {
  display: none;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tbl-impression-pied__contact tr td {
  vertical-align: top;
  padding: 0 0.25rem;
}

.impression-wrapper {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  padding: 0 2rem;
}

.tbl-impression {
  width: 100%;
}

.impression-espace__entete {
  height: 200px;
}

.impression-espace__pied {
  height: 170px;
}

.tbl-impression .fidji-container__titre,
.tbl-impression .stock-container__titre {
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 0;
  width: 100%;
}

.tbl-impression .btn-ffs-selection__ajouter-tous,
.tbl-impression .btn-ffs-selection__supprimer,
.tbl-impression .ffs__selections-wrapper--affilies,
.tbl-impression .ffs-selections__titre-tooltip-icone {
  display: none;
}

.tbl-impression .ffs-selection__libelle:last-of-type {
  padding-right: 0.5rem;
}

.tbl-impression .resume-notification-entete__btn-developer,
.tbl-impression .resume-categorie__tooltip-icone,
.tbl-impression .resume__effet-relatifs .p-accordion-toggle-icon {
  display: none;
}

.tbl-impression .resume__effet-relatifs .p-toggleable-content {
  height: auto !important;
  visibility: visible !important;
}

.tbl-impression .resume__container {
  max-width: unset;
  page-break-after: auto;
}

.tbl-impression .resume-notification__contenu {
  padding: 0.5rem 1rem;
  max-height: unset;
  overflow-y: visible;
}

.tbl-impression .tableau__titre {
  position: unset;
}

.tbl-impression .tableau__fidji .p-datatable-wrapper {
  display: table;
}

.tbl-impression .tableau__fidji.p-datatable .p-datatable-thead {
  position: unset;
}

.tbl-impression .tableau-col__nature-acte {
  white-space: unset;
  overflow: unset;
}

.tbl-impression-chrono {
  width: 100%;
}

.impression-chrono__entete {
  display: flex;
}

.impression-chrono-entete__categorie-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  padding: 1rem;
}

.impression-chrono-entete__categorie-libelle {
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.impression-chrono__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.impression-chrono__section {
  display: flex;
}

.impression-chrono__section:first-child .impression-chrono__poteau {
  border-radius: 0.25rem 0.25rem 0 0;
}

.impression-chrono__section:last-child .impression-chrono__poteau {
  border-radius: 0 0 0.25rem 0.25rem;
}

.impression-chrono__chronologie-parent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 100%;
  padding: 0.375rem 1rem;
  page-break-inside: avoid;
}

.impression-chrono__chronologie-parent.left {
  justify-content: flex-end;
}

.impression-chrono__chronologie-parent.left .impression-chrono__chronologie {
  align-items: flex-end;
}

.impression-chrono__chronologie-parent.left .impression-chronologie__date-icones-wrapper {
  flex-direction: row-reverse;
}

.impression-chrono__chronologie-parent.left .impression-chronologie__detailes-conteneur {
  border-radius: 0.5rem 0 0.5rem 0.5rem;
}

.impression-chrono__poteau {
  position: absolute;
  left: -3px;
  width: 6px;
  height: 100%;
}

.impression-chrono__poteau::before {
  border-width: 5px;
  border-style: solid;
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  left: -5px;
  top: 12px;
  z-index: 1;
}

.impression-chrono__ligne {
  position: absolute;
  left: 0;
  top: 18px;
  width: 1rem;
  height: 3px;
  z-index: 0;
  transform-origin: 0 center;
}

.impression-chrono__ligne.reverse {
  transform: rotate(180deg);
}

.impression-chrono__ligne--0 {
  width: calc(0 * 100% + 1rem);
}

.impression-chrono__ligne--1 {
  width: calc(1 * 100% + 1rem);
}

.impression-chrono__ligne--2 {
  width: calc(2 * 100% + 1rem);
}

.impression-chrono__ligne--3 {
  width: calc(3 * 100% + 1rem);
}

.impression-chrono__ligne--4 {
  width: calc(4 * 100% + 1rem);
}

.impression-chrono__ligne--5 {
  width: calc(5 * 100% + 1rem);
}

.impression-chrono__ligne--6 {
  width: calc(6 * 100% + 1rem);
}

.impression-chrono__ligne--7 {
  width: calc(7 * 100% + 1rem);
}

.impression-chrono__ligne--8 {
  width: calc(8 * 100% + 1rem);
}

.impression-chrono__ligne--9 {
  width: calc(9 * 100% + 1rem);
}

.impression-chrono__chronologie {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.impression-chronologie__date-icones-wrapper {
  display: flex;
  align-items: flex-end;
  column-gap: 0.5rem;
}

.impression-chronologie__icones-wrapper {
  display: flex;
  column-gap: 0.125rem;
}

.impression-chronologie__date {
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  width: fit-content;
}

.impression-chronologie__icone {
  font-size: 1.25rem;
}

.impression-chronologie__detailes-conteneur {
  border-width: 1px;
  border-style: solid;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem;
}

.impression-chronologie__numero-ordre,
.impression-chronologie__headline {
  font-size: 13px;
  font-weight: 600;
}

.impression-chronologie__personnes {
  font-style: italic;
  margin-top: 0.5rem;
  font-size: 11px;
}

.impression-chronologie__nature-acte--radiee-texte {
  text-decoration: line-through;
}

.impression-chronologie__parcelles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
}

.impression-chronologie__parcelle {
  border-radius: 1rem;
  border-style: solid;
  border-width: 1.5px;
  padding: 0 0.25rem;
  font-weight: 600;
}

.impression-chrono__chronologie .tl-headline__document-name {
  display: none;
}

.impression-arborescence {
  position: relative;
  height: calc(58rem - 170px);
  width: calc(1600px - 5rem);
}

.impression-arborescence .arborescence-node--parcelle .arborescence-node__container {
  filter: none;
}

.impression-stock__legend-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  padding: 1.5rem 1.25rem;
}

.impression-stock__legends {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

.impression-stock__filtres {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.impression-stock__legend {
  flex: 0 0 calc(25% - 0.75rem);
  display: flex;
  column-gap: 0.5rem;
}

.impression-stock__legend--filtres .impression-stock__legend-libelle {
  min-width: 7rem;
}

.impression-stock__legend-circle {
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  transform: translateY(0.125rem);
}

.impression-stock__legend-libelle {
  font-weight: 500;
}

.impression-stock__legend-filtres {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.impression-stock__legend-badge {
  border-radius: 2rem;
  border-style: solid;
  border-width: 1.5px;
  padding: 0 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  height: min-content;
}

.impression-stock__page-img {
  position: relative;
  width: 1600px;
  height: calc(1131.4px - 1px);
  object-fit: contain;
  z-index: 1;
}

/**
  * Remarque :
  * - display: inline; ne fonctionne pas correctement en mode impression.
  */
@media print {
  @page {
    size: 1600px 1131.4px;
    margin: 0;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  table {
    page-break-inside: auto;
  }

  thead {
    display: table-header-group;
  }

  tbody {
    display: table-row-group;
  }

  tfoot {
    display: table-footer-group;
  }

  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  .jh-card {
    padding: 0 !important;
    margin-top: 0 !important;
  }

  jhi-navbar,
jhi-footer,
jhi-page-ribbon,
jhi-alert,
jhi-alert-error,
.analyse-global-container,
.p-dialog-mask,
.p-tooltip {
    display: none;
  }

  .zsiq_float,
.zls-sptwndw {
    display: none !important;
  }

  jhi-impression {
    max-height: unset;
    overflow: visible;
  }

  .impression-entete {
    display: flex;
  }

  .impression-pied {
    display: block;
  }

  #impression-tableaux-wrapper,
.impression-arborescence,
.tbl-impression-chrono {
    page-break-before: always;
  }
}
.company__container {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  min-height: calc(100vh - 82.4px - 88.8px - calc(1.25rem * 2));
  padding: 1rem;
}

.company__page-operations {
  column-gap: 0.5rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.etude__container {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  min-height: calc(100vh - 82.4px - 88.8px - calc(1.25rem * 2));
  padding: 1rem;
}

.etude__page-operations {
  column-gap: 0.5rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.document-historique__titre {
  animation: intelligia-anime-fade-in-left-20 300ms;
}

.document-historque__message-wrapper {
  animation: intelligia-anime-fade-in-left-20 300ms;
  margin-top: 1rem;
}

.document-historique__operations {
  animation: intelligia-anime-fade-in-right-20 300ms;
}

.document-historique__formulaires-filtres {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 2rem;
}

.txt-document-historique__filtre {
  animation: intelligia-anime-fade-in-left-20 300ms;
  width: 32rem;
}

.psbtn-document-historique__options {
  animation: intelligia-anime-fade-in-left-20 300ms;
  margin: 1rem 0;
}

.tbl-document-historique__wrapper {
  animation: intelligia-anime-fade-in-left-20 300ms;
}

.document-historique__fichier-icone {
  width: 1.25rem;
}

.btn-document-historique__tbl-ops {
  padding: 0.25rem 0.75rem;
}

.diagnostic-entete__wrapper {
  margin-bottom: 2rem;
}

.tbl-diagnostic {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.th-diagnostic-nowrap {
  white-space: nowrap;
}

.th-diagnostic-15 {
  min-width: 15rem;
}

.th-diagnostic-18 {
  min-width: 18rem;
}

.cartographie-parcelle__container {
  display: flex;
  flex-direction: column;
  max-height: 5rem;
  overflow: hidden;
  position: relative;
  transition: all 300ms;
}

.cartographie-parcelle__container.expand {
  max-height: 45rem;
}

.cartographie-parcelle__loader-wrapper {
  backdrop-filter: blur(4px);
  position: absolute;
  top: 4.5rem;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.btn-intelligia.btn-intelligia--gradient.btn-cp__ouverture {
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.25rem;
  width: 11.875rem;
  padding: 1rem;
}

.cartographie-parcelle__carte {
  height: 37.5rem;
  min-height: 37.5rem;
  opacity: 0;
  position: relative;
  transition: all 300ms;
}

.cartographie-parcelle__container.expand .cartographie-parcelle__carte {
  opacity: 1;
}

.cartographie-parcelle__container.expand .btn-cp__ouverture {
  border-radius: 0;
}

.btn-cp__ouverture-libelle {
  font-size: 0.875rem;
  font-weight: 800;
}

.btn-cp__ouverture-icone {
  font-size: 1.5rem;
}

.leaflet-pane > svg path.leaflet-interactive:focus {
  outline: none;
}

.leaflet-tooltip {
  font-family: "Poppins", "Comfortaa", "Roboto", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

.hel-cehf-container__wrapper .ng-invalid:not(form) {
  border-left: revert-layer;
}

.rad-hel-cehf + .p-radiobutton-label {
  cursor: pointer;
  margin-left: 0;
  padding-left: 0.5rem;
}

.rad-hel-cehf + .p-radiobutton-label-active {
  font-weight: bold;
}

.forme-cehf-unitaire__tab-view ul.p-tabview-nav {
  margin: 0;
}

.forme-cehf-unitaire__tab-header-panel.p-disabled {
  opacity: 1;
}

.forme-cehf-unitaire__tab-view.tabview-intelligia.p-tabview .p-tabview-panels {
  padding: 0;
}

.forme-cehf-unitaire__tab-view.tabview-intelligia.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  font-size: 1rem;
}

.txt-cehf-area {
  resize: none;
}

.dd-fcehfu,
.txt-cehf {
  width: 100%;
}

.dd-fcehfu__panel .p-scroller {
  max-height: 200px;
}

.fcehfu__forme-colonne {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
}

.fcehfu__forme-rangee {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2rem;
}

.fcehfu__forme-groupe {
  animation: intelligia-anime-fade-in-left-20 300ms;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  flex: 1 1 auto;
}

.fcehfu__forme-groupe--2,
.fcehfu__forme-colonne--2 {
  flex: 0 0 calc(50% - 1rem);
}

.fcehfu-forme-groupe__libelle {
  font-weight: 700;
}

.fcehfu-forme-groupe__description {
  font-size: 0.688rem;
  font-weight: 500;
  white-space: nowrap;
}

.fcehfu-forme-groupe__requis {
  animation: intelligia-anime-fade-in-right-20 300ms;
  font-size: 1.5rem;
  margin-left: 0.25rem;
  line-height: 0;
}

.hel-cehf-container__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../../../content/images/backgrounds/bg-1.png");
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  min-height: calc(100vh - 82.4px - 88.8px - calc(1.25rem * 2));
  transition: all 300ms;
}

.hel-cehf__container {
  width: 100%;
  max-width: 85.25rem;
}

.hel-cehf__container-titre {
  animation: intelligia-anime-fade-in-top-20 300ms;
}

.hel-cehf__notification-groupee {
  animation: intelligia-anime-fade-in-top-20 300ms;
  display: flex;
  column-gap: 1rem;
  margin: 2rem 0;
}

.hel-cehf__notifications-container {
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 0.125rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}

.hel-cehf-notifications__entete {
  border-bottom-style: solid;
  border-bottom-width: 0.125rem;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.hel-cehf-notifications__entete-titre-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.375rem;
}

.hel-cehf-notifications__entete-titre {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}

.hel-cehf-notifications__entete-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.675rem;
  font-weight: bold;
  padding: 0.25rem;
  border-radius: 2rem;
  height: 1.25rem;
  min-width: 1.25rem;
  width: min-content;
}

.btn-hel-cehf-notifications__tout-effacer {
  border: none;
  outline: none;
}

.hel-cehf__notifications {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1rem;
  max-height: 40vh;
  overflow: auto;
}

.hel-cehf__notification {
  animation: intelligia-anime-fade-in-left-20 300ms;
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
}

.hel-cehf__notification--expand .btn-hel-cehf-notification__droit--developper {
  transform: rotate(0deg);
}

.hel-cehf__notification--expand .cehf-notification__message {
  max-height: unset;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}

.hel-cehf-notification__entete {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0.5rem 0.5rem 0.25rem 0.75rem;
  transition: all 300ms;
}

.hel-cehf-notifcation-entete__titre-icone-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.hel-cehf-notifcation-entete__titre {
  font-weight: 600;
}

.hel-cehf-notification__droit-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}

.hel-cehf-notifcation-droit__icone,
.btn-hel-cehf-notification__droit {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 50%;
  height: 2.25rem;
  width: 2.25rem;
  transition: all 300ms;
}

.btn-hel-cehf-notification__droit--fermer:hover {
  transform: rotate(180deg);
}

.cehf-notification__message {
  font-weight: 400;
  padding: 0 0.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms;
}

.hel-cehf__dropzone-telecharger {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.hel-cehf__delimiteurs-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

.hel-cehf__telecharger-csv {
  position: relative;
}

.btn-hel-cehf__telecharger-csv {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
  border-radius: 0.25rem;
  min-width: max-content;
}

.hel-cehf__telecharger-csv:focus-within .btn-hel-cehf__telecharger-csv-chevron,
.hel-cehf__telecharger-csv:active .btn-hel-cehf__telecharger-csv-chevron {
  transform: rotate(180deg);
}

.hel-cehf__telecharger-csv:focus-within .hel-cehf__telecharger-csv-menus,
.hel-cehf__telecharger-csv:active .hel-cehf__telecharger-csv-menus {
  opacity: 1;
  max-height: 15rem;
}

.btn-hel-cehf__telecharger-csv-chevron {
  transition: all 300ms;
}

.hel-cehf__telecharger-csv-menus {
  position: absolute;
  left: 0;
  top: calc(100% + 1rem);
  padding: 0;
  margin: 0;
  list-style: none;
  backdrop-filter: blur(8px);
  border-radius: 0.25rem;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  transition: all 300ms;
}

.hel-cehf__telecharger-csv-menu {
  border-top-width: 1px;
  border-top-style: solid;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  transition: all 300ms;
}

.hel-cehf__telecharger-csv-menu:first-child {
  border-top-width: 0;
}

.hel-cehf__telecharger-csv-menu:hover i {
  max-width: 1rem;
  opacity: 1;
  margin-right: 1rem;
}

.hel-cehf__telecharger-csv-menu i {
  margin-right: 0;
  max-width: 0;
  opacity: 0;
  transition: all 300ms;
}

.hel-cehf__dropzone {
  border-width: 3px;
  border-style: dashed;
  padding: 1rem;
  border-radius: 0.5rem;
  min-width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}

.hel-cehf__dropzone.file-over {
  border-width: 2px;
  border-style: solid;
  background-color: rgba(251, 247, 255, 0.3);
  backdrop-filter: blur(4px);
}

.hel-cehf-dropzone__fichier-import {
  display: none;
}

.btn-hel-cehf__selectionner-dropzone {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 0.25rem;
  border: none;
  outline: none;
  letter-spacing: 0.5px;
  line-height: normal;
  padding: 0.75rem 1rem;
  min-width: 15rem;
  width: 100%;
  text-transform: uppercase;
  transition: all 300ms;
}

.fcehfu-entete__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}

.fcehfu-entete__icone {
  animation: intelligia-anime-fade-in-right-20 300ms;
  display: none;
}

.fcehfu-entete__icone--complet {
  display: inline-block;
}

.fcehfu-etape-un__wrapper {
  animation: intelligia-anime-fade-in-top-20 300ms;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 2rem;
  width: 100%;
}

.fcehfu__commandes-types-wrapper {
  display: flex;
  gap: 1rem;
}

.fcehfu__commande-type {
  border-width: 1px;
  border-style: solid;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  column-gap: 1rem;
  border-radius: 0.15rem;
  cursor: pointer;
  overflow: hidden;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 0;
  flex: 1 1 calc(100% / 3);
  transition: background-color 300ms, outline 300ms;
}

.fcehfu__commande-type--active {
  outline-width: 2px;
  outline-style: solid;
}

.fcehfu__commande-type--active .fcehfu-commande-type__libelle {
  font-weight: 700;
}

.fcehfu__commande-type--active .fcehfu-commande-type__img {
  opacity: 0.5;
}

.fcehfu-commande-type__libelles {
  font-size: 0.75rem;
  z-index: 2;
}

.fcehfu-commande-type__libelle {
  font-weight: 500;
}

.fcehfu-commande-type__sous-libelle {
  font-style: italic;
  font-weight: 400;
}

.fcehfu-commande-type__img {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  opacity: 0.2;
  height: 4rem;
  width: 4rem;
  transition: opacity 300ms;
  z-index: 1;
}

.fcehfu-commande-type__img--bottom-s {
  bottom: -0.75rem;
}

.fcehfu-fieldset.ng-invalid:not(form) {
  border-left: none;
}

.fcehfu-fieldset {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 1rem;
}

.fcehfu-radios__wrapper {
  display: flex;
  column-gap: 2rem;
}

.hel-cehf-recap__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 2rem;
}

.hel-cehf-recap__container {
  animation: intelligia-anime-fade-in-right-20 300ms;
  display: flex;
  flex-direction: column;
}

.hel-cehf-recap__titre {
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 1rem 0;
  text-transform: uppercase;
}

.tbl-hel-cehf__wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.tbl-hel-cehf__horizontale tr td {
  padding: 0.125rem 0;
}

.tbl-hel-cehf__horizontale tr td.tbl-hel-cehf__entete {
  font-weight: bold;
  white-space: pre;
  width: 1%;
  padding-right: 0.5rem;
}

.hel-cehf-recap__table-commande-entete-wrapper {
  border-radius: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0.5rem;
  width: fit-content;
  padding: 0.5rem 1rem;
}

.hel-cehf-recap__table-commande-entete-icone {
  width: 1.25rem;
  height: auto;
}

.hel-cehf-recap__table-commande-entete {
  text-transform: uppercase;
  font-weight: bold;
}

.hel-cehf-donnee-saisies__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.tbl-hel-cehf__commandes {
  width: 100%;
}

.tbl-hel-cehf__commandes tr th {
  white-space: nowrap;
}

.tbl-hel-cehf__commandes tr th,
.tbl-hel-cehf__commandes tr td {
  padding: 0.5rem 0.75rem;
}

.tbl-hel-cehf-commandes__operations {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0.25rem;
}

.btn-tbl-hel-cehf__operation {
  border: none;
  outline: none;
}

.tbl-hel-cehf__tarification {
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  margin-top: 1rem;
  width: fit-content;
}

.tbl-hel-cehf__tarification td,
.tbl-hel-cehf__tarification th {
  border-width: 1px;
  border-style: solid;
  padding: 0.25rem 0.5rem;
}

.hel-cehf__rc-badge {
  border-radius: 0.25rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  text-align: center;
}

.hel-cehf__operations {
  animation: itnelligia-anime-fade-in-top-20 300ms;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-top: 1rem;
  padding: 0 1rem;
}

.hel-cehf__ops-wrapper {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.hel-cehf-ops__seperateur {
  border-radius: 1rem;
  width: 0.125rem;
  height: 2.5rem;
}

.btn-hel-cehf-ops__nav {
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
  font-family: "Roboto", "Inter var", "Poppins", "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  text-transform: uppercase;
  transition: all 300ms;
}

.btn-intelligia.btn-intelligia--gradient.btn-hel-cehf__op {
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  text-transform: uppercase;
}

.hel-cehf__confirmation-commande-wrapper {
  animation: intelligia-anime-opacity 500ms;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(0.5rem);
}

.hel-cehf__confirmation-commande {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.hel-cehf__confirmation-commande-icone {
  animation: intelligia-anime-flip 300ms;
  font-size: 5rem;
}

.hel-cehf__confirmation-commande-libelle {
  font-family: "Comfortaa", "Poppins", "Inter var", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.hel-cehfh__titre {
  animation: intelligia-anime-fade-in-left-20 300ms;
}

.hel-cehfh__operations {
  animation: intelligia-anime-fade-in-right-20 300ms;
}

.psbtn-hel-cehfh__options {
  animation: intelligia-anime-fade-in-left-20 300ms;
  margin: 1rem 0;
}

.hel-cehfh__message-wrapper {
  animation: intelligia-anime-fade-in-left-20 300ms;
}

.tbl-cehfh__commandes-wrapper {
  animation: intelligia-anime-fade-in-left-20 300ms;
}

.dcp__container {
  height: 100%;
}

.dcp__map {
  height: 100%;
  width: 100%;
  outline: none;
}
