@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  /* Neutral */
  --blanc: #ffffff;
  --neutral50: #fafafa;
  --neutral100: #f5f5f5;
  --neutral200: #eeeeee;
  --neutral300: #e0e0e0;
  --neutral400: #bdbdbd;
  --neutral500: #9e9e9e;
  --neutral600: #757575;
  --neutral700: #616161;
  --neutral800: #424242;
  --neutral900: #272727;
  /* PDF */
  --pdfBlack: rgba(0, 0, 0, 0.8);
  --pdfMedium: #333639;
  --pdfGrey: #717375;
  /* COLORS */
  --green: #488f81;
  --greenBg: #d2f3ee;
  --pink: #ff6c6c;
  --pinkBg: #ffe9eb;
  --orange: #e39d17;
  --orangeBg: #fff6ed;
  --saumonDisabled: #ffa9a9;
  --saumonHover: #e66060;
  --erreur: #960808;
  --orangeDisabled: #e6b766;
  --orangeHover: #d49115;
  --rouge: rgba(150, 8, 8, 1);
  /* MAQUETTES */
  --jaune: #ffffeb;
  --violet: #7b61ff;
  --turquoise: #26cce2;
  --nuit: #201c59;
  --overlay: rgba(0, 0, 0, 0.5);
}

body {
  font-size: 15px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}

#body-content-desktop .row > *:not(:last-child) {
  margin-bottom: 28px !important;
}

.layout_page_premium {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#slideover .btn, #slideover .button_select_avocat {
  margin-left: auto;
}

#sofresh.sofresh-expanded {
  display: none !important;
}

a:not(.etape_procedure):not(.btn):not(.button_select_avocat):not(.en_savoir_plus):not(.nav-link):not(.badge_statut):not(#link_refusPaiementValidationModal):not(.dropdown-item):not(.fc-more) {
  color: #272727;
}
a:not(.etape_procedure):not(.btn):not(.button_select_avocat):not(.en_savoir_plus):not(.nav-link):not(.badge_statut):not(#link_refusPaiementValidationModal):not(.dropdown-item):not(.fc-more):not(#mdp_oublie) {
  color: #488f81;
}
a:not(.etape_procedure):not(.btn):not(.button_select_avocat):not(.en_savoir_plus):not(.nav-link):not(.badge_statut):not(#link_refusPaiementValidationModal):not(.dropdown-item):not(.fc-more):not(#mdp_oublie):hover {
  color: #02787d;
  text-decoration: underline;
}

.bloc_structurel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  background: var(--blanc);
  border-radius: 8px;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.08);
  padding: 32px;
}
.bloc_structurel .bloc_structurel--wrapper > *:not(:last-child) {
  margin-bottom: 32px;
}
.bloc_structurel .contenu_bouton_bloc_structurel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.bloc_structurel .contenu_bouton_bloc_structurel.refus_bloc {
  margin-top: 16px;
}

.bloc-info {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 4px;
  background: var(--neutral100);
  margin-top: 24px;
  margin-bottom: 24px;
}
.bloc-info::before {
  content: url(/images/icones/nouvelles/info-icon-solid.svg);
  position: relative;
  display: block;
  min-width: 24px;
  height: 24px;
}

.recap_formule_modal {
  gap: 1em;
}

.top-bloc-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.top-bloc-right i:not([class*=fa-]) {
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  -webkit-mask: var(--icon-url) no-repeat 50% 50%;
  mask: var(--icon-url) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
}

.separateur {
  height: 20px;
  border: 1px solid var(--neutral300);
}

@media screen and (max-width: 576px) {
  .bloc_infos_haut_page .sous-titre {
    margin-top: 24px;
  }
  .top-bloc-right {
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }
  .top-bloc-right .separateur {
    display: none;
  }
  .top-bloc-right #bell-computeur {
    display: none;
  }
}
.ck.ck-editor__editable_inline {
  min-height: 280px;
}

