/*
*
 */
:root {
  --orange: #f07e0e;
  --orange-hover: #dd760e;
  --orange-light: #fff4ea;
  --orange-border: #ffbc74;
  --success: #91c714;
  --green: #60a269;
  --dark: #3d3e40;
  --light: #e2e2e2;
  --lighter: #e7e7e7;
  --dark-50: #585858;
  --gray-light: #b0b0b0;
  --blue: #365f79;
  --blue-light: #cfe2f3;
  --blue-lighter: #f0f9ff;
  --tag: #3d3e40;
  --red: #dc4d21;
}

button:focus {
  outline: none;
}

.input[type="radio"]:before {
  background-color: var(--orange) !important;
}

.input.input--switch[type="checkbox"]:checked {
  background-color: var(--orange) !important;
}

/* SELECTS */

.select2-selection__clear {
  height: 100%;
  padding-inline: 0.5rem !important;
}
.select2-selection__clear > span {
  color: white;
  background-color: #d32929;
  height: 14px;
  width: 14px;
  font-size: 13px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  display: none;
  border: none !important;
  border-radius: 0px !important;
  background: #e2e2e22e;
  border-left: 4px solid #f07e0e !important;
  padding-right: 0 !important;
  pointer-events: none;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  pointer-events: all;
}

.select2-selection__choice__display {
  width: max-content;
}

.input[type="radio"]:checked {
  border-color: #f07e0e !important;
}

body {
  min-width: inherit !important;
}

.app-wrapper {
  padding-left: 0;
  transition: 0.5s ease;
}

.mobile-menu {
  margin-bottom: 0.5rem !important;
}

.mobile-menu > ul {
  padding-top: 0.5rem !important;
}

.mobile-menu > ul > div {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.mobile-menu .menu {
  height: calc((100vh - 130px) / 10);
}

.logo-si {
  height: 60px;
}

.minified_thumb_user .picto_profil_default {
  color: white;
  font-size: 30px !important;
}

#modal-info-user .picto_profil_default {
  font-size: 65px;
}

