@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap);
.s_top_header {
  position: relative;
  left: 0;
  top: 90px;
  height: 50px;
  display: flex;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
}
.s_top_header > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-direction: row;
  height: 50%;
}
.s_top_header > div > h3 {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  color: var(--main-bk-color);
  text-transform: uppercase;
}
.s_top_header > div > h3 > b {
  color: var(--main-eurobs-color);
}
.s_top_header > div > h4 {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.s_top_header > div > span {
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  color: #959cb6;
}
.s_cache_panel {
  position: fixed;
  z-index: 10;
  display: flex;
  backdrop-filter: blur(5px);
  width: 100%;
  padding: 20% 15% 10% 15%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s_cache_panel h4 {
  font-size: 18px;
  color: var(--main-bk-color);
  text-transform: uppercase;
  text-align: center;
}
.s_cache_panel svg {
  width: 100px;
  height: auto;
}
.s_cache_panel svg path {
  fill: var(--main-eurobs-color);
}
.s_board_screen {
  height: 100vh;
}
.s_bord_separator {
  position: relative;
  display: block;
  width: 1px;
  height: 4px;
  border-radius: 2px;
  background: #e7e8ef;
  margin: 0 10px;
  height: 50%;
}
.s_color_board {
  background: #f2f3f8;
}
.s_board {
  position: relative;
  padding-top: 5%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.s_column_widget {
  position: relative;
  width: 100%;
  margin-bottom: 1%;
  overflow-x: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  justify-content: space-between;
}
.s_card {
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(34, 41, 47, 0.125);
  border-radius: 0.428rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  justify-content: space-between;
}
.s_card > div > h4,
.s_card > h4 {
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--main-bk-color);
}
.s_card > h4::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: var(--main-eurobs-color);
  bottom: 0;
  left: 0;
}
.s_card > div > h4 > a,
.s_card > h4 {
  text-decoration: none;
  color: var(--main-bk-color);
  transition: all 1s;
}
.s_card > div > h4 > a:hover,
.s_card > h4 {
  color: var(--main-eurobs-color);
}
.s_card_flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  justify-content: flex-start;
  flex-direction: column;
  align-content: center;
}
.s_card > div:not(.s_notification) {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#s_dowload,
.s_card > div > a,
.s_return_invoice {
  border-radius: 0.358rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px;
  background: var(--main-eurobs-color);
  text-align: center;
  color: #f5f5f5;
  font-size: 12px;
  transition: all 1s;
  cursor: pointer;
}
#s_dowload:hover,
.s_card > div > a:hover,
.s_return_invoice:hover {
  background-color: var(--main-bk-color);
  color: #f5f5f5;
}
.s_card_link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s_card_link > div:first-child {
  width: 30%;
  position: relative;
  justify-content: center;
  align-items: center;
}
.s_card_link > div:first-child > svg {
  height: 50px;
  width: 50px;
}
.s_card_link > div:first-child > svg g [fill] {
  fill: var(--main-eurobs-color);
}
.s_card_link > div:last-child {
  width: 70%;
  position: relative;
  justify-content: center;
}
.s_card > p {
  position: relative;
  margin: 0;
  font-size: 12px;
  height: 100%;
  display: flex;
}
.s_maj_profil > div:first-child {
  position: relative;
  width: 100%;
  height: 40%;
  background-color: #d17e4b38;
  border-radius: 0.428rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.s_maj_profil > div:first-child > img,
.s_maj_profil > div:first-child > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s_maj_profil > div:last-child {
  position: relative;
  width: 100%;
  height: 60%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.s_maj_profil > div:last-child > div:first-child {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}
.s_maj_profil > div:last-child > div:last-child {
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.s_maj_profil > div:last-child > div:last-child > div {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.s_maj_profil > div:last-child > div:last-child > div > div:first-child {
  white-space: nowrap;
  border-radius: 0.357rem;
  margin-right: 20px;
  position: relative;
  padding: 7px;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  color: var(--main-eurobs-color);
  background: #d17e4b38;
}
.s_maj_profil > div:last-child > div:last-child > div > div:last-child {
  display: flex;
  flex-direction: column;
}
.s_maj_profil > div:last-child > div:last-child > div > div:last-child > h6 {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  color: #5e5873;
}
.s_maj_profil
  > div:last-child
  > div:last-child
  > div
  > div:last-child
  > h6
  > a {
  text-decoration: none;
  color: var(--main-bk-color);
  font-size: 12px;
  transition: 1s all;
}
.s_maj_profil
  > div:last-child
  > div:last-child
  > div
  > div:last-child
  > h6
  > a:hover {
  color: var(--main-eurobs-color);
}
.s_maj_profil > div:last-child > div:last-child > div > div:last-child > small {
  margin: 0;
  font-weight: 400;
  font-size: 8px;
  text-transform: uppercase;
  color: #5e5873;
}
.s_maj_profil > div:last-child > div:first-child > div:first-child {
  text-align: center;
  border-right: 1px solid #d8d6de;
  width: 30%;
  padding-right: 1.3rem;
  margin-right: 1.3rem;
}
.s_maj_profil > div:last-child > div:first-child > div:first-child > h6 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.s_maj_profil > div:last-child > div:first-child > div:first-child > h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.s_maj_profil > div:last-child > div:first-child > div:last-child {
  text-align: left;
  width: 70%;
}
.s_maj_profil > div:last-child > div:first-child > div:last-child > h6 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.s_maj_profil > div:last-child > div:first-child > div:last-child > h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.4;
}
.s_small_widget .s_row {
  flex-direction: row;
}
.s_stats_maj_profil {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 100%;
  border-radius: 100%;
  margin-bottom: 18px;
  text-align: center;
  background: #f5f5f5;
}
.s_percent {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  z-index: 2;
  font-weight: 700;
  color: #666;
}
.s_card_flex > p > i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--main-eurobs-color);
}
.s_card_flex > p {
  margin: 0;
  color: var(--main-bk-color);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
.s_card_flex > p > b {
  color: var(--main-eurobs-color);
}
.s_card > div > p {
  position: relative;
  margin: 0;
  height: auto;
  font-size: 12px;
}
.s_card > .s_date {
  font-size: 10px;
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.s_small_widget {
  width: 30%;
  height: 220px;
  margin-right: 1%;
}
.s_semi_medium_widget {
  width: 40%;
  height: 220px;
  margin-right: 1%;
}
.s_medium_widget {
  width: 50%;
  height: 220px;
  margin-right: 1%;
}
.s_3_small_widget {
  width: 33%;
  height: 220px;
  margin-right: 1%;
}
.s_large_widget {
  width: 70%;
  height: 220px;
  margin-right: 1%;
}
.s_very_large_widget {
  width: 60%;
  height: 400px;
  margin-right: 1%;
}
.s_widget_no_margin {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.s_widget_no_padding {
  padding: 0;
}
.s_auto {
  height: auto;
}
.s_400px {
  height: 370px;
}
.s_full {
  width: 100% !important;
}
.s_card > form > b > div > p {
  margin: 0;
  font-size: 8px;
  text-transform: uppercase;
}
.s_board > .s_column_widget > .s_large_widget > .s_card_stats {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.s_board > .s_column_widget > .s_large_widget > .s_card_stats > div {
  display: flex;
  width: 50%;
  justify-content: space-around;
  position: relative;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
.s_board > .s_column_widget > .s_large_widget > .s_card_stats > div > div {
  width: 50%;
  height: auto;
  padding: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.s_icon {
  white-space: nowrap;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: flex;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.s_avatar,
.s_devis,
.s_euros {
  background: #d17e4b38;
}
.s_avatar svg,
.s_devis svg,
.s_euros svg {
  color: var(--main-eurobs-color);
}
.s_content_card {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}
.s_content_card > span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  position: relative;
}
.s_content_card > p {
  position: relative;
  margin: 0;
  font-size: 12px;
}
.s_icon svg {
  width: 20px;
  height: 20px;
}
.s_chart {
  width: 100%;
  justify-content: space-around;
}
.s_circular-chart {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
}
.s_circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
.s_circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
.s_actus {
  position: relative;
  height: 100%;
  width: 100%;
}
.s_actus > div {
  display: flex;
  width: 100%;
  height: 33.3%;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  padding: 5px 0;
}
.s_actus > div > div {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.s_actus > div > div > b {
  flex-direction: column;
  line-height: 15px;
}
.s_actus > div > div > b > p {
  margin: 0;
  font-size: 12px;
}
.s_actus > div > div > b > span {
  margin: 0;
  font-size: 10px;
  color: #999;
  font-weight: 400;
  text-transform: capitalize;
}
.s_actus > div > span {
  font-size: 10px;
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.s_actus > div > div > .s_icon {
  white-space: nowrap;
  background: rgba(40, 199, 111, 0.12) !important;
  margin-right: 20px;
  border-radius: 0.357rem;
  position: relative;
  cursor: pointer;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}
.s_actus > div > div > .s_icon > svg {
  color: #28c76f;
}
@-webkit-keyframes show_dropdown {
  from {
    top: 60px;
  }
  to {
    top: 36px;
  }
}
.s_circular-chart.s_color .s_circle {
  stroke: var(--main-eurobs-color);
}
.s_percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
.s_revendeur_button:hover > ul {
  display: flex;
  animation-duration: 0.2s;
}
.s_revendeur_button ul {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  padding: 10px 20px;
  top: 36px;
  font-size: 1rem;
  transition: all 1s;
  color: #6e6b7b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 41, 47, 0.05);
  border-radius: 0.357rem;
  flex-direction: column;
}
.s_revendeur_button ul li {
  font-size: 10px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #6e6b7b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
}
.s_revendeur_button ul li a {
  display: block;
  width: 100%;
  padding: 0.65rem 1.28rem;
  clear: both;
  text-decoration: none;
  color: var(--main-bk-color);
  opacity: 0.7;
  font-weight: 700;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 1s;
}
.s_revendeur_button ul li a:hover {
  color: var(--main-eurobs-color);
  opacity: 1;
}
.s_profil div:last-child {
  background: 0 0;
}
.table {
  border-radius: 0.357rem;
  width: 100%;
  display: table;
  color: #6e6b7b;
  border-color: #ebe9f1;
  vertical-align: middle;
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: initial;
  border-spacing: 2px;
  border-bottom-right-radius: 0.357rem;
  border-bottom-left-radius: 0.357rem;
  margin-bottom: 0;
}
.table > thead {
  vertical-align: bottom;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-bottom: 1px solid #f5f5f5;
}
table th {
  background-color: #fff;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #f5f5f5;
  text-transform: uppercase;
  font-size: 10px;
  width: auto;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
}
.table > tbody {
  vertical-align: inherit;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
td {
  padding: 20px 10px;
  text-align: center;
  background-color: #fff;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
}
td > span {
  font-size: 12px;
  text-transform: uppercase;
}
td > span i {
  font-size: 16px;
}
.s_color {
  color: var(--main-eurobs-color);
  font-weight: 700;
}
.s_color_link {
  color: #7367f0;
}
.s_display_none {
  display: none;
}
.s_color_red {
  color: #ac1414;
}
.s_board .s_column_widget .s_card .s_head_invoice {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}
.s_head_invoice div:first-child {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s_head_invoice div:last-child {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.s_head_invoice div:last-child > h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.s_head_invoice div:last-child > span {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}
.s_head_invoice div:first-child > img {
  width: 64px;
  height: auto;
  position: relative;
}
.s_table_invoice {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
.s_table_invoice tbody h3 {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 8px;
  font-weight: 700;
  color: var(--main-eurobs-color);
  text-transform: uppercase;
}
.s_table_invoice tbody h3 span {
  font-size: 12px;
  font-weight: 400;
  color: var(--main-bk-color);
}
.s_content .s_board .s_total_invoice {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.s_table_invoice td,
.s_table_invoice th {
  text-align: left;
}
.s_invoice_control {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  height: auto;
  justify-content: space-between;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .s_card_stats {
    flex-direction: column;
  }
  .s_3_small_widget,
  .s_board > .s_column_widget > .s_large_widget > .s_card_stats > div,
  .s_medium_widget {
    width: 100%;
  }
  .s_board > .s_column_widget > .s_large_widget > .s_card_stats > div > div {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 100px) and (max-width: 845px) {
  .s_top_header > div > h3 {
    display: none;
  }
  .s_simulateur > div > img {
    padding: 0 !important;
  }
  .s_board {
    padding: 5% 0 0 0;
  }
  .s_card_stats,
  .s_column_row,
  .s_column_widget {
    flex-direction: column !important;
  }
  .s_3_small_widget,
  .s_large_widget,
  .s_medium_widget,
  .s_semi_medium_widget,
  .s_small_widget {
    margin-bottom: 1%;
  }
  .s_history_simulateur,
  .table {
    margin-top: 1%;
  }
  .s_column_widget {
    margin: 0 0 1% 0;
  }
  .s_board_screen {
    height: auto;
  }
  .s_3_small_widget,
  .s_board > .s_column_widget > .s_large_widget > .s_card_stats > div,
  .s_history_simulateur,
  .s_large_widget,
  .s_medium_widget,
  .s_semi_medium_widget,
  .s_simulateur,
  .s_small_widget,
  .s_simulateur > div > img {
    width: 100% !important;
  }
  .s_board > .s_column_widget > .s_large_widget > .s_card_stats > div > div {
    justify-content: flex-start;
  }
  .s_simulateur_form p {
    display: flex;
    flex-direction: column-reverse;
    white-space: nowrap;
    overflow: hidden;
  }
  .s_revendeur_button ul {
    position: relative;
    top: 0;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    clear: both;
    color: #f5f5f5;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
  }
  .s_revendeur_button ul li {
    flex-direction: row;
    border: none;
    margin-bottom: 0;
    color: #fff;
  }
  .s_revendeur_button ul li a {
    color: #f5f5f5;
    opacity: 0.7;
    font-size: 12px;
    padding: 7px 15px;
  }
}