.ck.ck-toolbar > .ck-toolbar__items {
  padding: 10px;
  gap: 10px;
}
.ck.ck-toolbar > .ck-toolbar__items .ck-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0; /* Pas de padding autour */
  border: none; /* Si tu veux virer la bordure */
  background: none; /* Optionnel, ou mets ton style */
  width: auto; /* Largeur auto sur le contenu */
  height: auto; /* Hauteur auto sur le contenu */
  min-width: 0;
  min-height: 0;
}
.ck.ck-toolbar > .ck-toolbar__items button {
  padding: 0 !important;
  margin: 0 !important;
}
.ck.ck-toolbar > .ck-toolbar__items button svg {
  width: 16px;
  height: 16px;
}

.ck-placeholder::before {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1em !important;
  color: #C0C0C6 !important;
}

.ck-editor .ck-editor__editable_inline {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.ck-editor .ck-toolbar {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.ck-content {
  max-height: 248px;
  overflow-y: scroll;
}

/* Annule effet noir herite de Bootstrap sur les <i> dans le chat ou CKEditor */
.ck-content i:not([class]) {
  background: none !important;
  color: inherit !important;
  font-style: italic !important;
  font-family: inherit !important;
  font-size: inherit !important;
  padding: 0 !important;
  display: inline !important;
  white-space: normal !important;
  word-break: break-word;
}

.popover {
  z-index: 5000 !important;
}

/* CSS MODAL PREMIUM*/
.modal {
  background: rgba(0, 0, 0, 0.7);
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .modal {
    z-index: 4001;
  }
}

.modal-dialog-premium {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-dialog-premium.upload_doc_avocat {
  height: 95vh;
}
.modal-dialog-premium.modal_large {
  max-width: 90%;
}
.modal-dialog-premium.modal_medium {
  max-width: 800px;
}
.modal-dialog-premium.modal_small {
  max-width: 500px;
}
.modal-dialog-premium .modal-content {
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  height: 100%;
  /*overflow: hidden;*/
}

.modal-body-premium {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.modal-body-premium .modal-msg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-body-premium .modal-msg-header .button_header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.modal-body-premium .modal-msg-header button {
  width: max-content !important;
}
.modal-body-premium .header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.modal-body-premium .header p {
  margin: 0;
}
.modal-body-premium .header .text-header {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 4px;
}
.modal-body-premium .header .text-header .titre {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  color: var(--neutral900);
}
.modal-body-premium .header .text-header .destinataire {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1em;
  color: var(--neutral500);
}
.modal-body-premium .modal_content_premium,
.modal-body-premium .content_modal_etape_procedure {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-body-premium .modal_content_premium p,
.modal-body-premium .content_modal_etape_procedure p {
  margin: 0;
}
.modal-body-premium .modal_content_premium .choix_annexe,
.modal-body-premium .content_modal_etape_procedure .choix_annexe {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-body-premium .modal_content_premium .choix_annexe p,
.modal-body-premium .content_modal_etape_procedure .choix_annexe p {
  margin: 0;
  color: var(--neutral600);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1em;
}
.modal-body-premium .footer {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.modal-body-premium .footer button {
  flex: 1;
}
.modal-body-premium .footer.end {
  justify-content: end;
}
.modal-body-premium .footer.end button {
  flex: inherit;
}
.modal-body-premium .footer p {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3em;
  color: var(--neutral500);
}

/* FIN CSS MODAL */
.bloc_information_depot {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bloc_information_depot .info_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bloc_information_depot .info_detail .detail_texte {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3em;
  color: var(--neutral500);
}
.bloc_information_depot .info_detail .detail_texte p {
  margin: 0;
}
.bloc_information_depot .info_detail .detail_texte .so_reflexion_detail_texte_title {
  font-weight: 400;
  font-size: 13px;
}
.bloc_information_depot .info_detail .detail_texte .detail_texte_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.bloc_information_depot .info_detail .detail_texte .ligne {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  font-weight: 400;
  color: var(--neutral900);
}
.bloc_information_depot .info_detail .detail_texte .ligne p {
  margin: 0;
}
.bloc_information_depot .info_detail .detail_texte .ligne.fs_13 {
  font-size: 13px;
}
.bloc_information_depot .info_detail .detail_texte .ligne.gap_0 {
  gap: 0px;
}
.bloc_information_depot .info_detail .detail_texte .ligne .image_doc {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.bloc_information_depot .info_detail .detail_texte .ligne #uploadZone {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px;
  border: 1px dashed var(--neutral300);
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
}
.bloc_information_depot .info_detail .detail_texte .ligne #uploadZone p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3em;
  color: var(--neutral500);
}
.bloc_information_depot .info_detail .detail_texte .ligne #showDocUpload {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 30px;
  border: 1px dashed var(--neutral300);
  border-radius: 5px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .bloc_information_depot .info_detail .detail_texte .ligne #showDocUpload {
    flex-direction: column;
    align-items: center;
  }
}
.bloc_information_depot .info_detail .detail_texte .ligne #showDocUpload .docName {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bloc_information_depot .info_detail .detail_texte .ligne #showDocUpload .docName p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3em;
  color: var(--neutral900);
  overflow-wrap: anywhere;
}
.bloc_information_depot .info_detail .detail_texte .ligne #showDocUpload .icone_uploaded {
  display: flex;
  gap: 10px;
}
.bloc_information_depot .info_detail .detail_texte .ligne #showDocUpload .icone_uploaded img {
  cursor: pointer;
}
.bloc_information_depot .info_detail .detail_texte .ligne .choix_texte {
  margin-top: 16px;
}
.bloc_information_depot .info_detail .detail_icone {
  display: flex;
  align-items: center;
  justify-content: end;
}

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

#body-content-desktop .form-row-avocat > *:not(:last-child) {
  margin-bottom: 0px !important;
}

#body-content-desktop .form-row-notaire > *:not(:last-child) {
  margin-bottom: 0px !important;
}

