:root {
  --rouge: #E7392E;
  --rougeHover: #F00;
  --jaune: #FFBD49;
  --jauneClair: #FCC243;
  --vert: #26AA43;
  --vertOpacity: #26AA4310;
  --bleu: #005DA9;
  --bleuHover: #0071c7;
  --bleuOpacity: #005da910;
  --gris: #E6E6E6;
  --grisLeger: #F6F6F6;
  --grisFonce: #8D8D8D;
  --fontColor: #00000099;
  --noir: #000000;
  --radius: 4px;
}

#identification {
  display: flex;
  height: 100vh;
}
#identification .left {
  flex: none;
  width: min(460px, 100vw);
  background: white;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
}
#identification .left #step1, #identification .left #step2, #identification .left #step3 {
  margin-top: -25px;
  position: relative;
}
#identification .left #step1 span.btn, #identification .left #step2 span.btn, #identification .left #step3 span.btn {
  font-size: 1rem;
  margin-top: 25px;
}
#identification .left input {
  margin-bottom: 10px;
}
#identification .left p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 50px;
}
#identification .left .identification-container {
  width: 270px;
  display: grid;
}
#identification .left .identification-container img {
  margin: 0 auto 2vw;
  max-width: 100%;
  height: auto;
}
#identification .left .identification-container h1 {
  font-size: 18px;
  font-weight: normal;
  color: var(--bleu);
}
#identification .left .identification-container h1 strong {
  display: block;
  font-size: 24px;
  color: var(--rouge);
}
#identification .left a {
  font-size: 12px;
}
#identification .left a.btn {
  font-size: 0.9rem;
}
#identification .left .choice .label-radio {
  font-size: 14px;
}
#identification .left .choice .label-radio b {
  padding-left: 40px;
  display: inline-block;
}
#identification .left .choice .label-radio input {
  left: 0;
}
#identification .left .outlineSelect {
  margin-bottom: 0;
}
#identification .left .outlineSelect .nice-select > span {
  width: 270px;
  display: inline-block;
  overflow: hidden;
}
#identification .left .outlineSelect .nice-select ul.list {
  overflow: auto;
  border: inherit;
  width: inherit;
  max-height: inherit;
  margin: 0;
  max-height: 243px;
}
#identification .left .nice-select-search {
  margin: 0;
}
#identification .left #listeContacts {
  margin-left: 25px;
}
#identification .right {
  flex: 1;
  overflow: hidden;
}
#identification .right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#identification .label-radio input {
  accent-color: var(--rouge);
  opacity: 1;
  display: inline-block;
  left: 60px;
}
#identification .title-select {
  flex-direction: column;
  gap: 10px;
}
#identification .title-select h2 {
  margin-bottom: 10px;
}
#identification .outlineSelect select {
  line-height: 16px;
}

#listeContacts {
  list-style-type: none;
  padding-left: 0;
}
#listeContacts li {
  position: relative;
  font-size: 14px;
}
#listeContacts li::before {
  content: "";
  height: 2px;
  width: 10px;
  background: var(--bleu);
  position: absolute;
  top: 9px;
  left: -20px;
}

.nice-select .nice-select-dropdown {
  top: inherit;
  bottom: 110%;
  max-height: 300px;
}

.mb-1 {
  margin-bottom: 1rem;
}

