@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #757575;
}

a {
  text-decoration: none;
  color: #570235;
}
a:hover {
  color: #ffd243;
}

.my-1 {
  margin-block: 1rem;
}

.my-2 {
  margin-block: 2rem;
}

.my-3 {
  margin-block: 3rem;
}

.my-4 {
  margin-block: 4rem;
}

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

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

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

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

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

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

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

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

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

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

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

.mx--auto {
  margin-inline: auto;
}

.py-1 {
  padding-block: 1rem;
}

.py-2 {
  padding-block: 2rem;
}

.py-3 {
  padding-block: 3rem;
}

.py-4 {
  padding-block: 4rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.d-block {
  display: block;
}

.pr-2 {
  padding-right: 20px;
}

.pl-2 {
  padding-left: 20px;
}

.px-2 {
  padding-inline: 20px;
}

.bg-primary {
  background-color: #570235;
}

.bg-secondary {
  background-color: #ffd243;
}

.bg-danger {
  background-color: #EB5757;
}

.bg-cyan {
  background-color: #31E1F7;
}

.bg-dark {
  background-color: #570235;
}

.bg-lightBlue {
  background-color: #C3E8FC;
}

.bg-lightGreen {
  background-color: #AFEEE6;
}

.bg-red2 {
  background-color: #F11F52;
}

.bg-yellow2 {
  background-color: #FCD981;
}

.bg-yellow3 {
  background-color: #F6B859;
}

@media (min-width: 1025px) {
  *::after,
*::before,
a,
.front,
.back,
.web-card,
.icon-social--media img {
    transition: all ease-in-out 400ms;
  }
}
body {
  background: #F5F6F8;
}

.menu-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  line-height: 1;
}
.menu-icon path {
  fill: white;
}

.m-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

.sm-wrapper {
  max-width: 420px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #181818;
}

[class^=title-] {
  color: #181818;
}

.grass, h3,
.title-h3, h2,
.title-h2, h1,
.title-h1 {
  font-weight: 700;
}

h1,
.title-h1 {
  font-size: 30px;
  line-height: 1.3;
}

h2,
.title-h2 {
  font-size: 24px;
  line-height: 1.3;
}

h3,
.title-h3 {
  font-size: 18px;
  line-height: 1.3;
}

p {
  margin-block-start: 0;
  margin-block-end: 1.5em;
}
p:last-of-type {
  margin-block-end: 0;
}

.text p:last-of-type + * {
  margin-top: 1.5em;
}

.text-primary {
  color: #570235;
}

.text-secondary {
  color: #ffd243;
}

.text-white {
  color: white;
}

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

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

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

.text-success {
  color: #1FF1CB;
}

.text-danger {
  color: #F11F52;
}

.text-cyan {
  color: #31E1F7;
}

.text-default {
  color: #570235;
}

.text-muted {
  color: #90A0B7;
}

.text-bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-regular {
  font-weight: 400;
}

.text-light {
  font-weight: 200;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}