/*.form-row-avocat {
    margin-bottom: 0px !important;
}*/
i:not([class*=fa-]) {
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  -webkit-mask: var(--icon-url) no-repeat 50% 50%;
  mask: var(--icon-url) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
}

.spinner_premium:before {
  -webkit-animation: rotating 1s infinite linear;
  -moz-animation: rotating 1s infinite linear;
  animation: rotating 1s infinite linear;
}

.bloc_mon_compte {
  padding-left: 0 !important;
}

@media (max-width: 768px) {
  /*.icone-modal {
      margin-bottom: 0.75em;
  }*/
  .recap_formule_modal {
    display: flex;
  }
}
.title_section {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.title_section span {
  color: var(--neutral600);
  font-size: 13px;
  font-weight: 400;
}
.title_section span.resume_bien {
  font-size: 15px;
  font-weight: 500;
}
.title_section .line {
  flex: auto;
  border: 1px solid var(--neutral300);
}

.tableau_syncfusion .e-grid .e-gridcontent {
  overflow-x: auto;
}

.scrollmenu {
  display: none;
  position: fixed;
  z-index: 4000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 12px;
  border-top: 1px solid var(--neutral300);
}
@media screen and (max-width: 992px) {
  .scrollmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
  }
  .scrollmenu > .nav-link {
    padding: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #272727;
  }
  .scrollmenu > .nav-link.bold-active-mobile {
    color: var(--neutral900);
  }
  .scrollmenu > .nav-link .nav-link--icon {
    display: block;
    height: 24px;
    width: 100%;
    margin-bottom: 8px;
    background-color: var(--neutral900);
    -webkit-mask: var(--icon-url) no-repeat 50% 50%;
    mask: var(--icon-url) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.2s ease-in-out;
  }
}

.titre_info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 12px;
  padding: 8px;
}
.titre_info h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  color: var(--neutral900);
}
.titre_info p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3em;
  color: var(--neutral500);
  margin: 0px;
}

#bo-menu {
  background-color: var(--neutral50);
  color: #fff;
  z-index: 3;
  padding: 24px;
  border-bottom: solid 1px var(--neutral300);
  color: var(--neutral900);
  max-height: 76px;
}
#bo-menu .bo_menu_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
#bo-menu .bo_menu_layout .bo_menu_block {
  display: flex;
  align-items: center;
  gap: 12px;
}
#bo-menu .bo_menu_layout .bo_menu_block i {
  cursor: pointer;
}
#bo-menu .bo_menu_layout .bo_menu_block .badge-btn i {
  cursor: default;
}
@media screen and (max-width: 768px) {
  #bo-menu .bo_menu_layout .bo_menu_block .show_desk_identite {
    display: none;
  }
}