@media (min-width: 400px) {
  .mobile-menu .menu {
    height: 50px !important;
  }

  .mobile-menu > ul {
    height: calc(100vh - 80px) !important;
  }

  .mobile-menu > ul > div {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}

@media (min-width: 768px) {
  .app-wrapper {
    padding-left: 184px;
  }

  .app-wrapper.minified {
    padding-left: 69px;
  }

  h1 {
    font-size: 22px !important;
  }

  html body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #modal-info-user .picto_profil_default {
    font-size: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .side-nav .side-menu {
    height: 5.7vh;
    min-height: 40px;
  }

  .side-nav > ul > li > .side-menu.side-menu--active:after {
    margin-top: 5.7vh;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
}

.button > b {
  font-weight: bold;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

button.button:active {
  transform: translateY(5px);
}

body {
  background: none;
}

.box {
  box-shadow: 0px 0px 5px #0000000b;
}

.select2-container .select2-selection .select2-selection__rendered {
  padding-right: 1.5rem !important;
}

.input:focus,
.select2 *:focus {
  outline: 0;
  box-shadow: none;
}

.input[type="text"]:focus,
.select2-selection:focus {
  box-shadow: 0 0 0 2px var(--light) !important;
}

.text-theme-1 {
  color: var(--orange);
}

.bg-theme-1 {
  --bg-opacity: 1;
  background-color: var(--orange) !important;
  background-color: rgba(28, 63, 170, var(--bg-opacity));
}

input[disabled="disabled"],
input[disabled="disabled"] + label {
  cursor: default !important;
}

input[disabled="disabled"] + label {
  opacity: 0.5;
}

a {
  cursor: pointer;
}

.button_file {
  position: relative;
}

.button_file > input[type="file"] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.title_table {
  font-size: 16px;
  max-width: 550px;
}

a:hover {
  text-decoration: none;
}

.modal-backdrop.show {
  z-index: 0;
}

.dataTables_empty {
  pointer-events: none;
}

.bg-primary {
  background: var(--orange) !important;
}

.nom_etape,
.num_etape {
  padding: 0.75em !important;
  font-size: 15px;
}

.num_etape {
  font-weight: 600;
}

.pointer {
  cursor: pointer;
}

.title_box {
  font-size: 18px;
}

.multiple_select_table {
  width: max-content;
  height: max-content;
}

/* BUTTON SPINNER */
.button_spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-small {
  width: 18px !important;
  height: 18px !important;
  border-width: 0.2em;
}

.button_spinner.disabled {
  pointer-events: none;
}

.button {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_actions .button {
  height: 40px;
}

.button_spinner .spinner-border {
  height: 25px;
  width: 25px;
  margin-right: 15px;
  display: none;
}

.onglet_spinner .spinner-border {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  display: none;
  border-width: 3px;
}

.button_spinner.loading .spinner-border,
.onglet_spinner.loading .spinner-border {
  display: inline-block;
}

.button_spinner.loading i {
  display: none;
}

.disabled.button {
  opacity: 0.6;
  pointer-events: none;
}

.onglet.disabled {
  pointer-events: none;
}

/* AUTOCOMPLETE */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 12px 10px !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid rgb(230, 230, 230) !important;
  margin-top: 15px;
  border-radius: 7px;
  overflow: hidden !important;
}

.ui-menu-item-wrapper.ui-state-active {
  background: var(--dark-50) !important;
  border: none !important;
}

input[type="time"] {
  height: 36px;
}

.ui-autocomplete.ui-widget {
  max-height: 500px;
  overflow-y: auto !important;
}

/* TOOLTIP */
.tooltip_top,
.tooltip_left {
  position: relative;
}

.tooltip_top:before {
  content: attr(data-text);
  background: black;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  color: white;
  width: max-content;
  font-size: 14px;
  z-index: 100;
  transform: translateX(-50%);
  display: none;
  pointer-events: none;
}

.tooltip_left:before {
  content: attr(data-text);
  background: black;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  right: 35px;
  bottom: 0;
  color: white;
  width: max-content;
  font-size: 14px;
  z-index: 100;
  /* transform: translateY(-50%); */
  display: none;
  pointer-events: none;
}

.tooltip_top:after {
  content: "";
  position: absolute;
  margin-left: -5px;
  left: calc(50% + 5px);
  bottom: calc(100% - 10px);
  transform: translateX(-50%);
  border: 10px solid #000;
  border-color: #000 transparent transparent transparent;
  z-index: 100;
  display: none;
  pointer-events: none;
}

.tooltip_left:after {
  content: "";
  position: absolute;
  /* margin-left:-5px; */
  right: 20px;
  bottom: 1px;
  /* transform: translateX(-50%); */
  border: 10px solid #000;
  border-color: transparent transparent transparent #000;
  z-index: 100;
  display: none;
  pointer-events: none;
}

.tooltip_top:hover:before,
.tooltip_top:hover:after {
  display: block;
}

.tooltip_left:hover:before,
.tooltip_left:hover:after {
  display: block;
}

/* GLOBAL */
.w-50 {
  width: 50%;
}

.bg-light {
  background: var(--light);
}

.input_see {
  display: none;
}

.search i {
  pointer-events: none;
}

.toast-message {
  line-height: 20px;
}

.ajax_loading {
  pointer-events: none;
}

td:first-child > .inactive {
  position: relative;
}

td:first-child > .inactive:before {
  content: "";
  position: absolute;
  top: -0.9rem;
  left: -1.25rem;
  width: 4px;
  height: calc(100% + 2 * 0.9rem);
  background: rgb(255, 0, 0);
  z-index: 100;
}

/* SCROLLBAR  */

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.h-100 {
  height: 100%;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

.minify-menu h1 {
  right: 0;
  position: relative;
  padding: 10px 15px;
}

.minify-menu h1:before {
  content: "";
  position: absolute;
  height: calc(100% + 2 * 0.75rem + 2 * 0.75rem);
  top: calc(-0.75rem - 0.75rem);
  left: 0;
  width: 100%;
  background: var(--light);
  z-index: -1;
  opacity: 0.5;
}

.minify-menu h1:after {
  content: "";
  position: absolute;
  height: calc(100% + 2 * 0.75rem + 2 * 0.75rem);
  top: calc(-0.75rem - 0.75rem);
  right: -15px;
  width: 10px;
  background: var(--light);
  z-index: -1;
  opacity: 0.5;
}

.minified_thumb_user {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid var(--orange);
  cursor: pointer;
  position: relative;
}

.minified_thumb_user > img {
  width: 100%;
  height: 100%;
}

.minified_thumb_user {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.d-none {
  display: none;
}

.appearence-none {
  appearance: none;
}

.tips {
  font-size: 13px;
  font-style: italic;
  opacity: 0.6;
}

.tips > p {
  line-height: 19px !important;
}

.change_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  color: white;
  border: none;
  opacity: 0;
  cursor: pointer;
}

.thumb_user > img {
  object-fit: cover;
}

.bg-none {
  background: transparent;
}

.select2-container {
  margin-top: 0.5rem;
}

.container_select_no_margin .select2-container {
  margin-top: 0;
}

p {
  line-height: 25px;
}

.lh-normal {
  line-height: normal;
}

.inactive {
  opacity: 0.5;
}

.picto_tri i {
  font-size: 10px;
  opacity: 0.5;
}

.picto_tri i:first-child {
  margin-bottom: -5px;
}

.sorting_asc .picto_tri i:first-child {
  opacity: 1;
}

.sorting_desc .picto_tri i:last-child {
  opacity: 1;
}

.button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.table td {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

#mobile-menu-toggler {
  font-size: 20px;
  margin-right: 5px;
}

.side-nav .side-menu .side-menu__title {
  display: block !important;
}

html body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-width: 550px;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.h-50 {
  height: 50%;
}

.w-100 {
  width: 100%;
}

.w-80p {
  width: 80% !important;
}

button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
  color: var(--orange);
}

.justify-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.bloc_action .fa-caret-left {
  transform: rotate(90deg);
}

.bloc_action {
  position: sticky;
  top: 1.5rem;
}

.tips {
  line-height: 19px;
}

@media (min-width: 576px) {
  .md\:justify-content-end {
    justify-content: flex-end;
  }

  .md\:flex {
    display: flex;
  }

  .md\:block {
    display: block;
  }
}

@media (min-width: 1150px) {
  .lg\:justify-content-end {
    justify-content: flex-end;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:block {
    display: block !important;
  }

  .bloc_action .fa-caret-left {
    transform: rotate(0deg);
  }
}

table td.center,
table th.center {
  text-align: center;
}

table {
  width: 100% !important;
}

.select2 {
  width: 100% !important;
}

.picto_info {
  font-size: 12px;
}

.search {
  position: relative;
}

.justify-content-center {
  justify-content: center;
}

.search > i.fa-search {
  position: absolute;
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark);
  top: 0;
  right: 0;
}

.bg-dark {
  background-color: var(--dark);
  color: white;
}

.text-dark {
  color: var(--dark) !important;
}

.text-primary {
  color: var(--orange) !important;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
}

button > .picto,
a > .picto {
  width: 15%;
  text-align: center;
  margin-right: 15px;
}

.button > .text-button {
  width: 75%;
  text-align: left;
}

.content {
  overflow-y: auto;
  overflow-x: hidden;
}

.content::-webkit-scrollbar {
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background-color: #d7d9db !important;
}

.content.has_scrollbar {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.content::-webkit-scrollbar {
  width: 1em;
  padding-right: 20px;
}

.content::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  /* outline: 1px solid slategrey; */
}

.flex-column {
  flex-direction: column !important;
}

.title-page {
  color: var(--orange);
  font-size: 20px;
}

.select2-selection--multiple .select2-selection__rendered {
  padding-left: 5px !important;
}

.select2-container
  .select2-selection--multiple.select2-selection
  .select2-selection__rendered {
  max-width: unset !important;
}

.select2-container .select2-selection .select2-selection__rendered {
  padding-right: 0 !important;
}

/* MENU */
.o-5 {
  opacity: 0.5;
}

.minify-menu > span {
  flex: 1;
}

.picto_menu {
  cursor: pointer;
  align-items: center;
  display: none;
}

@media (min-width: 767px) {
  .picto_menu {
    display: flex;
  }
}

.menu-minify .side-menu__title {
  display: none !important;
}

.menu-minify .container_user {
  display: none !important;
}

.side-nav.menu-minify {
  width: 100px;
}

/* THUMB USER */
.container_user {
  position: relative;
}

.thumb_user {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  border: 4px solid var(--light);
  cursor: pointer;
  position: relative;
}

.thumb_user_tiny {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  border: 2px solid var(--light);
  cursor: pointer;
  position: relative;
}

.thumb_user > img {
  width: 100%;
  height: 100%;
}

.thumb_user_tiny > img {
  width: 100%;
  height: 100%;
}

.modifier_profil {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.thumb_user:hover .modifier_profil {
  opacity: 1;
}

.minified_thumb_user .modifier_profil {
  font-size: 12px;
}

.minified_thumb_user:hover .modifier_profil {
  opacity: 1;
}

.notif_container {
  border-radius: 5px;
  background-color: var(--orange);
  padding: 5px 7.5px;
  color: white;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 20px;
  cursor: pointer;
}

.notif_container i {
  font-size: 16px;
}

.notif_container .notif {
  font-size: 17px;
}

.notif_container:hover i {
  animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.infos_user {
  margin-top: 15px;
}

.infos_user > h2 {
  font-size: 17px;
}

.infos_user > .statut_user > .the_statut {
  font-size: 12px;
  opacity: 0.7;
}

.infos_user > .statut_user > .the_menu {
  opacity: inherit;
}

.reload {
  cursor: pointer;
}

.reload > i {
  transition: linear 0.5s;
}

.reload:hover > i {
  transform: rotate(360deg) scale(0.8);
}

.bloc_action {
  padding-top: 0;
  padding-right: 0;
  border-radius: 5px;
}

.bloc_action > h2 {
  padding: 0.75em 0;
  font-size: 15px;
  font-weight: 600;
}

.bloc_action .tips {
  opacity: inherit;
  font-style: inherit;
}

.bloc_action.open .tips {
  display: none;
}

.no_action {
  display: none;
  font-style: italic;
  font-size: 12px;
}

.table :not(thead) tr:hover {
  background-color: #e2e2e273;
  cursor: pointer;
}

.table :not(thead) tr.active {
  /*background-color: #e2e2e273;*/
  background-color: #f8c38e;
}

.list_actions {
  display: none;
}

.rounded {
  overflow: hidden;
}

/* .action_container .list_actions{
    display: block;
} */
/* ANIMS */

@keyframes anim_buttons {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bellshake {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(-5deg);
  }

  45% {
    transform: rotate(4deg);
  }

  60% {
    transform: rotate(-4deg);
  }

  75% {
    transform: rotate(2deg);
  }

  85% {
    transform: rotate(-2deg);
  }

  92% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes rotate-full {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

td {
  vertical-align: middle !important;
}

.big-button {
  height: 119px;
  width: 300px;
  line-height: 24px;
  font-size: 18px;
}

.side-nav {
  width: 180px;
  transition: 0.5s ease;
  position: fixed;
  top: 25px;
  left: 26px;
  height: 90%;
}

.container_disconnect_user,
.container_rapport_bug,
.container_change_user {
  cursor: pointer;
  border-radius: 5px;
}

.container_disconnect_user:hover {
  background-color: #d32929;
}

.container_rapport_bug:hover,
.container_change_user:hover {
  background-color: var(--orange);
}

.container_disconnect_user:hover i,
.container_rapport_bug:hover i,
.container_change_user:hover i {
  color: white !important;
}

.disconnect_user i,
.rapport_bug i,
.change_user i {
  font-size: 20px;
}

.thumb_user_modal {
  height: 150px;
  width: 150px;
}

@media (min-width: 1500px) {
  .button > .picto {
    width: 15%;
    text-align: center;
    margin-right: 15px;
  }

  .button > .text-button {
    width: 75%;
    text-align: left;
  }

  .thumb_user {
    border: 3px solid var(--light);
    cursor: pointer;
    position: relative;
  }

  .side-nav {
    width: 190px;
  }

  html body {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .infos_user {
    padding-left: 10px;
    margin-top: 15px;
  }
}

.side-nav {
  padding-bottom: 15px;
}

/* PAGINATION TABLE */
.dataTables_wrapper {
  position: relative;
}

/* .dataTables_paginate {
    position: absolute;
    bottom: 0;
    right : 0;
    width: 50%;
    bottom : -45px
} */
.dataTables_paginate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dataTables_paginate > span {
  margin-left: 6px;
  margin-right: 6px;
}

.dataTables_paginate .paginate_button {
  color: var(--dark);
}

.dataTables_filter {
  display: none;
}

.paginate_button {
  border-radius: 3px;
  color: var(--dark);
  padding: 5px;
  border: none;
  background: none;
  color: var(--dark);
}

.paginate_button.previous {
  margin-right: 5px;
}

.paginate_button.next {
  margin-left: 5px;
}

.page-item.active .page-link .dataTables_paginate .paginate_button {
  margin-right: 2.5px;
  background: transparent;
}

.dataTables_paginate .paginate_button:last-child {
  margin-right: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--dark);
  background-color: transparent;
  border: none;
  border-radius: 3px;
}

.page-item.active .page-link {
  background: var(--dark) !important;
  border: none !important;
}

.page-item.active .page-link:hover {
  color: #fff !important;
}

.page-item.disabled .page-link {
  color: var(--dark);
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border: none;
}

table th:after,
table th:before {
  content: none !important;
}

/* MODIFS ETAPES */

.num_etape {
  background: var(--dark);
  color: white;
}

.nom_etape {
  background: var(--dark-50);
  color: white;
}

.nav_etape:not(.active),
.nav_tab:not(.active) {
  opacity: 0.6;
  cursor: pointer;
}

.nav_etape:not(.active):hover,
.nav_tab:not(.active):hover {
  opacity: 1;
}

.etape:not(.active) {
  display: none;
}

.footer_etape {
  display: flex;
  justify-content: space-between;
}

/* MENU */

.picto_menu.minified_picto {
  transform: rotateY(180deg);
}

.minify {
  display: none;
}

.side-nav.minified .minify {
  display: block;
}

.side-nav.minified .statut_user {
  display: flex;
}

.side-nav.minified h2 > .minify {
  font-size: 30px;
}

.side-nav.minified {
  width: 75px;
}

.side-nav.minified .full {
  display: none;
}

.side-nav.minified .thumb_user {
  display: none;
}

.side-nav.minified .notif_container {
  position: static;
}

.side-nav.minified .side-menu__title {
  display: none;
}

.side-nav.minified .infos_user {
  padding-left: 0;
}

.side-nav.minified .notif_container > i {
  font-size: 16px;
}

.side-nav.minified .minify-menu > span {
  display: none;
}

.side-nav.minified .side-menu__title {
  display: none !important;
}

.back {
  cursor: pointer;
}

.see_menu {
  cursor: pointer;
  position: relative;
  z-index: 51;
}

.the_menu {
  position: absolute;
  background: rgb(247, 247, 247);
  color: black;
  top: 25px;
  left: 0;
  width: max-content;
  padding: 20px 25px;
  cursor: default;
}

.bg_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: -10;
  cursor: pointer;
}

.align-center {
  align-items: center;
}

.side-nav {
  overflow-x: initial;
}

.the_menu h3 {
  font-weight: bold;
  font-size: 17px;
  color: var(--dark);
  margin-bottom: 15px;
}

.the_menu ul > li {
  margin-bottom: 15px;
  opacity: 0.8;
  font-size: 13px;
}

.the_menu ul:nth-of-type(2) > li:last-child {
  margin-bottom: 0;
}

.see_menu > i {
  opacity: 0.7;
}

.footer_modal {
  display: flex;
  align-items: center;
}

.select2-container .select2-selection.select2-selection--single {
  height: 36px !important;
}

.content {
  z-index: 50;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}

.title_form {
  font-size: 15px;
  padding: 0.75em;
  font-weight: 600;
}

/* .modify-thumb{
    position: relative;
}
.modify-thumb:before{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border: 10px solid var(--orange);
} */

.nom_responsable_modal {
  background: var(--orange);
  color: white;
  border-radius: 50px;
  padding: 5px 10px;
  margin-top: 7.5px;
  width: max-content;
  display: flex;
  align-items: center;
}

.nom_responsable_modal > i {
  font-size: 11px;
}

/* Raccouci */

.raccourci_container {
  font-size: 20px;
  display: flex;
}

.raccourci {
  height: 60px;
  cursor: pointer;
  width: 60px;
  border-radius: 50%;
  border: 2px solid var(--light);
  margin-right: 10px;
}

.select_filtre .select2 {
  margin-top: 0;
}

/* Paramètres */

.nav-tabs .active {
  color: var(--orange);
}

.bg-light-2 {
  background: var(--light);
}

.text-theme-6 {
  color: #d32929 !important;
}

textarea {
  resize: none;
}

/* Modal lists */

.liste_style i {
  font-size: 21px;
}

.liste_style .tips {
  font-size: 14px;
  font-style: inherit;
  opacity: 0.5;
}

.liste_style .box {
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.16);
}

.liste_style {
  padding: 10px;
}

/* TOP BAR */

.title_modify,
.title_add,
.title_see {
  display: none;
}

/* PROFIL */

.thumb_user {
  display: flex;
  justify-content: center;
  align-items: center;
}

#parametres {
  display: none;
}

/* FORMS */

.input_container_form {
  display: none;
}

.large_desktop {
  display: none;
}

@media (min-width: 1500px) {
  .large_desktop {
    display: block;
  }

  .thumb_user .picto_profil_default {
    color: white;
    font-size: 100px;
  }
}

.see_file,
.download_file,
.remove_file,
.print_file {
  /* border: 1px solid #3d3e40e0; */
  border-radius: 3px;
  cursor: pointer;
  padding: 5px;
  font-size: 13px;
  background: white;
  margin-right: 12px;
}

.see_responsable {
  cursor: pointer;
  padding: 5px;
  font-size: 13px;
  color: var(--orange) !important;
  margin-right: 12px;
}

.input[type="checkbox"]:not(.input--switch):checked {
  background-color: var(--orange) !important;
}

.container_liste_lots_rattaches,
.container_liste_sites_rattaches,
.container_liste_users_rattaches {
  display: flex;
  width: 100%;
}

.add_lot_row,
.add_site_row,
.add_user_row {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}

.add_lot_row i,
.add_user_row i,
.add_site_row i {
  transition: 300ms ease;
}

.add_lot_row:hover i,
.add_site_row:hover i,
.add_user_row:hover i {
  transform: scale(1.2);
}

.liste_lots_rattaches_row,
.liste_users_rattaches_row,
.liste_sites_rattaches_row {
  max-width: calc(100% - 55px);
  overflow-y: auto;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  position: relative;
}

.liste_lots_rattaches_row::-webkit-scrollbar,
.liste_sites_rattaches_row::-webkit-scrollbar,
.liste_users_rattaches_row::-webkit-scrollbar {
  height: 10px;
}

.liste_lots_rattaches_row > .lot:not(:last-child),
.liste_users_rattaches_row > .lot:not(:last-child),
.liste_sites_rattaches_row > .lot:not(:last-child) {
  min-width: max-content;
  margin-right: 10px;
}

.add_lot_row.add_lot_menu,
.add_site_row.add_site_menu,
.add_user_row.add_user_menu {
  display: flex !important;
}

.add_lot_menu,
.add_site_menu,
.add_user_menu {
  cursor: pointer;
}

.add_lot_menu i,
.add_site_menu i,
.add_user_menu i {
  transition: 300ms ease;
}

.see_lot_menu i,
.see_site_menu i,
.see_user_menu i {
  transition: 300ms ease;
}

.see_lot_menu:hover i,
.see_site_menu:hover i,
.see_user_menu:hover i {
  transform: scale(0.9);
}

.add_lot_menu:hover i,
.add_site_menu:hover i,
.add_user_menu:hover i {
  transform: scale(0.9) rotate(90deg);
}

.modal .modal__content.light {
  background: rgba(241, 245, 248, var(--bg-opacity)) !important;
}

.link_hover:hover {
  text-decoration: underline !important;
}

.link_hover.text-primary:hover {
  color: var(--orange) !important;
}

/* NOTIF */

.notif.has_notif {
  position: relative;
}

.notif.has_notif:after {
  content: attr(data-notif);
  position: absolute;
  top: 1px;
  right: 1px;
  height: 20px;
  width: 20px;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  padding: 5px;
}

.group_label {
  font-weight: bold !important;
  border-bottom: 1px solid var(--light);
  padding-bottom: 6px;
  width: 100%;
}

.select2-container.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5.5px;
  margin-right: 0px;
}

.select2-container.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:first-child {
  margin-left: 0;
}

.select2-container
  .select2-selection--multiple.select2-selection
  .select2-selection__rendered {
  display: inline;
  height: 100%;
}

.select2-container .select2-search--inline,
.select2-container .select2-search--inline .select2-search__field {
  height: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-left: 5.5px;
}

.select2-selection__choice__remove {
  padding: 3px !important;
}

.select2-container.select2-container--default .select2-selection--multiple {
  display: flex;
}

.select2-container
  .select2-selection--multiple.select2-selection
  .select2-selection__rendered {
  display: flex;
  width: max-content;
  align-items: center;
  max-width: calc(100% - 20px);
  overflow: auto;
}

ul::-webkit-scrollbar {
  height: 5px;
}

.select2-selection__rendered {
  padding-right: 0 !important;
}

.select2-container.select2-container--default .select2-selection--multiple {
  height: 36px;
}

button > .loader_picto {
  display: none;
  animation: rotate-spin 1s linear infinite;
}

button.loading > .loader_picto {
  display: block;
}

button.loading > .main_picto {
  display: none;
}

@keyframes rotate-spin {
  100% {
    transform: rotate(360deg);
  }
}

h2.profil_user,
h2.mon_profil {
  font-size: 20px;
  text-align: center;
}

.text-size-20 {
  font-size: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

#description_profil {
  line-height: 24px;
}

label,
label > span,
.nav_etape span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}

.close_box i {
  transition: 600ms ease;
}

.close_box {
  border-radius: 5px;
  padding: 5px 8px;
  transition: 600ms ease;
}

.close_box:hover {
  background-color: var(--light);
}

.close_box:hover i {
  transform: scale(1.1) rotate(180deg);
}

/* IMPORT LISTE */
.container_file {
  height: 45px;
  display: none;
}

.date_selector_container {
  position: relative;
}

.date_selector_container > i {
  position: absolute;
  top: calc(50% - 5px);
  font-size: 15px;
  right: 15px;
  user-select: none;
}

.modal-backdrop {
  background: transparent !important;
}

/* INPUT TIPS */

.input_tips {
  position: relative;
}

.input_tips > .the_tips {
  position: absolute;
  height: calc(100% - 0.5em - 2px);
  width: auto;
  top: calc(0.5em + 2px);
  padding: 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dee2e6;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.livrable_form .input_tips > .the_tips {
  height: 100%;
  top: 0;
}

.input_tips > .the_tips.tips_right {
  right: 0px;
}

input + label {
  cursor: pointer;
}

/* ONGLETS */
.onglets > .onglet {
  padding: 8px 10px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
}

.onglets > .onglet:last-child {
  margin-right: 0;
}

.logo_homepage {
  width: 80vw;
  max-width: 450px;
}

.top-bar {
  height: 90px;
}

.logo_top_bar {
  height: 40px;
}

.row_title_search {
  cursor: pointer;
}

.row_title_search .trigger_search_title {
  font-size: 15px;
}

.row_title_search:not(.searching):not(.no_search):hover .title_section {
  margin-right: 15px;
  position: relative;
}

.row_title_search.no_search {
  cursor: default;
  pointer-events: none;
}

.row_title_search:not(.searching):not(.no_search) .title_section:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 10px;
  background: var(--light);
  border-radius: 5px;
  opacity: 0;
}

.row_title_search:not(.searching):not(.no_search):hover .title_section:after {
  opacity: 1;
  transition: 300ms ease;
  transition-delay: 200ms;
}

.row_title_search i {
  transition: 300ms ease;
}

.row_title_search :hover i {
  transform: scale(0.8);
}

.title_section {
  transition: 300ms ease;
}

.row_title_search.searching .title_section {
  width: 45px;
  transition: 300ms ease;
}

.row_title_search .title_section {
  width: 100%;
}

.row_title_search input {
  display: none;
}

#creation_beneficiaire_en_attente .desc_tootlip,
#importation_liste_beneficiaire_en_attente .desc_tootlip {
  position: absolute;
  /* border: 1px solid black; */
  bottom: 55px;
}

.desc_tootlip {
  display: none;
}

.tips_desc {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

#creation_beneficiaire_en_attente:hover .desc_tootlip,
#importation_liste_beneficiaire_en_attente:hover .desc_tootlip {
  display: block;
}

#redirection_en_cours.has_redirection,
#creation_beneficiaire_en_attente.has_redirection,
#importation_liste_beneficiaire_en_attente.has_redirection {
  overflow: visible;
  display: block;
}