.px-0 {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-r {
  margin-top: revert !important;
}

.px-1 {
  padding: 1rem !important;
}

.d-flex {
  display: flex;
  gap: 20px;
}

.aic {
  align-items: center;
}

.w-100 {
  width: 100% !important;
}

.table-responsive {
  overflow: auto;
  max-width: 100%;
}

.fx-1 {
  flex: 1;
}

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

.flex-1 {
  flex: 1;
}

::-webkit-input-placeholder {
  color: var(--grisFonce);
}

::placeholder {
  color: var(--grisFonce);
}

.gap-close {
  gap: 5px;
}

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

.accordeon {
  display: grid;
  background-color: var(--grisLeger);
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
  grid-template-rows: 30px 0fr;
  transition: 0.2s all;
}
.accordeon .accordeon {
  background: white;
}
.accordeon .acc-content {
  border-radius: 8px;
}
.accordeon .acc-title > svg {
  rotate: -90deg;
  transition: 0.2s all;
}
.accordeon.active {
  grid-template-rows: 40px 1fr;
}
.accordeon.active > .acc-title > svg {
  rotate: 0deg;
}
.accordeon.active > .acc-title > svg path {
  fill: var(--rouge);
}
.accordeon.active > .acc-title {
  padding-bottom: 8px;
  border-bottom: 2px solid var(--grisLeger);
}

.sous-axe .action:not(:last-child) {
  border-bottom: 2px solid var(--grisLeger);
}

.detail-action {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.detail-action .text {
  flex: none;
  padding-top: 0;
  font-size: 12px;
}
@media screen and (min-width: 1400px) {
  .detail-action .text .aic.first {
    padding-top: 24px;
  }
}
.detail-action .text textarea {
  width: 100%;
  padding: 10px;
  min-width: 315px;
  height: 140px;
}
@media screen and (max-width: 1400px) {
  .detail-action .text textarea {
    height: 40px;
  }
}
.detail-action .table-responsive {
  flex: 1;
  align-self: flex-end;
}
.detail-action table {
  text-align: center;
  width: 100%;
}
.detail-action table thead td {
  font-size: 12px;
}
.detail-action table td {
  width: 120px;
  padding: 10px;
}
.detail-action table input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 130px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 10px;
  font-weight: bold;
  background: white;
}
@media screen and (max-width: 1400px) {
  .detail-action table input {
    min-width: 85px;
  }
}
.detail-action table thead td {
  color: var(--noir);
}
.detail-action table tbody tr, .detail-action table tbody tr td {
  height: 70px;
}
.detail-action table tbody tr:first-child td {
  background: var(--bleuOpacity);
}
.detail-action table tbody tr:first-child td input, .detail-action table tbody tr:first-child td ::placeholder, .detail-action table tbody tr:first-child td ::-webkit-input-placeholder {
  color: var(--bleu);
  font-size: 1rem;
}
.detail-action table tbody tr:first-child td:first-child {
  background: none;
  font-weight: bold;
  text-align: right;
  color: var(--bleu);
  font-size: 12px;
}
.detail-action table tbody tr:first-child td:last-child {
  text-align: center;
}
.detail-action table tbody tr:last-child td {
  background: var(--vertOpacity);
}
.detail-action table tbody tr:last-child td input, .detail-action table tbody tr:last-child td ::placeholder, .detail-action table tbody tr:last-child td ::-webkit-input-placeholder {
  color: var(--vert);
  font-size: 1rem;
}
.detail-action table tbody tr:last-child td:first-child {
  background: none;
  font-weight: bold;
  text-align: right;
  color: var(--vert);
  font-size: 12px;
}
.detail-action table tbody tr:last-child td:last-child {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .detail-action {
    flex-wrap: wrap;
  }
  .detail-action .text {
    width: 100%;
    margin: 0 auto;
    padding-right: 71px;
    display: flex;
    gap: 10px;
  }
  .detail-action .text .aic {
    margin: 0;
    width: 145px;
    justify-content: flex-end;
    align-items: center;
  }
  .detail-action .table-responsive {
    min-width: 50%;
  }
}

.acc-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 0;
  transition: 0.2s all;
}
.acc-title svg {
  cursor: pointer;
}
.acc-title h4 {
  font-size: 1rem;
  color: #000;
  flex: 1;
}

.acc-content {
  overflow: hidden;
  background: white;
}
.acc-content .detail-action > .actions {
  padding: 15px;
  background: var(--grisLeger);
  display: flex;
  height: 144px;
  align-self: flex-end;
  flex-direction: column;
  justify-content: center;
}
.acc-content .detail-action > .actions.jc-fe {
  justify-content: flex-end;
  gap: 15px;
}