.user_dropdown_menu_v2 {
  display: block;
  width: 260px;
  border: none;
  border-radius: 0 0 0 20px;
  background: var(--neutral100);
  text-align: center;
  color: var(--neutral900);
  left: auto;
  right: 0px !important;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}
.user_dropdown_menu_v2 .info_utilisateur {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 76px;
  align-items: center;
  gap: 10px;
  z-index: 3;
  padding: 24px;
  border-bottom: solid 1px var(--neutral300);
  border-top: solid 1px var(--neutral300);
  color: var(--neutral900);
  margin: 0;
}
.user_dropdown_menu_v2 .info_utilisateur:hover, .user_dropdown_menu_v2 .info_utilisateur:focus, .user_dropdown_menu_v2 .info_utilisateur:active {
  background: var(--neutral100);
  color: var(--neutral900);
}
.user_dropdown_menu_v2 .layout_list_menu {
  padding: 24px;
}
.user_dropdown_menu_v2 .list_menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.user_dropdown_menu_v2 a {
  border-radius: 10px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.user_dropdown_menu_v2 a:hover:not(.bold-active), .user_dropdown_menu_v2 a:active:not(.bold-active), .user_dropdown_menu_v2 a:focus-visible:not(.bold-active) {
  background-color: var(--neutral200);
  color: #000;
  font-weight: 400 !important;
  outline: none;
}
.user_dropdown_menu_v2 a.active, .user_dropdown_menu_v2 a:active {
  text-decoration: none;
}

.notifiaction_dropdown_menu_v2 {
  display: block;
  max-width: 400px;
  min-width: 400px;
  border: none;
  border-radius: 0 0 0 20px;
  background: var(--neutral100);
  text-align: center;
  color: var(--neutral900);
  left: auto;
  right: 0px !important;
  /*padding: 24px 0px !important;*/
  padding: 0px 0px 24px 0px !important;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}
.notifiaction_dropdown_menu_v2 .info_utilisateur {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 76px;
  align-items: center;
  gap: 10px;
  z-index: 3;
  padding: 24px;
  border-top: solid 1px var(--neutral300);
  color: var(--neutral900);
  margin: 0;
}
.notifiaction_dropdown_menu_v2 .info_utilisateur p {
  margin: 0;
}
.notifiaction_dropdown_menu_v2 .info_utilisateur .info_notif {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 4px;
}
.notifiaction_dropdown_menu_v2 .info_utilisateur .info_notif .title {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--neutral900);
}
.notifiaction_dropdown_menu_v2 .info_utilisateur .info_notif .message {
  font-family: "Roboto", Arial, sans-serif !important;
  text-align: start;
  font-weight: 400;
  font-size: 15px !important;
  color: var(--neutral500);
}
.notifiaction_dropdown_menu_v2 .info_utilisateur:hover, .notifiaction_dropdown_menu_v2 .info_utilisateur:focus, .notifiaction_dropdown_menu_v2 .info_utilisateur:active {
  background: var(--neutral100);
  color: var(--neutral900);
}
.notifiaction_dropdown_menu_v2 .info_utilisateur:hover img {
  transform: translateX(20%);
  transition: transform 0.3s ease;
}
.notifiaction_dropdown_menu_v2 .info_utilisateur:last-child {
  border-bottom: solid 1px var(--neutral300);
}
.notifiaction_dropdown_menu_v2 .layout_list_menu {
  padding: 24px;
}
.notifiaction_dropdown_menu_v2 .list_menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.notifiaction_dropdown_menu_v2 a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.notifiaction_dropdown_menu_v2 a:hover:not(.bold-active), .notifiaction_dropdown_menu_v2 a:active:not(.bold-active), .notifiaction_dropdown_menu_v2 a:focus-visible:not(.bold-active) {
  background-color: var(--neutral200);
  color: #000;
  font-weight: 400 !important;
  outline: none;
}
.notifiaction_dropdown_menu_v2 a.active, .notifiaction_dropdown_menu_v2 a:active {
  text-decoration: none;
}