#redirection_en_cours,
#save_brouillon_prestation,
#redirection_creer_user_from_site,
#redirection_creer_site_from_organisme,
#creation_beneficiaire_en_attente,
#importation_liste_beneficiaire_en_attente {
  position: fixed;
  bottom: calc(1.5rem + 22px);
  right: calc(2rem + 22px);
  width: max-content;
  z-index: 52;
  display: none;
}

#redirection_en_cours.redirecting .picto_redirection > i,
#creation_beneficiaire_en_attente.redirecting .picto_redirection > i,
#importation_liste_beneficiaire_en_attente.redirecting .picto_redirection > i {
  display: none;
}

#redirection_en_cours.redirecting .action_redirection,
#redirection_en_cours.back_redirecting .action_redirection,
#creation_beneficiaire_en_attente.back_redirecting .action_redirection,
#importation_liste_beneficiaire_en_attente.back_redirecting
  .action_redirection {
  display: none;
}

#redirection_en_cours.redirecting .picto_redirection > .spinner-border,
#importation_liste_beneficiaire_en_attente.redirecting
  .picto_redirection
  > .spinner-border,
#creation_beneficiaire_en_attente.redirecting
  .picto_redirection
  > .spinner-border {
  display: block;
}

#redirection_en_cours .picto_redirection > .spinner-border,
#importation_liste_beneficiaire_en_attente .picto_redirection > .spinner-border,
#creation_beneficiaire_en_attente .picto_redirection > .spinner-border {
  display: none;
  height: 15px;
  width: 15px;
}