.flex.f-gap {
  margin-inline: -20px;
}
.flex .flex-inner-gap {
  padding: 0 20px;
}
.flex .flex-inner-gap > * {
  height: 100%;
}
.flex.flex-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.flex.flex-3 > * {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.flex.flex-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.flex.flex-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.flex.flex-auto > * {
  flex: 1;
}

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

.align-items-end {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.grid {
  display: grid;
  gap: 20px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-free {
  gap: inherit;
}

.btn {
  display: inline-block;
  border: 2px solid #757575;
  background-color: #757575;
  text-align: center;
  padding: 9px 20px;
  min-height: 45px;
  border-radius: 45px;
  color: white;
  font-weight: 600;
  min-width: 140px;
  font-family: "Poppins";
  white-space: nowrap;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  cursor: pointer;
}
.btn.btn-primary {
  background-color: #570235;
  color: white;
  border-color: #570235;
}
.btn.btn-primary:hover {
  background-color: #ffd243;
  border-color: #ffd243;
}
.btn.btn-secondary {
  background-color: #ffd243;
  color: white;
  border-color: #ffd243;
}
.btn.btn-cyan {
  background-color: #31E1F7;
  color: #757575;
  border-color: #31E1F7;
}
.btn.btn-dark {
  background-color: #757575;
  color: white;
  border-color: #757575;
}
.btn.btn-danger {
  background-color: #EB5757;
  color: white;
  border-color: #EB5757;
}
.btn.btn-min {
  background-color: transparent;
  color: #757575;
}
.btn.btn-min.btn-cyan {
  border-color: #31E1F7;
  background-color: transparent;
}
.btn.btn-min.btn-primary {
  border-color: #570235;
  background-color: transparent;
  color: #570235;
}
.btn.btn-min.btn-secondary {
  border-color: #ffd243;
  background-color: transparent;
}
.btn.btn-large {
  min-width: 240px;
}
.btn.btn-sm {
  padding: 4px 13.3333333333px;
  min-height: 36px;
}

.btn-group {
  display: grid;
  gap: 20px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table thead th {
  padding: 12px;
  border-bottom: 1px solid #90A0B7;
  min-width: 140px;
  color: #181818;
}
.table thead th.sortable {
  position: relative;
}
.table thead th.sortable::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  background: url("img/carret.svg") no-repeat center;
  width: 10px;
  height: 10px;
}
.table thead th.init-width {
  min-width: inherit;
}
.table tbody td {
  padding-top: 20px;
}
.table .media-text {
  text-align: left;
  grid-template-columns: 80px 1fr;
}
.table .media-text .media {
  width: 100%;
}
.table .media-text .media img {
  width: 100%;
  height: 100%;
  display: block;
}

.field {
  font-size: 15px;
}
.field input,
.field select {
  border: none;
  border-bottom: 2px solid #90A0B7;
  padding: 10px 0;
  width: 100%;
  background-color: transparent;
  font-family: "Poppins";
}
.field input:focus-visible,
.field select:focus-visible {
  border-bottom: 2px solid #570235;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
}
.field input::placeholder,
.field select::placeholder {
  color: #90A0B7;
}
.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(img/carret.svg) no-repeat right center;
}
.field .radiogroup label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
}
.field .radiogroup label input {
  margin: 0;
}

.cst-form form {
  display: grid;
  row-gap: 20px;
}
.cst-form form .field input,
.cst-form form .field select {
  border: 2px solid;
  padding: 14px 25px;
  border-radius: 5px;
  border-color: #570235;
}
.cst-form form .field select {
  background-position: right 20px center;
}
.cst-form form .field.inline {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.cst-form form .field.inline.large-input {
  grid-template-columns: auto 1fr;
}
.cst-form form .field.inline.large-input label {
  margin-right: 40px;
}
.cst-form.sm-wrapper {
  max-width: 420px;
}

.profil-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.profil-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(100, 0, 59, 0.1);
}
.card .card-header > h3 {
  margin-bottom: 15px;
}
.card .card-header > div.flex + p {
  margin-top: 15px;
}

.tips {
  padding-inline: 40px;
  padding-block: 20px;
  background-color: #FFF4D9;
  padding-left: 60px;
  position: relative;
  font-size: 13px;
}
.tips h3 {
  margin-bottom: 20px;
}
.tips p {
  margin-bottom: 0;
}
.tips::before {
  content: url(img/icon-ideas.svg);
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -14px;
}
.tips.no-icon {
  padding-left: 40px;
  padding-inline: 20px;
}
.tips.no-icon::before {
  display: none;
}

.media-text {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto;
  align-items: center;
}

img.media-size--m {
  max-width: 200px;
}
img.media-size--sm {
  max-width: 100px;
}

.tag {
  text-align: center;
  padding: 10px 40px;
  width: auto;
  display: inline-block;
}

.bar-progress {
  position: relative;
  width: 100%;
  height: 26px;
}
.bar-progress .bar-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

[data-dropdownTarget] .dropdown-opener::after,
.dropdown-trigger .dropdown-opener::after {
  content: url(img/carret.svg);
  margin-left: 20px;
  display: inline-block;
  vertical-align: text-top;
}

.dropdown-content {
  display: none;
}

.or-separator {
  text-align: center;
  position: relative;
  margin-block: 1rem;
}
.or-separator::before, .or-separator::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #757575;
  position: absolute;
  top: 50%;
}
.or-separator::before {
  left: 0;
}
.or-separator::after {
  right: 0;
}

#app-body {
  position: relative;
}

#content-panel {
  padding-left: 240px;
}

.app-content-inner {
  padding: 40px;
}

.entry-header {
  margin-bottom: 40px;
}

.blocks {
  display: grid;
  row-gap: 40px;
}

#sidebar {
  background: #570235;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 240px;
  box-shadow: 0 0 40px rgba(53, 0, 32, 0.2);
}
#sidebar .brand {
  text-align: center;
  padding-inline: 25px;
  padding-block: 22px;
}
#sidebar .brand .logo img {
  width: 100%;
  max-width: 120px;
}
#sidebar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .menu li {
  padding: 12px 25px;
}
#sidebar .menu li a {
  color: white;
}
#sidebar .menu li.current {
  background-color: #66003d;
}
#sidebar .menu li.current a {
  color: white;
}
#sidebar .menu li.current .menu-icon path {
  fill: white;
}
#sidebar .domain-url,
#sidebar .settings {
  padding-inline: 25px;
}
#sidebar .domain-url {
  padding-block: 25px;
}
#sidebar .domain-url .field select {
  border: none;
  background-color: white;
  padding: 12.5px 25px;
  border-radius: 5px;
  background-position: right 15px center;
}
#sidebar .settings {
  margin-top: 20px;
}
#sidebar .settings a {
  color: rgba(255, 255, 255, 0.6);
}