@media screen and (min-width: 1400px) {
  .text .aic:not(.first), thead:not(.first) {
    display: none;
  }
}
[data-tooltip] {
  position: relative;
  cursor: help;
}
[data-tooltip] span.tooltip-text {
  opacity: 0;
  position: absolute;
  height: auto;
  font-weight: normal;
  inset: 50% auto auto 102%;
  pointer-events: none;
  background: var(--grisFonce);
  display: flex;
  min-height: 30px;
  width: max-content;
  padding: 8px 15px;
  align-items: center;
  transform: translateY(-50%);
  color: white;
  transition: all 0.5s;
  border-radius: var(--radius);
  font-size: 14px;
  line-height: 18px;
}
[data-tooltip] span.tooltip-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right-color: var(--grisFonce);
}
[data-tooltip]:hover span.tooltip-text {
  opacity: 1;
  pointer-events: all;
}
[data-tooltip] img {
  margin-left: 15px;
}
[data-tooltip][data-placement=bottom] span.tooltip-text {
  inset: 25px auto auto 0;
  transform: translateX(calc(-50% + 15px + 7px));
}
[data-tooltip][data-placement=bottom] span.tooltip-text::before {
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: var(--grisFonce);
}
[data-tooltip][data-placement=left] span.tooltip-text {
  inset: 0 auto auto 100%;
  transform: translate(calc(-100% - 15px - 10px), calc(-50% + 10px));
}
[data-tooltip][data-placement=left] span.tooltip-text::before {
  top: 50%;
  left: unset;
  right: -10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--grisFonce);
}

.popup {
  display: grid;
  position: fixed;
  z-index: 1000;
  inset: 0;
  place-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  padding: 20px 30px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s all;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
.popup p {
  color: var(--grisFonce);
  margin-top: 25px;
}
.popup.wide .content {
  width: 900px;
}
.popup .content {
  padding: 20px;
  width: 675px;
  max-width: 100%;
  background: white;
  border: 1px solid var(--gris);
  border-radius: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.popup .content .inner {
  padding-left: 60px;
  padding-right: 60px;
}
.popup .content .titre {
  font-size: 36px;
  line-height: 46px;
}
.popup .content .titre strong {
  font-weight: normal;
  color: var(--rouge);
}
.popup .content .close {
  border-radius: 50px;
  aspect-ratio: 1;
  width: 45px;
  margin-left: auto;
  display: grid;
  place-items: center;
  background: var(--rouge);
}
.popup .content .popup-actions {
  margin-top: 55px;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.choice {
  margin-top: 25px;
}
.choice label {
  font-weight: bold;
}
.choice p {
  margin-top: 5px;
  margin-left: 30px;
}

[data-trigger] {
  cursor: pointer;
}

.layout {
  display: grid;
  height: 100vh;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 1fr;
}

.app {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  padding: 20px 30px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .welcome {
  font-size: 0.75rem;
  line-height: 24px;
  margin-top: 5px;
}
header .welcome strong {
  color: #000;
}
header .title {
  font-weight: bold;
  font-size: 1.25rem;
  color: var(--noir);
  margin: 0;
}
header .title strong {
  color: var(--rouge);
}

main {
  overflow: auto;
  max-height: calc(100vh - 110px);
}

.outer-card {
  height: 100%;
}
.outer-card.thick {
  grid-column: span 2;
}

.cards {
  display: grid;
  gap: 20px;
  max-height: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.card {
  padding: 30px;
  background: white;
  border-radius: 10px;
}
.card .bottom-right {
  margin-top: 15px;
  text-align: right;
}

h2 {
  font-size: 1.25rem;
  gap: 10px;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  color: var(--noir);
}
h2 span {
  font-size: 1.75rem;
}
h2 strong {
  color: var(--rouge);
}

h3, .h3 {
  font-weight: bold;
  color: var(--noir);
}
h3 strong, .h3 strong {
  color: var(--rouge);
}

.message {
  margin-bottom: 1.5rem;
}

.outlineSelect {
  margin-bottom: 1.75rem;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  width: auto;
  gap: 15px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: var(--rouge);
  color: white;
  border-radius: var(--radius);
  border: 0 solid transparent;
  background-image: linear-gradient(to right, var(--rougeHover) 0%, var(--rougeHover) 50%, var(--rouge) 50%, var(--rouge) 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
.btn:not([disabled]):hover {
  background-position: 0 0;
}
.btn.block {
  width: 100%;
}
.btn.btn-blue {
  background-color: var(--bleu);
  background-image: linear-gradient(to right, var(--bleuHover) 0%, var(--bleuHover) 50%, var(--bleu) 50%, var(--bleu) 100%);
}
.btn.btn-grey {
  background-color: var(--gris);
  color: var(--grisFonce);
  --grisLeger: #DFDFDF;
  background-image: linear-gradient(to right, var(--grisLeger) 0%, var(--grisLeger) 50%, var(--gris) 50%, var(--gris) 100%);
}
.btn.btn-white {
  background-color: white;
  color: var(--grisFonce);
  border: 1px solid var(--gris);
  background-image: linear-gradient(to right, var(--gris) 0%, var(--gris) 50%, transparent 50%, transparent 100%);
}
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.btns .btn {
  margin-bottom: 20px;
}
.btns .btn:last-child {
  margin-bottom: 0;
}

.actions-btns {
  display: flex;
  gap: 8px;
}

.program-title {
  color: var(--noir);
  display: flex;
  align-items: center;
  gap: 10px;
}
.program-title::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
}

.progressbars {
  overflow: auto;
  height: 100%;
  max-height: calc(100vh - 250px);
}

.vide {
  line-height: 21px;
  font-style: italic;
  font-size: 1.25rem;
  padding: 40px 0;
  text-align: center;
  color: var(--grisFonce);
}

.list-programmes .progressbars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 0 40px;
  position: relative;
}
.list-programmes .progressbars::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(33% - 10px);
  width: 1px;
  background: var(--gris);
}
.list-programmes .progressbars::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(66% + 7px);
  width: 1px;
  background: var(--gris);
}

.progressbar {
  margin-top: 10px;
  position: relative;
}

.progress {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--grisFonce);
  font-weight: bold;
}
.progress .percent {
  font-weight: normal;
  width: 70px;
  text-align: right;
  padding-right: 20px;
}
.progress .barre {
  flex: 1;
  border-radius: 50px;
  height: 10px;
  background: var(--gris);
  position: relative;
  overflow: hidden;
}
.progress .barre::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  animation: progress 2s forwards ease-in-out;
}

@keyframes progress {
  0% {
    width: 0;
    background: var(--vert);
  }
  100% {
    width: var(--widthProgress);
    background: var(--vert);
  }
}
#toast {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 10px 20px;
  border-radius: var(--radius);
  background: var(--vert);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
#toast.active {
  opacity: 1;
  pointer-events: all;
}