#wait-redirecting,
#change-contexte {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 150;
  color: white;
}

#wait-redirecting > div,
#change-contexte > div {
  height: 100%;
  width: 100%;
}

.picto_module {
  font-size: 55px;
}

.module {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.module > h2 {
  font-size: 25px;
}

.title_redirection {
  font-size: 20px;
}

.path {
  display: flex;
}

.path > div {
  height: 15px;
  width: 15px;
  background: white;
  border: 2px solid white;
  background: transparent;
  border-radius: 50%;
  margin-right: 20px;
  animation: path-bg 500ms ease 1 calc(var(--i) * 800ms) forwards;
}

.path > div:last-child {
  margin-right: 0;
}

@keyframes path-bg {
  from {
    background: transparent;
  }

  to {
    background: white;
  }
}

.onglets {
  transform: translateY(17px);
}

.onglets > .onglet {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  font-size: 15px;
  opacity: 0.3;
  cursor: pointer;
  margin-right: 10px;
  background-color: grey;
  color: white;
  box-shadow: 1px 1px 5px rgba(105, 105, 105, 0.336);
  border-radius: 5px 5px 0px 0px;
}

.onglets > .onglet.selected {
  background-color: white;
  color: var(--dark);
  opacity: 1;
}

.onglets > .onglet:not(.selected):hover {
  opacity: 1;
}

@media (min-width: 1500px) {
  .onglets > .onglet {
    font-size: 16px;
  }
}

.logo_carre {
  display: none;
}

.minified .logo_long {
  display: none;
}

.minified .logo_carre {
  display: block;
}

.container_logo_menu {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.minified .container_logo_menu {
  padding: 0;
}

.container_logo_menu + hr {
  opacity: 0.4;
}

.scroll-container {
  width: 100%;
  overflow: auto;
}

.modal .modal__content {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
}

.modal .modal__content::-webkit-scrollbar {
  width: 7px;
}

body table.dataTable {
  margin-top: 0 !important;
}

.grid-cols-15 {
  grid-template-columns: repeat(15, minmax(0, 1fr));
}

/* STYLE LIST */
.title_section {
  height: 40px;
  font-size: 16px;
}

/* COMPETENCES */

.competences_disponibles,
.competences_attachees,
.entites_disponibles,
.entites_attachees {
  max-height: 24vh;
  overflow-y: auto;
}

.competence,
.entite {
  background-color: #f1f5f8;
  cursor: pointer;
}

.competence:hover,
.entite:hover {
  background-color: var(--orange);
  color: white;
}

.competence .arrow_attacher_competence,
.competence .arrow_detacher_competence,
.entite .arrow_attacher_entite,
.entite .arrow_detacher_entite {
  display: none;
  color: white;
}

.competence:hover .arrow_attacher_competence,
.competence:hover .arrow_detacher_competence,
.entite:hover .arrow_attacher_entite,
.entite:hover .arrow_detacher_entite {
  display: block;
}

.no_result_search_competences_disponibles,
.no_result_search_competences_attachees,
.no_result_search_entites_disponibles,
.no_result_search_entites_attachees {
  display: none;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.competences_disponibles .competence:first-child,
.competences_attachees .competence:first-child,
.entites_disponibles .entite:first-child,
.entites_attachees .entite:first-child {
  margin-top: 0 !important;
}

.competences_disponibles .competence:last-child,
.competences_attachees .competence:last-child,
.entites_disponibles .entite:last-child,
.entites_attachees .entite:last-child {
  margin-bottom: 0 !important;
}

.remove_pp {
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  cursor: pointer;
  transition: 300ms ease;
  display: none;
}

.thumb_user:not(.no_hover):not([data-thumb="no-thumb"]):hover .remove_pp {
  display: block;
}

.thumb_user:not(.no_hover) .remove_pp:hover {
  transform: rotate(360deg);
}

.thumb_user > img {
  border-radius: 7.5px;
}

#thumb_user {
  overflow: hidden;
}

#thumb_user .picto_profil_default {
  font-size: 35px;
  color: var(--dark);
}

/* TAB MON PROFIL */

.tab_profil {
  display: none;
}

.tab_profil.active {
  display: block;
}

.adresse_site {
  font-size: 13px;
  opacity: 0.6;
  line-height: 1.3;
}

.no_hover {
  pointer-events: none;
  cursor: default;
}

.list_sites_dispo_user,
.list_competences_dispo_user {
  max-height: 50vh;
  overflow-y: auto;
}

.picto_upload_photo_profil {
  font-size: 20px;
  color: white;
}

.picto_modifier {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: none;
}

.thumb_user_modal[data-thumb="thumb"]:not(.no_change):hover .picto_modifier {
  display: block;
}

.thumb_user_modal[data-thumb="thumb"]:not(.no_change):active
  .picto_upload_photo_profil {
  transform: scale(0.8);
}

.list_style_add_event {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  padding-right: 8px;
  padding-left: 8px;
}

.list_style_add_event > div {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.list_style_add_event::-webkit-scrollbar-thumb {
  height: 8px;
  background-clip: padding-box;
  border-radius: 7px;
}

.list_style {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  padding-right: 8px;
  padding-left: 8px;
}

.list_style > div:nth-child(n + 1) {
  padding-right: 0.5rem !important;
}

.list_style > div:nth-child(2n) {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}

.list_style > div,
.list_style_row > div {
  padding: 0 !important;
}

/* .list_style::-webkit-scrollbar,
.container_list::-webkit-scrollbar,
.container_all_list::-webkit-scrollbar
{
    width: 18px;
} */
.list_style::-webkit-scrollbar-thumb,
.container_list::-webkit-scrollbar-thumb,
.container_all_list::-webkit-scrollbar-thumb {
  height: 8px;
  background-clip: padding-box;
  border-radius: 7px;
}

.thumb_modele_presta,
.picto_site,
.picto_consultant,
.picto_competence {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid var(--light);
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

input[disabled="disabled"]:not([type="checkbox"]):not([type="radio"]):not(
    [type="range"]
  ),
textarea[disabled="disabled"] {
  border: none !important;
  border-radius: 0px !important;
  background: #e2e2e22e;
  border-left: 4px solid #f07e0e !important;
  padding-right: 0 !important;
}

input[disabled="disabled"][type="checkbox"],
input[disabled="disabled"][type="radio"] {
  opacity: 0.5;
}

.form-check-label {
  font-weight: 400;
}

label {
  font-weight: bold;
}

.the_redirection {
  font-size: 15px;
  font-weight: 600;
}

/* SELECT TIPS */

.the_tips .select2 {
  border: none;
  background: transparent;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}

.the_tips .select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
}

.tips_w_select {
  padding: 0 !important;
  width: 110px !important;
}

.the_tips .select2-selection:focus {
  box-shadow: none !important;
}

.toast-top-center {
  top: calc(1.5rem + 5px);
  right: 0;
  width: 100%;
}

.toast-message {
  font-size: 15px;
}

body table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 12px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "arial";
  line-height: 1em;
  content: "+";
  background-color: var(--orange) !important;
}

body table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 40px;
}