.topbar {
  background-color: #fff;
  padding-inline: 40px;
  padding-right: 30px;
  padding-block: 14px;
}
.topbar .notifications-profil-area {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(3, auto);
}
.topbar .profil-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.topbar .profil-menu .profil-img {
  background-color: #F5F6F8;
}
.topbar .profil-menu .profil-infos strong {
  display: block;
}

.state {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: block;
}

#days-option {
  grid-template-columns: repeat(6, 1fr);
}

.statistic {
  text-align: center;
  color: #181818;
}
.statistic .number {
  display: block;
  margin-block: 1rem;
  font-size: 2.6rem;
  font-weight: 400;
  color: #570235;
}

#graphEvolution {
  max-height: 360px;
  padding: 0 40px;
  margin-top: 50px;
}

.spectre-box--view {
  display: flex;
}
.spectre-box--view .box {
  text-align: center;
  flex: 1;
}
.spectre-box--view .box .box--square {
  display: block;
  min-height: 65px;
  margin-top: 10px;
}
.spectre-box--view .box:first-child .box--square {
  background-color: #4D96BE;
}
.spectre-box--view .box:nth-child(2) .box--square {
  background-color: #42CAEB;
}
.spectre-box--view .box:nth-child(3) .box--square {
  background-color: #1FF1CB;
}
.spectre-box--view .box:nth-child(4) .box--square {
  background-color: #6BFDE3;
}
.spectre-box--view .box:nth-child(5) .box--square {
  background-color: #A8FCED;
}
.spectre-box--view .box:nth-child(6) .box--square {
  background-color: #C8FBF2;
}
.spectre-box--view .box:nth-child(7) .box--square {
  background-color: #FFF4D9;
}
.spectre-box--view .box:nth-child(8) .box--square {
  background-color: #FFEAB5;
}
.spectre-box--view .box:nth-child(9) .box--square {
  background-color: #FFDC81;
}
.spectre-box--view .box:nth-child(10) .box--square {
  background-color: #FFCE51;
}
.spectre-box--view .box:nth-child(11) .box--square {
  background-color: #F5BE2F;
}
.spectre-box--view .box:nth-child(12) .box--square {
  background-color: #F99AB1;
}
.spectre-box--view .box:nth-child(13) .box--square {
  background-color: #FF7798;
}
.spectre-box--view .box:nth-child(14) .box--square {
  background-color: #FC5A81;
}
.spectre-box--view .box:nth-child(15) .box--square {
  background-color: #F43D69;
}
.spectre-box--view .box:nth-child(16) .box--square {
  background-color: #E22F5A;
}
.spectre-box--view .box:nth-child(17) .box--square {
  background-color: #CB0A38;
}
.spectre-box--view .box:last-child .box--square {
  background-color: #A50E32;
}

.semaine-progress {
  row-gap: 10px;
  display: grid;
}
.semaine-progress .item-jour {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
}
.semaine-progress .item-jour .jour {
  font-size: 15px;
}

.label-fixed {
  grid-template-columns: 1fr 1fr;
  margin-block-start: 13.3333333333px;
}

#settings-page .blocks {
  row-gap: 80px;
}
#settings-page .blocks .block {
  max-width: 844px;
}

#line-scatter {
  max-height: 280px;
}

#graphEvolution {
  max-height: 280px;
}

.account-select {
  display: grid;
  align-items: center;
  min-height: 100vh;
}
.account-select .inner-content {
  max-width: 500px;
  margin-inline: auto;
}
.account-select .account-list {
  display: grid;
  gap: 20px;
}
.account-select .account-list .account-item {
  border: 1px solid #90A0B7;
  padding: 15px 20px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  align-items: center;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  position: relative;
  padding-right: 60px;
}
.account-select .account-list .account-item::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  background: url(img/arrow.svg) no-repeat center;
  background-size: 17px;
  width: 50px;
  height: 100%;
  opacity: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}
.account-select .account-list .account-item:hover {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.1);
  border-color: white;
  background-color: white;
  cursor: pointer;
}
.account-select .account-list .account-item:hover::after {
  opacity: 1;
  right: 0;
}
.account-select .account-list .account-item .icon {
  display: inline-flex;
}
.account-select .account-list .account-item .icon svg {
  width: 100%;
}
.account-select .account-list .account-item .account-infos span {
  font-size: smaller;
}
.account-select .account-list .account-item .account-infos strong {
  color: #181818;
  display: block;
}

#connexions {
  display: grid;
  min-height: 100vh;
  align-items: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
#connexions #inscription .radiogroup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.label-text {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  font-size: 1.5rem;
}

.hide{
  display: none;
}
/*# sourceMappingURL=style.css.map */