aside {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100vh;
  padding-bottom: 15px;
  position: relative;
  z-index: 9;
}
aside a[data-tooltip] {
  cursor: pointer;
}

.lower span, .lower a {
  text-align: center;
  color: var(--grisFonce);
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.lower > img {
  width: 50px;
  margin: 0 auto 15px;
  display: block;
}

.logo {
  color: white;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo b {
  font-size: 16px;
}
.logo span {
  font-size: 13px;
  line-height: 15px;
}
.logo .imgLogo {
  max-height: 65px;
  width: auto;
}

nav ul {
  list-style: none;
  padding-left: 0;
}
nav ul a {
  display: flex;
  height: 60px;
  margin: 0 auto 10px;
  width: 60px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  nav ul a {
    height: 40px;
    width: 40px;
  }
}
nav ul a img, nav ul a svg {
  position: relative;
  z-index: 1;
}
nav ul a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: all 0.2s;
  background: var(--gris);
}
nav ul a.current::before {
  width: 100%;
  height: 100%;
}
nav ul a:hover::before, nav ul a:focus::before, nav ul a:active::before {
  width: 100%;
  height: 100%;
}

.imgLogo {
  max-width: 100%;
}

input {
  font-family: Arial, sans-serif;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input:not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: var(--grisLeger);
}

input[readonly] {
  cursor: not-allowed;
}

.error {
  color: var(--rouge);
  font-weight: bold;
}

.error-box {
  text-align: center;
  margin-bottom: 1rem;
}

[type=text], [type=password] {
  height: 40px;
  width: 100%;
  padding: 0 20px;
  font-size: 0.875rem;
  border-radius: var(--radius);
}
[type=text]::placeholder, [type=password]::placeholder {
  color: var(--fontColor);
}

textarea {
  font-family: Arial, sans-serif;
}

.card .filtres [type=submit] span {
  display: none;
}

.outlineSelect {
  border: 1px solid var(--grisFonce);
  border-radius: var(--radius);
  position: relative;
  height: 48px;
  cursor: pointer;
}
.outlineSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url("/img/chevron-down.svg") no-repeat right 12px center;
  width: 100%;
  height: 100%;
  padding: 5px 20px 5px 15px;
  font-size: 1rem;
  text-overflow: ellipsis;
  border: none;
  border-radius: var(--radius);
}
.outlineSelect select[disabled] {
  cursor: no-drop;
}
.outlineSelect label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 10px;
  font-size: 13px;
  background: white;
  padding: 0 5px;
  pointer-events: none;
  color: var(--grisFonce);
  transform: translateY(-50%);
}