.search input {
  padding-right: 40px;
}

@media (min-width: 768px) {
  .md\:justify-content-end {
    justify-content: flex-end !important;
  }
}

.select2-selection {
  padding-right: 30px;
}

/* TIMELINE ETAPES CREATION */

.timeline_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.timeline_container:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  border-top: 3px dashed var(--light);
  left: 0;
  top: calc(50%);
}

.timeline_container .timeline_etape {
  height: 50%;
  display: flex;
  padding: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.picto_lock {
  display: none;
}

.timeline_etape:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 100%;
  height: 27px;
  width: 1px;
  border-left: 3px dashed var(--light);
  z-index: -1;
  pointer-events: none;
}

.timeline_etape:nth-child(even):after {
  top: -28px;
  height: 26px;
}

.timeline_container .timeline_etape:nth-child(even) {
  margin-top: 100px;
}

.future_etape {
  opacity: 0.4;
  pointer-events: none;
}

.title_timeline_etape_commande {
  font-size: 20px;
}

.timeline_etape .picto_is_terminee {
  display: none;
}

.timeline_etape.etape_terminee .picto_is_terminee {
  display: inline-block;
}

.timeline_etape.etape_terminee .nom_etape_timeline {
  color: var(--success);
}

.timeline_etape.etape_en_cours .nom_etape_timeline {
  color: var(--orange);
}