#sidebar {
  background: var(--neutral100);
  border-right: 1px solid var(--neutral300);
}
@media screen and (min-width: 992px) {
  #sidebar {
    min-width: 248px;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  #sidebar {
    width: 80%;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  }
  #sidebar.opened_mobile {
    transform: translateX(0);
  }
}
#sidebar .navbar--title {
  font-size: 14px;
  font-weight: 700;
  color: var(--neutral600);
}
#sidebar .sidebar--block {
  padding: 24px;
  position: relative;
}
#sidebar .sidebar--block:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: var(--neutral300);
}
#sidebar .sidebar--logo {
  max-height: 76px;
}
#sidebar .sidebar--logo img {
  display: block;
  width: 135px;
  height: auto;
  max-width: 100%;
}
#sidebar .sidebar--menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sidebar .sidebar--menu .menu--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .sidebar--menu .menu--list .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  font-weight: 400;
}
#sidebar .sidebar--menu .menu--list .nav-link img {
  display: block;
  width: 20px;
  height: auto;
  margin-right: 8px;
}
#sidebar .sidebar--menu .menu--list .nav-link:hover:not(.bold-active), #sidebar .sidebar--menu .menu--list .nav-link:active:not(.bold-active), #sidebar .sidebar--menu .menu--list .nav-link:focus-visible:not(.bold-active) {
  background-color: var(--neutral200);
  color: #000;
  font-weight: 400 !important;
  outline: none;
}
#sidebar .sidebar--menu .menu--list .nav-link.bold-active {
  color: var(--neutral900);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#sidebar .sidebar--menu .menu--list .nav-link.bold-active:hover, #sidebar .sidebar--menu .menu--list .nav-link.bold-active:active, #sidebar .sidebar--menu .menu--list .nav-link.bold-active:focus-visible {
  background-color: var(--neutral200);
  color: #000;
  font-weight: 500;
  outline: none;
}

.title, h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: unset;
}

.page-title {
  font-size: 24px;
  font-weight: 700;
}

.section-title {
  font-size: 20px;
}

.label-profil {
  color: var(--neutral600);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button), .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button), button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button), input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.533em;
  font-size: 15px;
  width: max-content;
  line-height: 1.25em;
  max-width: 100%;
  white-space: normal;
  appearance: none;
  text-align: center;
  padding: 0.8em 1.6em;
  border-radius: 4px;
  border: unset;
  transition: background-color 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}
@media screen and (max-width: 992px) {
  .btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button):not(.btn-contains), .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button):not(.btn-contains), button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button):not(.btn-contains), input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button):not(.btn-contains) {
    width: 100%;
  }
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button) i:not([class*=fa-]), .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button) i:not([class*=fa-]), button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button) i:not([class*=fa-]), input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button) i:not([class*=fa-]) {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  -webkit-mask: var(--icon-url) no-repeat 50% 50%;
  mask: var(--icon-url) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn_full, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn_full, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn_full, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn_full {
  width: 100%;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-medium, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-medium, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-medium, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-medium {
  padding: 0.533em 1.067em;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-small, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-small, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-small, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-small {
  padding: 0.267em 0.533em;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button):disabled, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button):disabled, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button):disabled, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button):disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-green, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button), button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-green, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-green {
  background-color: #488f81;
  color: #FFFFFF;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-green.transparent, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button), button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-green.transparent, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-green.transparent {
  background-color: transparent;
  color: #488f81;
  border: 1px solid currentColor;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-red, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-red, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-red, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-red {
  background-color: #FF6C6C;
  color: #FFFFFF;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-red.transparent, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-red, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-red.transparent, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-red.transparent {
  background-color: transparent;
  color: #FF6C6C;
  border: 1px solid currentColor;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-gray, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-gray, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-gray, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-gray {
  background-color: var(--neutral300);
  color: var(--neutral700);
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-gray.transparent, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-gray, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-gray.transparent, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-gray.transparent {
  background-color: transparent;
  border: 1px solid currentColor;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-black, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-black, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-black, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-black {
  background-color: var(--neutral900);
  color: #FFFFFF;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-black.transparent, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-black, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-black.transparent, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).btn-black.transparent {
  background-color: transparent;
  color: #272727;
  border: 1px solid currentColor;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).no_b_radius, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).no_b_radius, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).no_b_radius, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).no_b_radius {
  border-radius: inherit;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).b_radius_left, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).b_radius_left, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).b_radius_left, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).b_radius_left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).b_radius_right, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).b_radius_right, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).b_radius_right, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).b_radius_right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).hover_btn:hover, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).hover_btn:hover, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).hover_btn:hover, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).hover_btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 576px) {
  .btn:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).hover_btn:hover, .button_select_avocat:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).hover_btn:hover, button:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).hover_btn:hover, input[type=submit]:not(.dropdown-toggle):not(.help-popover-icone):not(.close):not(.ck-button).hover_btn:hover {
    opacity: 1;
    transition: none;
  }
}