.modal {
  text-align: left;
}
.modal .outlineSelect {
  top: 18px;
}
.modal .outlineSelect.basic {
  top: 0;
  height: 40px;
  margin-bottom: 0;
}

header .outlineSelect {
  width: 280px;
  margin-bottom: 0;
}
header .outlineSelect label {
  background: var(--grisLeger);
}

.filtres > form > div {
  display: flex;
  gap: 20px;
}
.filtres > form > div > .outlineSelect {
  flex: 1;
  margin-bottom: 0;
}

.filtres--multiline .littleField {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.filtres--multiline > form > div {
  align-items: center;
  flex-flow: row;
  margin-bottom: 30px;
}
.filtres--multiline > form > div strong {
  width: 150px;
}
.filtres--multiline > form > div:last-of-type {
  margin-bottom: 0;
}
@media (width <= 1700px) {
  .filtres--multiline > form > div {
    flex-flow: row wrap;
  }
  .filtres--multiline > form > div strong {
    display: none;
  }
}
.filtres--multiline .outlineSelect {
  margin-bottom: 0 !important;
  max-width: 320px;
}

input, textarea {
  font-size: 1rem;
  font-family: Arial, sans-serif;
}

input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.nice-select {
  border: none;
  width: 100%;
  height: 100%;
  line-height: 48px;
  font-size: 1rem;
}
.nice-select .option.disabled {
  display: none;
}
.nice-select ul.list {
  width: calc(100% + 2px);
  left: -1px;
  box-shadow: none;
  border: 1px solid var(--grisFonce);
  transition: none;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

.popup .nice-select {
  border: 1px solid var(--gris);
  height: 40px;
  line-height: 40px;
  min-width: 150px;
}
.popup .modal-field {
  gap: 10px;
}
.popup .modal-fields .modal-field input:not([type=radio]), .popup .modal-fields .modal-field textarea {
  width: 130px;
}

.modal label.required::after, .popup label.required::after {
  content: "*";
  color: var(--rouge);
}

input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
  cursor: pointer;
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--grisFonce);
  background: white;
}
input[type=radio]:checked + label:before {
  background: var(--rouge);
}

[readonly=readonly] {
  background-color: #f5f5f5 !important;
  cursor: not-allowed;
}

.amGraph {
  width: 100%;
  height: 400px;
}

.graphes {
  display: flex;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.graph {
  width: 48%;
  min-height: 450px;
  margin-bottom: 20px;
}
@media (width <= 1400px) {
  .graph {
    width: 100%;
    height: auto;
  }
}

.title-select {
  display: flex;
  gap: 30px;
}

.graph__title .nice-select {
  width: 500px;
}
@media (width <= 1700px) {
  .graph__title .title-select {
    flex-flow: row wrap;
  }
  .graph__title .outlineSelect {
    width: 100%;
  }
  .graph__title h2 {
    margin-bottom: 0;
  }
  .graph__title .nice-select {
    width: 100%;
  }
}

.ligne {
  display: grid;
  grid-template-columns: 1fr repeat(4, 170px);
  align-items: center;
  gap: 5px;
  border-radius: calc(var(--radius) * 2);
}
.ligne.paddinged {
  padding: 10px 15px;
}
.ligne.finale {
  background: rgba(231, 57, 46, 0.1);
  font-weight: bold;
}
.ligne span {
  text-align: center;
}
.ligne strong {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .ligne {
    grid-template-columns: 1fr repeat(4, 120px);
    font-size: 14px;
  }
  .ligne strong {
    font-size: 14px;
  }
}
.ligne-tableau {
  padding: 15px 30px;
  grid-template-columns: 1fr 170px;
  font-size: 19px;
}
.ligne-tableau:nth-child(even) {
  background: var(--grisLeger);
}
.ligne-tableau small {
  font-size: 15px;
  color: var(--grisFonce);
}

.year {
  color: var(--bleu);
  font-size: 22px !important;
}

.acc-title .ligne {
  width: 100%;
}

.acc-content .ligne {
  margin: 15px 0 15px 40px;
}

.modal {
  overflow: auto;
  max-height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: -820px;
  transition: right 0.5s;
  width: min(770px, 100vw);
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.2);
  background: white;
  padding: 10px 20px;
}
.modal h3 {
  margin-top: 10px;
}
.modal.active {
  right: 0;
}