/* LIST */

/*.button:hover i.picto_plus
{
    transform: scale(1.15);
}*/
.selected .picto_plus {
  display: none;
}

.picto_minus {
  display: none;
}

.selected .picto_minus {
  display: block;
}

.list_style {
  display: flex;
  flex-wrap: wrap;
}

.list_style > div:nth-child(n + 1) {
  padding-right: 0.5rem !important;
}

.list_style > div:nth-child(2n) {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}

.list_style > div,
.list_style_row > div {
  padding: 0 !important;
}

/* .list_style::-webkit-scrollbar,
.container_list::-webkit-scrollbar,
.container_all_list::-webkit-scrollbar
{
    width: 18px;
} */
/* .list_style::-webkit-scrollbar-thumb,
.container_list::-webkit-scrollbar-thumb,
.container_all_list::-webkit-scrollbar-thumb

 {
    height: 8px;
    border: 5px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 7px;
} */

.nav_etape.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/* TMP */
/* ENLEVER LES COL-2 et COL-10 DANS LES LISTES */
.list_style_add_event .button > .row > div:first-child {
  flex: unset !important;
  max-width: inherit !important;
  width: 60px !important;
}

.list_style_add_event .button > .row > div:last-child {
  flex: unset !important;
  max-width: inherit !important;
  width: calc(100% - 60px) !important;
}