.badge-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 12px;
  background: var(--neutral300);
  color: var(--neutral600);
  font-size: 13px;
  line-height: 1em;
}
.badge-btn i:not([class*=fa-]) {
  width: 1em;
  height: 1em;
  display: inline-block;
  -webkit-mask: var(--icon-url) no-repeat 50% 50%;
  mask: var(--icon-url) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
}
.badge-btn.red {
  background: var(--pinkBg);
  color: #FF6C6C;
}
.badge-btn.orange {
  background: var(--orangeBg);
  color: var(--orange);
}
.badge-btn.green {
  background: var(--greenBg);
  color: var(--green);
}
.badge-btn.badge_cricle {
  padding: 8px;
  border-radius: 100%;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.StripeElement,
select {
  background: #FFFFFF;
  width: 100%;
  color: #272727;
  font-size: 15px;
  line-height: 1.17em;
  padding: 13px 15px;
  border: 1px solid var(--neutral400);
  border-radius: 5px;
  transition: border-color 0.2s cubic-bezier(0.83, 0, 0.17, 1);
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]).border-warning,
.StripeElement.border-warning,
select.border-warning {
  border-color: var(--erreur) !important;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.StripeElement::placeholder,
select::placeholder {
  font-size: inherit;
  color: var(--neutral400);
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus, input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus-within, input:not([type=submit]):not([type=radio]):not([type=checkbox]).focus,
.StripeElement:focus,
.StripeElement:focus-within,
.StripeElement.focus,
select:focus,
select:focus-within,
select.focus {
  border-color: #272727;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):disabled,
.StripeElement:disabled,
select:disabled {
  pointer-events: none;
  color: var(--neutral400) !important;
  border-color: currentColor;
  background: var(--neutral100);
}

input[type=date],
input[type=datetime-local] {
  background: #fff;
  border-radius: 5px;
  padding: 13px 15px;
  border: 1px solid #ced4da;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
  background-image: url(/images/icones/nouvelles/calendar.svg);
  block-size: 24px;
  inline-size: 24px;
}
input[type=date]::-webkit-datetime-edit,
input[type=datetime-local]::-webkit-datetime-edit {
  color: #C0C0C6;
  opacity: 1;
}

input[type=date].date-changed::-webkit-datetime-edit,
input[type=datetime-local].date-changed::-webkit-datetime-edit {
  color: black;
  opacity: 1;
}

#password-validation-error, #password-change-error {
  color: var(--erreur) !important;
}

.StripeElement.invalid {
  background: var(--erreur);
}

.dropdown-menu {
  padding: 0;
}

.l-radio {
  padding: 3px 0;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.l-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}

input[type=radio] {
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  background: var(--neutral300);
  border: 0;
  box-shadow: inset 0 0 0 1px var(--neutral300);
  box-shadow: inset 0 0 0 1.5px var(--neutral300);
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
input[type=radio]:focus {
  outline: none;
}
input[type=radio]:checked {
  box-shadow: inset 0 0 0 8px var(--green);
  background: var(--blanc);
  animation: wave 0.4s ease;
}

.form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  margin: unset;
}
.form-row > * {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .form-row {
    flex-direction: row;
  }
}

.form--wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form--wrapper > * {
  width: 100%;
}

.bootstrap-select .dropdown-toggle::before {
  content: unset;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: relative;
  padding: 0;
}

#formulaire_infos_perso {
  margin-bottom: 24px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select > .dropdown-menu {
  min-width: 100% !important;
}

.general-dropdown button.btn, .general-dropdown button.button_select_avocat {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.2em;
  border: 1px solid var(--neutral400) !important;
  border-radius: 5px;
  padding: 13px 15px !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  background-color: white;
}
.general-dropdown.dropdown-small button.btn, .general-dropdown.dropdown-small button.button_select_avocat {
  padding: 7px 15px !important;
}
.general-dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
.general-dropdown .dropdown-toggle::after {
  content: url(../images/icones/v2/grises/arrow-down.svg) !important;
  float: none;
  width: 24px !important;
  height: 24px !important;
  line-height: 0;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}
.general-dropdown .text {
  font-size: 15px !important;
}

input[type=checkbox] {
  width: 1.75em;
  height: 1.75em;
  accent-color: var(--green);
  border-radius: 5px;
}

.validate_instruction {
  display: flex;
  align-items: center;
  gap: 16px;
}
.validate_instruction label {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1em;
  color: var(--neutral600);
}

.iti {
  width: 100%;
}
.iti input[type=text].tel {
  padding-left: 4em;
}

.custom_checkbox_v2 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Affiche l'image seulement quand checked */
}
.custom_checkbox_v2 input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.custom_checkbox_v2 .checkmark {
  width: 28px;
  height: 28px;
  padding: 2px;
  background: var(--neutral300);
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.custom_checkbox_v2 input[type=checkbox]:checked + .checkmark {
  background-image: url("../../../images/icones/new_check_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--green);
  color: white;
}
.custom_checkbox_v2 input[type=checkbox]:checked + .checkmark.pink {
  background-color: var(--pink);
}

.datepicker-syncfusion .e-input {
  font-size: 15px !important;
  font-family: "Roboto", sans-serif !important;
}
.datepicker-syncfusion .e-control.e-datepicker .e-input-group,
.datepicker-syncfusion .e-control.e-datepicker .e-float-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  box-shadow: none;
  height: auto;
  background-color: white;
}
.datepicker-syncfusion .e-control.e-datepicker input.e-input {
  font-size: 16px;
  height: 38px;
  line-height: 1.5;
  padding: 0;
  border: none;
  background-color: transparent;
}
.datepicker-syncfusion .e-control.e-datepicker .e-float-text {
  display: none;
}
.datepicker-syncfusion .e-control.e-datepicker .e-input-focus {
  box-shadow: none;
  border-color: var(--green);
}
.datepicker-syncfusion .e-calendar .e-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.datepicker-syncfusion .e-calendar .e-header .e-title {
  display: flex !important;
  flex-direction: row;
  gap: 8px;
  white-space: nowrap;
  font-weight: 500;
  order: 1;
}
.datepicker-syncfusion .e-calendar .e-header .e-icon-container {
  order: 2;
  display: flex;
  align-items: center;
}
.datepicker-syncfusion .e-calendar .e-header .e-icon-container .e-prev,
.datepicker-syncfusion .e-calendar .e-header .e-icon-container .e-next {
  transform: rotate(-90deg) !important;
  margin: 0 2px !important;
  padding: 0 !important;
  width: 24px !important;
  height: 24px !important;
}
.datepicker-syncfusion .e-calendar .e-footer-container .e-today {
  font-size: 12px !important;
  padding: 4px 8px !important;
}
.datepicker-syncfusion .e-calendar .e-content td.e-focused-date.e-today span.e-day {
  background-color: var(--green);
  border: var(--green);
  color: #fff;
}
.datepicker-syncfusion .e-bigger.e-small .e-calendar .e-content td:hover span.e-day, .datepicker-syncfusion .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
  color: var(--green) !important;
  border: var(--green) !important;
}
.datepicker-syncfusion .e-icons.e-active {
  color: var(--green) !important;
}

textarea {
  border-radius: inherit !important;
  background-color: var(--neutral100) !important;
  color: var(--neutral900) !important;
  border-color: var(--neutral400) !important;
  padding: 10px !important;
}
textarea:focus {
  border-color: var(--neutral900) !important;
}

input[type=checkbox] {
  padding-right: 2.5rem;
}

.toggle-password {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  cursor: pointer;
  z-index: 2;
  color: var(--neutral900);
}
.toggle-password:hover {
  color: #333;
}

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