.top-modal {
  display: grid;
  gap: 1rem;
  align-items: center;
  grid-template-columns: 1fr 44px;
}
.top-modal h2 {
  margin: 0;
}

button.close {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rouge);
  border: none;
  cursor: pointer;
}

.modal-fields {
  background: var(--grisLeger);
  padding: 20px;
  display: grid;
  gap: 1px;
  border-radius: 10px;
}
.modal-fields .modal-field {
  min-height: 60px;
  padding: 10px 0;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-fields .modal-field:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-fields .modal-field:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal-fields .modal-field > label {
  align-self: baseline;
  padding-top: 15px;
}
.modal-fields .modal-field label {
  color: var(--noir);
  display: block;
}
.modal-fields .modal-field.block {
  display: block;
}
.modal-fields .modal-field input:not([type=radio]), .modal-fields .modal-field textarea {
  width: 180px;
  height: 40px;
  border: 1px solid var(--gris);
  border-radius: var(--radius);
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-fields .modal-field input:not([type=radio]).w-100, .modal-fields .modal-field textarea.w-100 {
  margin-left: 0;
  margin-top: 1rem;
}
.modal-fields .modal-field input:not([type=radio])[disabled], .modal-fields .modal-field textarea[disabled] {
  background: var(--grisLeger);
  color: var(--noir);
  border: none;
}
.modal-fields .modal-field input:not([type=radio]) {
  text-align: right;
  -webkit-appearance: none;
}
.modal-fields .modal-field textarea {
  margin-left: 30px;
  flex: 1;
  padding: 15px;
  height: 60px;
}

input[type=date][data-suffixe] {
  padding-right: 35px;
  position: relative;
}

input[type=date][data-suffixe]::-webkit-inner-spin-button,
input[type=date][data-suffixe]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  font-size: 20px;
  opacity: 0;
}

input[data-suffixe]:not([type=radio], [type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px !important;
  background: no-repeat right 10px center;
}

input[data-suffixe=date]:not([type=radio], [type=checkbox]) {
  background-image: url("/img/modal/suffixdate.jpg");
}

input[data-suffixe=batiment]:not([type=radio], [type=checkbox]) {
  background-image: url("/img/modal/suffixbatiment.jpg");
}

input[data-suffixe=pourcent]:not([type=radio], [type=checkbox]) {
  background-image: url("/img/modal/suffixPourcent.png");
}

input[data-suffixe=euro]:not([type=radio], [type=checkbox]) {
  background: no-repeat right 18px center;
  background-image: url("/img/modal/suffixeuro.jpg");
}

input.triggered {
  display: none;
}

.label-radio {
  display: inline-block;
}
.label-radio input {
  opacity: 0;
  display: none;
}
.label-radio span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.label-radio span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid var(--gris);
  border-radius: 50%;
}
.label-radio input:checked + span:before {
  background: var(--rouge);
}

.inner-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.inner-modal form {
  padding-bottom: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inner-modal form .actions {
  align-self: flex-end;
  margin-top: 20px;
}

[data-close] {
  cursor: pointer;
}

@-moz-document url-prefix() {
  body input[type=date][data-suffixe] {
    padding-right: 9px !important;
    background: none !important;
  }
}
* {
  box-sizing: border-box;
  outline-color: var(--gris);
}

::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: var(--gris);
}

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background: var(--grisLeger);
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: var(--noir);
}

a {
  text-decoration: none;
  color: var(--bleu);
}

.tag {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -2px;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background: var(--jauneClair);
  color: white;
  font-size: 10px;
  line-height: 0;
}
.tag.tag-grey {
  background: var(--gris);
  color: var(--grisFonce);
}
.tag.tag-xl {
  font-weight: bold;
  width: 40px;
  height: 40px;
  top: 0;
  font-size: 22px;
}

@media screen and (max-width: 1400px) {
  html, body {
    font-size: 14px;
  }
  h2 svg {
    display: none;
  }
  .card {
    padding: 1rem;
  }
}

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