.list_style .button > .row > div:first-child {
  flex: unset !important;
  max-width: inherit !important;
  width: 60px !important;
}

.list_style .button > .row > div:last-child {
  flex: unset !important;
  max-width: inherit !important;
  width: calc(100% - 60px) !important;
}

.cursor-default {
  cursor: default !important;
}

/* ... */
.row_title_search.no_search {
  pointer-events: none;
}

.row_title_search.no_search i {
  display: none;
}

input[type="date"] {
  height: 36px;
}

/* HOMEPAGE */
.stat_icon {
  font-size: 24px;
  color: var(--orange) !important;
}

.div_number {
  text-align-last: center;
}

.div_icon {
  place-content: center;
}

.title {
  place-content: center;
}

.select_periode div {
  margin-left: 5px;
  margin-right: 5px;
}

.select_periode {
  place-self: center;
}

.dtr-control:active:before {
  transform: scale(0.8);
}

@media (min-width: 1300px) {
  .text-base {
    text-align-last: center;
  }
}

@media (max-width: 1300px) {
  .text-base {
    text-align: -webkit-center;
  }
}

.dtr-title {
  margin-bottom: 8px;
}

.body_modal {
  padding: 1px;
  max-height: 62vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-height: 820px) {
  .body_modal {
    max-height: 67vh;
  }
}

.select2-container--default.select2-container--disabled .select2-search {
  display: none;
}

.select2-container--default.select2-container--disabled
  .select2-selection:focus {
  box-shadow: 0 0 0 2px var(--light) !important;
}

.select2-container--default.select2-container--disabled .select2-selection {
  padding-right: 0;
}

/* .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #fafafa;
    cursor: default;
    outline: none !important;
    border: none;
    border-left: 4px solid #f07e0e !important;
    border-radius: 0px;
} */

.grid-rows-max-content {
  grid-auto-rows: max-content;
}

.list_actions .button.bg-white:not(.no_hover):not(.disabled):hover {
  background: rgb(249, 249, 249) !important;
}

.button.bg-theme-1:not(.no_hover):not(.disabled):hover {
  background: var(--orange-hover) !important;
}

.table {
  border-radius: 5px;
}

label {
  text-align: left;
}

.button .row:first-child > p {
  width: calc(100% - 20px);
  text-align: left;
}

.button a:hover {
  color: inherit !important;
}

.page-link:focus {
  box-shadow: none !important;
}

:not(.active) > .page-link:hover {
  color: inherit !important;
}

/* .active .page-link:hover {
    color: white!important;
} */
.choix_type_commande[data-type="entreprise"],
.type_client_commande[data-type="entreprise"] {
  background: #73c079 !important;
}

.choix_type_commande[data-type="entreprise"]:hover {
  background: #61a767 !important;
}

.choix_type_commande[data-type="particulier"],
.type_client_commande[data-type="particulier"] {
  background: #70a1b0 !important;
}

.choix_type_commande[data-type="particulier"]:hover {
  background: #63909e !important;
}

.nav_etape.col-span-4 {
  position: relative;
}

.nav_etape.col-span-4:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: var(--dark-50);
}

.italic_text {
  font-style: italic;
}

input[type="checkbox"][disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}

input[type="checkbox"][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type="checkbox"] + label {
  font-weight: 400;
}

input[type="checkbox"][checked] + label {
  font-weight: bold;
}
#preview_images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

#preview_images img {
  width: max-content;
  height: max-content;
  margin-right: 12px;
  border-radius: 5px;
}

.fake-inputs-autofill {
  position: fixed;
  top: -100px;
  left: -100px;
  width: 5px;
}

.logo_siska {
  width: 300px;
}

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#toast-container > .toast {
  width: 700px;
}

.toast {
  max-width: inherit;
}

.side-nav > ul ul {
  background-color: #333436;
}

.side-nav > ul ul li a {
  color: white !important;
}

.children-text-primary > div {
  color: var(--orange);
}

th.no_tri {
  pointer-events: none;
  cursor: default !important;
}

.loading_img {
  display: none;
  animation: rotate 1s linear infinite forwards;
  font-size: 1.5em;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background: rgb(202, 202, 202) !important;
  color: black;
}

[aria-multiselectable="true"]
  .select2-results__option.select2-results__option--selectable.select2-results__option--selected:hover {
  background: rgb(184, 50, 50) !important;
  color: white;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected:hover {
  background: rgb(202, 202, 202) !important;
  color: black;
}

#bloc_horaires_non_continu,
.blocs_horaires_samedi {
  display: none;
}

.context-anim {
  transform: translateY(-100%);
  opacity: 1;
  line-height: 25px;
}

.context-anim.active {
  transform: translate(0);
  transition: ease-out 500ms;
}

.context-anim.old {
  transform: translateY(100%);
  opacity: 0;
  transition: all ease-out 500ms;
}

#loading_anim {
  transform: translateY(75px);
}

#select_contexte + .select2-container .select2-selection {
  height: 46px !important;
  width: 270px !important;
}

.animate_change_contexte {
  width: 20rem;
  border: 2px solid orange !important;
}

#change-contexte {
  backdrop-filter: blur(5px);
}

.select2-selection--single {
  height: 100% !important;
}

.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
  line-height: 1 !important;
}

/* TRANSFERT */
.empty_user.actif {
  background-color: rgba(211, 41, 41, 0.1);
}

.empty_user.actif:hover {
  background-color: rgba(211, 41, 41, 0.25) !important;
}

.empty_user.actif td {
  border-color: rgba(211, 41, 41, 0.15);
}

#table_transfert tr:first-of-type td {
  border-color: transparent;
}

.opacity-70 {
  opacity: 0.7;
}

.nom_menu_texte {
  display: none;
}
#nom_menu_top_bar {
  max-width: 15%;
}

#nom_menu_top_bar > h1 {
  display: flex;
  width: 100%;
}

@media all and (min-width: 1200px) {
  .nom_menu_texte {
    display: inline;
  }
}

@media all and (min-width: 1300px) {
  #nom_menu_top_bar {
    max-width: 30%;
  }
}

.cta-text {
  color: var(--orange);
}

.cta-text:hover {
  color: var(--orange-hover);
  text-decoration: underline;
}

.tips_small_text {
  font-size: 10px;
  font-weight: 600;
}

.place-items-center {
  place-items: center;
}

.w-max {
  width: max-content;
}

.font-semibold {
  font-weight: 500 !important;
}

.select2-selection__placeholder {
  color: #444 !important;
}

.row_filtre > div {
  max-width: 100%;
}

.row_filtre.active > div {
  max-width: calc(100% - 30px);
}

.tag {
  border-radius: 4px;
  padding: 5px 7px;
  font-size: 12px;
  background-color: var(--dark-50);
  width: max-content;
  color: white;
}

.tag.orange {
  background-color: var(--orange);
}

.tag.blue {
  background-color: var(--blue);
}

/* ===== FILTRES MODAL ===== */

.nb_filtre_actif {
  display: none;
  width: 15px;
  height: 15px;
  padding: 3px;
  border-radius: 50%;
  background: var(--orange);
  font-size: 10px;
  color: white;
}

.remove_filtre {
  display: none;
  cursor: pointer;
}
.remove_filtre:active i {
  transform: scale(0.8);
}

.row_filtre.active .remove_filtre {
  display: flex;
}

.box-light {
  background-color: #e2e2e22e;
  border-radius: 0.3rem;
}

.tooltipster {
  --translate-y: 10px;
  --animation-duration: 0.4s;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  display: none;
  opacity: 0;
  transform: translateY(var(--translate-y));
  z-index: 1000;
  max-width: 250px;
  animation: tooltipster-fade-in var(--animation-duration) ease forwards;
  border: 1px solid #f1f5f877;
  pointer-events: none;
}

.tooltipster__divider {
  border-color: white;
  opacity: 0.4;
}

.tooltipster__icon {
  font-size: 15px;
  opacity: 0.5;
}

.tooltipster__content {
  line-height: 15px;
}

.tooltipster--hidden {
  animation: tooltipster-fade-out var(--animation-duration) ease forwards;
}

@keyframes tooltipster-fade-in {
  0% {
    opacity: 0;
    transform: translateY(var(--translate-y));
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tooltipster-fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(var(--translate-y));
  }
}

.min-w-max {
  min-width: max-content;
}

.list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.list-item-light {
  background-color: var(--light);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  min-height: 52px;
}

.list-item-light-name {
  font-weight: 500;
  font-size: 14px;
}

.list-item-light button {
  border: none;
  background: transparent;
  color: var(--red);
  font-size: 18px;
  padding: 5px !important;
}

.list-item-light a:hover {
  color: var(--orange) !important;
}

.list-item-light button:focus {
  outline: none;
}

.list-item-light button:active i {
  transform: scale(0.9);
}

.list-item-light {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

a.text-primary:focus,
a.text-primary:hover {
  color: var(--orange);
}

.btn-no-style {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0 !important;
}

.btn-no-style:focus {
  outline: none;
}
