@charset "UTF-8";
/*
 * Modifier ici les variables bootstrap
 * https://github.com/twbs/bootstrap/blob/v4.0.0-beta/scss/_variables.scss
 */
/*
 * Gamme de couleur des boutons de formulaire
 */
/*
 * Couleur de fond et couleur du texte
 */
/*
 * Couleur des liens
 */
/*
 * Style du header
 */
/*
 * Style du contenu principal
 */
/*
 * Style du footer
 */
.m-header-bg {
  background-color: #D76064;
  color: #fff !important;
  border-color: #D76064 !important; }

.table thead tr th {
  border-top: none; }

[v-cloak] {
  display: none !important; }

.one-line {
  white-space: nowrap; }

.alert.alert-danger {
  background-color: transparent;
  border-color: #D32330;
  color: #D32330;
  font-size: 16px;
  font-weight: 500; }

.btn.btn-round {
  width: 2rem;
  height: 2rem;
  border: 1px solid white;
  border-radius: 50%;
  padding: 0;
  background: #E9EEF2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn.btn-round:hover {
    background: #d9e2e9; }

.card-table .card-body {
  padding: 0; }

.invalid-feedback {
  display: block !important; }

.vue-loading {
  display: none; }

[v-cloak].vue-loading {
  display: block; }

.card {
  margin-bottom: 1rem; }

.accordion .card {
  margin-bottom: 0; }

.card-header {
  margin-bottom: 2rem; }
  .card-header h1 {
    font-size: 2rem; }
    .card-header h1 small {
      font-size: 0.8rem; }

.card-body .card-left {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
  background-color: #e9ecef;
  padding: 1.5rem;
  border-right: 1px solid #dee2e6; }

.card-body .card-right {
  flex-grow: 1; }

.has-danger .form-control {
  border-color: #dc3545; }

.form-control::-webkit-input-placeholder {
  color: #ccc; }

.form-control::-moz-placeholder {
  color: #ccc; }

.form-control::-ms-input-placeholder {
  /* edge prend l’élement avec 2 « : » */
  color: #ccc; }

.form-control:-ms-input-placeholder {
  /* cet imbébile d’IE11 le prend avec un seul « : » */
  color: #ccc; }

.list-group-item, .list-group-item:hover {
  z-index: auto; }

.radio-inline .form-check {
  display: inline-block; }

.project-overview .project-overview-header {
  height: 2rem; }
  .project-overview .project-overview-header h2 {
    font-size: 1.3rem; }
  .project-overview .project-overview-header .status {
    font-size: 0.8rem; }

.project-overview .cee {
  padding-top: 1rem;
  text-align: center; }
  .project-overview .cee strong {
    font-size: 2.8rem; }

.breakspaces {
  white-space: break-spaces; }

ul.process-steps {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  padding-right: 0;
  padding-left: 0; }
  ul.process-steps li .step-num {
    background-color: #b3b3b3;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    text-align: center;
    padding-top: 0.25rem;
    color: #808080; }
  ul.process-steps li .step-title {
    margin-left: 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #b3b3b3; }
  ul.process-steps li.complete .step-num, ul.process-steps li.active .step-num {
    background-color: #29a7d6;
    color: #fff; }
  ul.process-steps li.complete .step-title, ul.process-steps li.active .step-title {
    color: #29a7d6; }

.header .jumbotron {
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 0;
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.menu-overlay {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1050;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #148fcc;
  transition: opacity 0.25s;
  color: #fff;
  padding: 0 1rem; }
  .menu-overlay .menu-content {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .menu-overlay .menu-content a {
      color: #fff; }
    .menu-overlay .menu-content a:hover {
      color: #9fc9eb; }
    .menu-overlay .menu-content .menu-groups {
      list-style: none;
      text-align: right;
      flex: 1;
      text-transform: uppercase;
      padding-right: 9rem; }
      .menu-overlay .menu-content .menu-groups li {
        padding: 1rem 0; }
      .menu-overlay .menu-content .menu-groups li.active {
        color: #9fc9eb; }
    .menu-overlay .menu-content .menu-links {
      font-size: 1.1rem;
      list-style: none;
      text-align: left;
      min-width: 300px;
      flex: 2; }
    .menu-overlay .menu-content .menu-login {
      flex: 1.3;
      border-left: 1px solid #fff;
      padding-left: 9rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .menu-overlay .menu-content .menu-login h3 {
        font-size: 1.3rem; }
      .menu-overlay .menu-content .menu-login .section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 300px; }
      .menu-overlay .menu-content .menu-login p {
        font-size: 0.8rem; }
        .menu-overlay .menu-content .menu-login p a {
          color: #26AECC; }
      .menu-overlay .menu-content .menu-login form {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 1rem;
        margin-bottom: 1rem;
        box-shadow: -1px -1px 10px; }
        .menu-overlay .menu-content .menu-login form button {
          margin-top: 1rem; }
        .menu-overlay .menu-content .menu-login form input {
          text-align: center; }
  .menu-overlay .menu-close {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px; }

.menu-overlay.active {
  max-height: 900px;
  opacity: 1;
  transition: opacity 0.25s;
  overflow: inherit; }

.form-control.form-control-honorific, .form-control-honorific {
  width: 5rem; }

.form-control.form-control-siret, .form-control-siret {
  width: 15rem; }

.input-group.input-daterange {
  width: 20rem; }

.form-control.form-control-date, .form-control-date {
  width: 15rem; }

.btn.toggle-feed {
  display: inline-block; }

.badge.badge-feed {
  color: #ffc107;
  background-color: #E9EEF2;
  border: 1px solid white; }

.col.col-feed {
  max-width: 30%; }
  @media (max-width: 1199.98px) {
    .col.col-feed {
      max-width: 100%; } }
  .col.col-feed .list-group {
    max-height: 800px;
    overflow-y: auto; }
    @media (max-width: 1199.98px) {
      .col.col-feed .list-group {
        max-height: 300px; } }
    .col.col-feed .list-group .list-group-item h5 {
      font-size: 1rem; }

.docsya-container .btn-docsya {
  background-color: #29a7d6;
  color: #FFF; }

.docsya-container .btn-docsya:hover, .docsya-container .btn-docsya:active, .docsya-container .btn-docsya:focus {
  background-color: #2186ab;
  color: #000; }

.docsya-container .btn-non-conformities {
  background-color: #00a1f2;
  border-color: #00aaff #00aaff #0088CC;
  color: #FFF;
  max-width: 150px; }

.docsya-container .btn-non-conformities:hover, .docsya-container .btn-non-conformities:active, .docsya-container .btn-non-conformities:focus {
  border-color: #000; }

.docsya-container .btn-non-conformities .badge {
  color: #337ab7;
  background-color: #fff; }

.docsya-container .section-row {
  position: relative;
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 60px; }
  .docsya-container .section-row .detail {
    font-size: 14px;
    padding-left: 5px; }
  .docsya-container .section-row .detail.first {
    margin-top: 14px; }
  .docsya-container .section-row .detail:last-child {
    margin-bottom: 14px; }

.docsya-container .section {
  padding: 4px 5px 4px 15px;
  background-color: #29A7D6;
  color: #FFF;
  width: 60%;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  translate: -10px -50%; }

.docsya-container .pellet {
  margin-right: 5px;
  font-size: 16px; }

.docsya-container .pellet_yes {
  color: var(--success); }

.docsya-container .pellet_no {
  color: var(--danger); }

.docsya-container .pellet_nopresent {
  color: #adb5bd; }

.docsya-container .grey {
  color: #868e96; }

.docsya-container .table-compare th, .docsya-container .table-compare td {
  font-size: 14px; }

.docsya-container .explication {
  font-weight: bold; }
  .docsya-container .explication.yes {
    color: var(--success); }
  .docsya-container .explication.no {
    color: var(--orange); }

.docsya-container button.question_link {
  color: inherit;
  padding: 0px; }

.docsya-container button.question_link:hover {
  text-decoration: none; }

.multiselect__tag {
  white-space: inherit !important; }

body {
  background-color: #e6e6e6; }
  body .header {
    background-color: #D76064; }
  body .main-content {
    background-color: #f5f6f7;
    padding-bottom: 3rem; }
  body .footer-container {
    background-color: #D76064; }
    body .footer-container.b-header {
      background-color: #1F4B73; }
    body .footer-container .footer {
      padding-top: 40px;
      padding-bottom: 40px;
      font-size: 12px;
      line-height: 1.5;
      color: #fff;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      body .footer-container .footer .footer-links {
        flex: 1;
        display: flex;
        flex-direction: column; }
        body .footer-container .footer .footer-links a {
          padding: 0 1rem;
          color: #fff; }
        body .footer-container .footer .footer-links a:hover {
          color: #29a7d6; }
      body .footer-container .footer .footer-links.center {
        flex-direction: column;
        align-items: center; }
  body .pointer {
    cursor: pointer; }
  body .infobulle {
    position: relative;
    cursor: help; }
    body .infobulle:hover span, body .infobulle:focus span {
      transform: scale(1) translateX(-50%);
      opacity: 1; }
    body .infobulle span {
      position: absolute;
      top: -4.2em;
      left: 50%;
      z-index: 1;
      white-space: nowrap;
      color: #f8f9fa;
      background: #343a40;
      border-radius: .25rem;
      padding: .2rem .5rem;
      transform: scale(0) translateX(-50%);
      transition: all .25s;
      opacity: 0; }
      body .infobulle span:before {
        content: "▼";
        position: absolute;
        bottom: -1em;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        color: #343a40; }
  body .mlabel {
    margin-left: 1.5rem; }
    body .mlabel span {
      position: absolute;
      left: -1rem;
      line-height: 2rem; }
  body .progress {
    position: relative; }
    body .progress .progress-label {
      position: absolute;
      display: inline-block;
      width: 100%;
      text-align: center;
      font-weight: 700; }
    body .progress .progress-bar {
      background-color: #ff6969; }
  body .btn-primary:hover {
    background-color: #709B73; }

.layout-user {
  padding: 0;
  margin-right: 15px;
  margin-left: 15px; }
  .layout-user .main-content {
    padding: 2rem;
    min-height: 500px; }
  .layout-user .b-header .navbar.main-menu {
    background-color: #1F4B73; }
  .layout-user .navbar.main-menu {
    background-color: #D76064;
    padding: 0.5rem 2rem; }
    .layout-user .navbar.main-menu a.navbar-brand {
      padding-bottom: 0;
      padding-top: 0; }
      .layout-user .navbar.main-menu a.navbar-brand img {
        height: 60px; }
    .layout-user .navbar.main-menu ul {
      align-items: center; }
      .layout-user .navbar.main-menu ul .nav-item .nav-link {
        color: #fff; }
        .layout-user .navbar.main-menu ul .nav-item .nav-link .badge {
          position: relative;
          top: -0.1rem; }
      .layout-user .navbar.main-menu ul .nav-item .nav-link:hover {
        color: #d9e2e9; }
      .layout-user .navbar.main-menu ul .profile-dropdown a.nav-link {
        display: flex;
        align-items: center; }
        .layout-user .navbar.main-menu ul .profile-dropdown a.nav-link i {
          margin-right: 5px; }
  .layout-user .jumbotron {
    min-height: 200px;
    background-image: url("/img/layout-user-bg.jpg"); }
    .layout-user .jumbotron .header-title {
      position: relative;
      top: 120px;
      padding: 0 2rem;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between;
      align-content: center; }
      .layout-user .jumbotron .header-title h1 {
        font-size: 1.5rem;
        float: left;
        text-align: left;
        color: #fff;
        text-transform: uppercase; }
      .layout-user .jumbotron .header-title h3 {
        font-size: 1.2rem;
        color: #fff; }
      .layout-user .jumbotron .header-title span {
        padding-top: 5px; }
        .layout-user .jumbotron .header-title span .btn {
          border: 1px solid #fff;
          color: #fff; }
      @media (max-width: 992px) {
        .layout-user .jumbotron .header-title {
          justify-content: space-around; } }

.layout-public {
  margin-right: 15px;
  margin-left: 15px; }
  .layout-public .header {
    min-height: 115px; }
    .layout-public .header nav {
      position: absolute;
      color: #fff;
      z-index: 1030;
      width: 100%;
      height: 115px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .layout-public .header nav a.navbar-brand {
        padding-bottom: 0;
        padding-top: 0; }
        .layout-public .header nav a.navbar-brand img {
          height: 40px; }
      .layout-public .header nav .navbar-items {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex: 2;
        justify-content: flex-end;
        margin: 0;
        align-items: center; }
        .layout-public .header nav .navbar-items .nav-item .nav-link {
          text-transform: uppercase;
          color: #fff; }
      .layout-public .header nav .menu-toggler {
        color: #fff;
        background: none;
        font-size: 40px;
        cursor: pointer; }
    .layout-public .header .jumbotron .header-title {
      position: relative;
      top: 250px; }
      .layout-public .header .jumbotron .header-title h1 {
        font-size: 2.5rem;
        text-align: center;
        color: #fff;
        text-transform: uppercase; }
      .layout-public .header .jumbotron .header-title h3 {
        font-size: 1.10rem;
        text-align: center;
        color: #fff;
        margin-bottom: 0; }
  .layout-public .main-content {
    min-height: 300px; }

.layout-public.layout-public-min nav {
  color: #29a7d6; }
  .layout-public.layout-public-min nav .navbar-items .nav-item .nav-link {
    color: #29a7d6; }
  .layout-public.layout-public-min nav .menu-toggler {
    color: #29a7d6; }

.layout-min .main-content {
  background-color: transparent; }

.layout-min .single-action-page {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: -1px -1px 10px #ccc;
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 30rem; }
  .layout-min .single-action-page img.logo {
    margin-bottom: 0rem;
    margin-top: 1rem;
    height: 100px; }
  .layout-min .single-action-page form {
    padding: 15px;
    text-align: center; }
    .layout-min .single-action-page form .input-group {
      margin: auto; }

form.login {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }
  form.login .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px; }
  form.login input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  form.login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

table.operation-list a {
  white-space: nowrap; }

table.operation-list .dev-status.development {
  background-color: #fd7e14; }

table.operation-list .dev-status.to-fix {
  background-color: #dc3545; }

table.operation-list .dev-status.verified-1 {
  background-color: #20c997; }

table.operation-list .dev-status.verified-2 {
  background-color: #28a745; }

table.operation-list .dev-status.to-test {
  background-color: #6610f2; }

form.operation-form fieldset {
  border-left: 10px solid #ccc;
  border-radius: 10px; }

form.operation-form .code {
  font-family: Consolas, Monaco, "Lucida Console";
  color: #4d00da; }

form.operation-form textarea.code {
  font-size: 0.8rem; }

form.operation-form table {
  width: auto; }
  form.operation-form table td {
    border: 0;
    text-align: center; }
    form.operation-form table td input {
      text-align: center; }

form.operation-form .details-results {
  max-height: 200px;
  overflow-y: scroll; }

form.operation-form .sortable-list {
  margin: 0px;
  padding: 0px; }

form.operation-form .sortable-list .item.first_empty, form.operation-form .sortable-list .item.last_empty {
  padding-left: 0px; }

form.operation-form .sortable-list .item.last_empty {
  padding-bottom: 2rem; }

form.operation-form .sortable-list .item {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 10px 1rem; }

form.operation-form .sortable-list .item .card {
  margin-bottom: 0px; }

form.operation-form .sortable-list .item .card .card-header {
  margin-bottom: 0; }

form.operation-form .sortable-list .dragging .card {
  opacity: 0.1;
  border: 1px dashed #1f4b73 !important; }

form.operation-form .sortable-list .dragover {
  position: relative;
  border: 1px dashed  #1f4b73; }

.btn-edit-operation {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #29a7d6;
  top: -2px; }

.btn-edit-operation:hover {
  background-color: #2186ab; }

.tab-chat {
  color: #FF5349 !important; }

.log-container .log-entry {
  font-size: 1rem;
  display: flex; }
  .log-container .log-entry .log-info {
    width: 30%;
    color: #ccc;
    font-size: 0.8rem; }
  .log-container .log-entry .log-text {
    font-size: 0.8rem;
    flex: 1; }
  .log-container .log-entry.odd {
    background-color: #f5f6f7; }

.input-font {
  font-size: 1rem !important; }

.project-creation-content .client-autocomplete {
  width: 100%; }

.project-creation-content .cities-results {
  padding: 0;
  margin: 0;
  border: 1px solid #ced4da;
  overflow: hidden; }

.project-creation-content .city-result {
  list-style: none;
  text-align: left;
  padding: 0 0 0 4px;
  cursor: pointer; }

.project-creation-content .city-result.is-active {
  background-color: #7EB982;
  color: white; }

.project-creation-content .city-result:hover {
  background-color: #e6e6fa;
  color: #000; }

.layout-public .project-creation-content {
  background-color: #F3F3F3;
  padding-bottom: 2rem; }
  .layout-public .project-creation-content form {
    margin: auto;
    width: 60rem; }

.project-overview-header h2 a {
  white-space: nowrap; }

.project-content .project-detail {
  padding-top: 2rem; }
  .project-content .project-detail .map {
    width: 100%; }
  .project-content .project-detail .card-header .microchip {
    font-size: 2rem;
    color: var(#adb5bd); }
  .project-content .project-detail .card-header .microchip.success {
    color: #3f82cc; }
  .project-content .project-detail .card-header h1, .project-content .project-detail .card-footer h1 {
    font-size: 2rem; }
    .project-content .project-detail .card-header h1 small, .project-content .project-detail .card-footer h1 small {
      font-size: 0.8rem; }
  .project-content .project-detail .project-detail-header label {
    display: inline-block;
    min-width: 10rem; }
  .project-content .project-detail .project-detail-header .actions-list {
    clear: both; }
  .project-content .project-detail .log-container .log-entry {
    font-size: 1rem;
    display: flex; }
    .project-content .project-detail .log-container .log-entry .log-info {
      width: 30%;
      color: #ccc;
      font-size: 0.8rem; }
    .project-content .project-detail .log-container .log-entry .log-text {
      font-size: 0.8rem;
      flex: 1; }
    .project-content .project-detail .log-container .log-entry.odd {
      background-color: #f5f6f7; }
  .project-content .project-detail .form-valorisation {
    font-size: small; }
    .project-content .project-detail .form-valorisation label, .project-content .project-detail .form-valorisation .input-group-addon, .project-content .project-detail .form-valorisation input {
      font-size: small; }
    .project-content .project-detail .form-valorisation input {
      width: 4rem;
      text-align: center; }

.project-content .comments-container {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem; }
  .project-content .comments-container ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .project-content .comments-container ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .project-content .comments-container .comments {
    flex: 1 1 90%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 30rem;
    min-height: 5rem; }
    .project-content .comments-container .comments .comment-container {
      flex: 1 1 auto;
      clear: both; }
      .project-content .comments-container .comments .comment-container .comment {
        border-radius: 5px;
        padding: 8px;
        margin: 8px 12px;
        max-width: 70%;
        /* this will make it not exceed 80% and then wrap */
        position: relative;
        transition: background-color 0.5s; }
        .project-content .comments-container .comments .comment-container .comment span {
          white-space: break-spaces; }
        .project-content .comments-container .comments .comment-container .comment a {
          color: #fff; }
        .project-content .comments-container .comments .comment-container .comment.show-more .comment-content {
          overflow: hidden;
          max-height: 6rem; }
      .project-content .comments-container .comments .comment-container .comment-content {
        white-space: break-spaces; }
    .project-content .comments-container .comments .comment-left div {
      background-color: #AAAAAA;
      float: left;
      color: #fff; }
      .project-content .comments-container .comments .comment-left div .comment-date {
        color: #646d73; }
    .project-content .comments-container .comments .comment-cofrac-left div {
      background-color: #f0ad4e;
      float: left;
      color: #fff; }
      .project-content .comments-container .comments .comment-cofrac-left div .comment-date {
        color: #646d73; }
    .project-content .comments-container .comments .comment-right div {
      background-color: #26AECC;
      float: right;
      color: #fff; }
      .project-content .comments-container .comments .comment-right div .comment-date {
        color: #ced2d4; }
    .project-content .comments-container .comments .comment-cofrac-right div {
      background-color: #f0ad4e;
      float: right;
      color: #fff; }
      .project-content .comments-container .comments .comment-cofrac-right div .comment-date {
        color: #ced2d4; }
    .project-content .comments-container .comments .comment-left div::before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      left: -8px;
      top: 8px;
      border-top: 4px solid transparent;
      border-right: 8px solid #ccc;
      border-bottom: 4px solid transparent; }
    .project-content .comments-container .comments .comment-cofrac-left div::before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      left: -8px;
      top: 8px;
      border-top: 4px solid transparent;
      border-right: 8px solid #ccc;
      border-bottom: 4px solid transparent; }
    .project-content .comments-container .comments .comment-right div::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      right: -8px;
      bottom: 8px;
      border-top: 4px solid transparent;
      border-left: 8px solid #26AECC;
      border-bottom: 4px solid transparent; }
    .project-content .comments-container .comments .comment-cofrac-right div::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      right: -8px;
      bottom: 8px;
      border-top: 4px solid transparent;
      border-left: 8px solid #f0ad4e;
      border-bottom: 4px solid transparent; }
  .project-content .comments-container form {
    margin-top: 5px; }

.project-content .info-bulle-docsya {
  position: relative;
  display: inline-block; }
  .project-content .info-bulle-docsya a {
    display: flex;
    text-decoration: none; }
  .project-content .info-bulle-docsya .info-bulle-text {
    visibility: hidden;
    width: 460px;
    height: auto;
    background-color: #333333;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    right: 0%;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    text-align: left; }

.project-content .info-bulle-docsya:hover .info-bulle-text {
  visibility: visible;
  opacity: 1; }

.project-content .info-bulle {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .project-content .info-bulle .info-bulle-text {
    visibility: hidden;
    width: 450px;
    height: auto;
    background-color: #333333;
    color: #fff;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Adjust this value to control distance from the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    text-align: left; }
    .project-content .info-bulle .info-bulle-text .info {
      color: #43b2db;
      display: inline; }

.project-content .info-bulle:hover .info-bulle-text {
  visibility: visible;
  opacity: 1; }

.document-container {
  background-color: #fff; }
  .document-container ul.document-list li {
    padding: 0.5rem 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-top: 0; }
    .document-container ul.document-list li .document-link {
      cursor: pointer;
      color: white; }
    .document-container ul.document-list li .document-link:hover {
      text-decoration: none; }
    .document-container ul.document-list li .document-edit-form button {
      cursor: pointer; }
    .document-container ul.document-list li .document-date {
      font-size: 0.8rem;
      color: #ced4da; }
    .document-container ul.document-list li .badge {
      background-color: #495057;
      font-size: 100%;
      font-weight: 400; }
  .document-container ul.document-list li:first-of-type {
    border-top: 1px solid #ccc; }
  .document-container .document-upload-choice label {
    position: relative;
    cursor: pointer; }
  .document-container .document-upload-choice .form-control-file {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }

.project-operation-details {
  margin-top: 2rem;
  background-color: #fff; }
  .project-operation-details label:not(.custom-control) {
    display: inline-block;
    min-width: 10rem; }
  .project-operation-details .ref-emmy {
    font-size: small; }
    .project-operation-details .ref-emmy em {
      font-weight: bold;
      display: inline-block;
      margin-right: 2rem; }
  .project-operation-details .operation-selection select {
    width: 100%; }
  .project-operation-details .project-operation-info-details ul li {
    padding: 0.5rem 1rem; }
    .project-operation-details .project-operation-info-details ul li.alert {
      color: #4d0000;
      background-color: #ffe6e6; }
    .project-operation-details .project-operation-info-details ul li.warning {
      color: #856404;
      background-color: #fffeea; }
  .project-operation-details .project-operation-info-details ul.infos {
    box-shadow: 1px 1px 5px #888888; }
  .project-operation-details .detail-label {
    color: #636c72; }
  .project-operation-details .project-operation-detail {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 20px #ccc;
    padding: 0.5rem 0; }
  .project-operation-details .group {
    margin-bottom: 1rem; }
    .project-operation-details .group h3 {
      color: #ccc;
      font-size: 1.25rem; }
    .project-operation-details .group .item {
      border: 1px solid #ccc;
      margin-bottom: 1rem;
      padding: 10px;
      box-shadow: 1px 1px 20px #ccc; }
      .project-operation-details .group .item .project-operation-detail {
        border: 0;
        box-shadow: none; }
      .project-operation-details .group .item .project-operation-detail:last-child {
        margin-bottom: 0; }
    .project-operation-details .group .item-remove {
      text-align: right; }
      .project-operation-details .group .item-remove a {
        color: #ccc; }
    .project-operation-details .group .group-add {
      text-align: right; }
      .project-operation-details .group .group-add a {
        color: #ccc; }
  .project-operation-details .long-detail-info {
    text-align: justify;
    line-height: 1rem;
    font-size: 0.9rem; }

.project-operation-content .more-details, .project-content .more-details {
  padding: 0; }
  .project-operation-content .more-details .more-details-toggle .btn, .project-content .more-details .more-details-toggle .btn {
    font-size: 2rem;
    padding: 0;
    color: #ccc; }
  .project-operation-content .more-details .section, .project-content .more-details .section {
    font-size: 80%;
    position: relative;
    background-color: white;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .project-operation-content .more-details .section.date-payment-estimation .input-group, .project-content .more-details .section.date-payment-estimation .input-group {
      position: relative;
      display: inline-flex;
      flex-wrap: wrap;
      align-items: stretch;
      /* width: 100%; */
      width: 10rem; }
    .project-operation-content .more-details .section .edit, .project-content .more-details .section .edit {
      position: absolute;
      font-size: 1.5rem;
      right: 1rem;
      top: 0.5rem; }
    .project-operation-content .more-details .section .saving, .project-content .more-details .section .saving {
      position: absolute;
      right: 0.5rem;
      bottom: 0.5rem; }
    .project-operation-content .more-details .section .cee-group-label, .project-content .more-details .section .cee-group-label {
      color: #ccc;
      font-size: 1.25rem; }
    .project-operation-content .more-details .section input:disabled, .project-content .more-details .section input:disabled {
      background-color: #e9ecef;
      opacity: 1; }

.layout-public .project-operation-content {
  background-color: #F3F3F3;
  padding-bottom: 2rem; }

.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .timeline .list {
    display: flex;
    margin: 0;
    padding: 0; }
    .timeline .list .item {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 13%;
      white-space: nowrap;
      text-align: center; }
      .timeline .list .item:first-child {
        border-radius: .25rem 0 0 .25rem; }
      .timeline .list .item a:focus {
        outline: none; }
  .timeline .chevron {
    display: block;
    width: 1.1em;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1em;
    z-index: 10; }
  .timeline .chevron:before,
  .timeline .chevron:after {
    display: block;
    content: "";
    width: 0;
    height: 0em;
    border-style: solid;
    position: absolute; }
  .timeline .chevron:before {
    right: 0;
    border-width: 1.8em 0 1.8em 1em;
    border-color: transparent transparent transparent  #fff; }
  .timeline .chevron:after {
    left: 0;
    border-width: 1.8em 0 1.8em 1em;
    border-color: transparent transparent transparent #1cb9a4; }

.hexagon {
  position: relative;
  top: .5rem;
  padding: 0;
  text-align: center;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  left: 1.6rem;
  border-top: 2px solid #ee4ff3;
  border-bottom: 2px solid #ee4ff3;
  border-right: 2px solid #ee4ff3;
  width: 152px;
  height: 34px;
  line-height: 28px; }
  .hexagon::after {
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 1px;
    border-color: transparent #f1b8f3 transparent transparent; }
  .hexagon::before {
    position: absolute;
    content: '';
    left: -22px;
    top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 22px 17px 0;
    border-color: transparent #ee4ff3 transparent transparent; }
  .hexagon.incitation-directe {
    background-color: #f1b8f3; }
  .hexagon.incitation-indirecte {
    background-color: #cdc4f5;
    border-color: #917bf2; }
    .hexagon.incitation-indirecte::before {
      border-color: transparent #917bf2 transparent transparent; }
    .hexagon.incitation-indirecte::after {
      border-color: transparent #cdc4f5 transparent transparent; }

.align-client-field {
  vertical-align: -webkit-baseline-middle;
  font-weight: 500; }

.register-content form {
  padding-top: 3rem; }

.dashboard-content .dashboard-filters {
  margin-bottom: 2rem;
  align-items: flex-start; }
  @media (max-width: 991.98px) {
    .dashboard-content .dashboard-filters .client-autocomplete {
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 1rem; } }
  .dashboard-content .dashboard-filters .btn-link {
    flex: 1;
    text-align: left; }

.dashboard-content .stat-filters {
  display: grid;
  --bs-rows:3; }
  .dashboard-content .stat-filters .ajust_height {
    height: calc(1.5em + 0.75rem + 2px); }

.dashboard-content .card-group.merge {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 5px; }
  .dashboard-content .card-group.merge .card {
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 0 !important; }
    .dashboard-content .card-group.merge .card:last-of-type {
      border-right: 0px; }

.dashboard-content .card .card-header, .dashboard-content .card .card-footer {
  background-color: #fff; }

.dashboard-content .client-autocomplete {
  width: 20rem; }

.dashboard-content span.twitter-typeahead .tt-menu {
  width: 20rem; }

.dashboard-content .data-list {
  font-size: 12px;
  color: #999;
  max-height: 300px;
  overflow-y: scroll; }
  .dashboard-content .data-list .data-list-item {
    margin-bottom: 1rem;
    text-align: left; }
  .dashboard-content .data-list .table th {
    border-top: 0; }
  .dashboard-content .data-list .label {
    overflow-x: hidden;
    white-space: nowrap; }
  .dashboard-content .data-list .value {
    font-weight: 600; }
  .dashboard-content .data-list .progress {
    height: 5px; }
    .dashboard-content .data-list .progress .progress-bar {
      color: #333;
      text-align: left; }
      .dashboard-content .data-list .progress .progress-bar span {
        white-space: nowrap;
        padding-left: 5px; }

.dashboard-content .operation-coverage-labels {
  font-size: 0.8rem;
  max-height: 150px;
  overflow-y: scroll;
  min-width: 150px; }

.dashboard-content .stats-table {
  display: flex;
  font-size: 0.8rem;
  flex-direction: column; }
  .dashboard-content .stats-table .stats-row {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 0;
    justify-content: space-between;
    padding: 2px; }
    .dashboard-content .stats-table .stats-row.clickable {
      cursor: pointer; }
    .dashboard-content .stats-table .stats-row:hover {
      background-color: rgba(0, 0, 0, 0.125); }
    .dashboard-content .stats-table .stats-row.row-header {
      color: #1cb9a4 !important;
      background: #00000012; }
    .dashboard-content .stats-table .stats-row div {
      width: 20%;
      text-align: center; }
      .dashboard-content .stats-table .stats-row div:last-of-type {
        width: 10%; }
    .dashboard-content .stats-table .stats-row .legend {
      text-align: left;
      width: 30%;
      overflow-x: hidden; }
  .dashboard-content .stats-table.coverage .stats-row div:last-of-type, .dashboard-content .stats-table.houses .stats-row div:last-of-type {
    width: auto; }
  .dashboard-content .stats-table.coverage .stats-row .legend, .dashboard-content .stats-table.houses .stats-row .legend {
    width: 65%; }
  .dashboard-content .stats-table .sep {
    height: 1rem; }

.dashboard-content tbody.collapse.in {
  display: table-row-group; }

.dashboard-content .expand-button {
  position: relative; }

.dashboard-content .pointer .expand-button:before {
  content: "\f147";
  font-family: FontAwesome; }

.dashboard-content .pointer.collapsed .expand-button:before {
  content: "\f196";
  font-family: FontAwesome; }

.dashboard-content #mbtable {
  border-color: black;
  background: white; }

.dashboard-content #smbtable {
  width: 80%;
  margin-left: 20%; }

.dashboard-content .content-mb {
  margin: auto;
  width: 70%; }

.dashboard-content .limited_width_1 {
  width: 35%; }

.dashboard-content .limited_width_2 {
  width: 20%; }

.dashboard-content tr.orange {
  background-color: #ffc966; }

.dashboard-content tr.flash-red {
  background: #f5c6cb;
  background-color: white;
  animation: colorblink 1s infinite; }

@keyframes colorblink {
  0% {
    background-color: #f5c6cb; }
  100% {
    background-color: white; } }

.dashboard-content #td-name {
  max-width: 500px;
  width: 500px; }

.dashboard-content #div-name {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  overflow-x: scroll; }

.dashboard-content .all-in-one-line {
  white-space: nowrap; }

.dashboard-content .select_fix_width {
  width: max-content; }

.dashboard-content .bg-lightgrey {
  background-color: lightgrey; }

.dashboard-content .sender_date_bloc {
  font-size: smaller; }

.dashboard-content .center-td {
  text-align: center; }

.dashboard-content .docs-dropdown {
  display: inline-block;
  cursor: pointer; }

.dashboard-content .card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 5px; }

.client-content .client-accounts th {
  border-top: 0; }

.client-content .client-projects .client-col {
  display: none; }

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

.red-icon {
  color: red; }

.blue-icon {
  color: dodgerblue; }

.green-icon {
  color: mediumseagreen; }

* {
  box-sizing: border-box; }

#drop_area {
  width: 100%;
  height: 50px;
  border: 3px dashed #aaaaaa;
  border-radius: 10px;
  text-align: center; }

.document-link-client {
  cursor: pointer;
  color: white; }

.document-link-client:hover {
  text-decoration: none; }

.badge-client {
  background-color: #495057;
  font-size: 100%;
  font-weight: 400; }

.allow_prime_check .form-check-label input:checked::before {
  transform: scale(1); }

.allow_prime_check .form-check-label input:checked {
  background-color: #1cb9a4;
  border-color: #1cb9a4; }

.allow_prime_check .form-check-label input::before {
  content: "";
  width: 13px;
  height: 13px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: CanvasText;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }

.allow_prime_check .form-check-label {
  --form-control-color: #fff;
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em; }

.allow_prime_check .form-check-label input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid #ced4da;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }

.project-detail-header .card-header {
  margin-bottom: 0.5rem !important; }

.allow_prime_check {
  top: 10px; }

.allow_prime_check .form-check {
  padding-left: 0 !important; }

.actions-button {
  margin-bottom: 5px;
  float: left; }

.actions-button .btn-group > div, a, button {
  margin-right: 5px; }

.msg-info {
  display: inline-block;
  width: 100%; }

select#client_mode_incitation {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none; }

#client_mode_incitation {
  width: 15rem; }

body.attestation.print {
  background-color: #fff; }
  body.attestation.print .attestation-content .page {
    font-size: 6pt; }

body.attestation {
  font-family: 'Crimson Text', serif; }
  body.attestation .attestation-submit {
    width: 210mm;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    padding-top: 0; }
  body.attestation .attestation-header {
    text-align: center; }
    body.attestation .attestation-header .table td {
      padding: 0;
      border: 1px solid #000; }
  body.attestation .attestation-content .page-break {
    page-break-before: always; }
  body.attestation .attestation-content .page {
    page-break-inside: avoid;
    page-break-before: always;
    background-color: #fff;
    box-shadow: 1px 0px 5px grey;
    width: 210mm;
    margin: auto;
    min-height: 297mm;
    padding: 10mm;
    margin-bottom: 2rem;
    font-size: 8pt; }
    body.attestation .attestation-content .page h1 {
      text-align: center;
      text-transform: uppercase;
      font-size: 20pt;
      margin: 0; }
    body.attestation .attestation-content .page h2 {
      text-align: center;
      font-size: 16pt;
      margin-bottom: 20px;
      padding-bottom: 1pt; }
    body.attestation .attestation-content .page h3 {
      font-size: 8pt;
      font-weight: bold;
      margin-bottom: 16px; }
    body.attestation .attestation-content .page p {
      margin-bottom: .4rem; }
    body.attestation .attestation-content .page .form {
      margin-bottom: 0;
      /* custom details css */ }
      body.attestation .attestation-content .page .form p {
        display: -webkit-flex;
        display: flex;
        margin-bottom: 0; }
      body.attestation .attestation-content .page .form label {
        display: inline-block;
        margin: 0;
        margin-right: 1rem; }
      body.attestation .attestation-content .page .form .editable {
        font-family: 'Patrick Hand', cursive;
        display: inline-block; }
      body.attestation .attestation-content .page .form span.editable,
      body.attestation .attestation-content .page .form span.noteditable,
      body.attestation .attestation-content .page .form input[type='text'].editable {
        border: 0;
        background: none;
        border-bottom: 1px;
        border-bottom-style: dotted;
        padding-left: 1rem;
        padding-right: 1rem;
        min-width: 3rem;
        -webkit-flex-grow: 1;
        flex-grow: 1; }
      body.attestation .attestation-content .page .form .digital {
        display: block;
        min-height: 2rem; }
      body.attestation .attestation-content .page .form p.form-type-radio, body.attestation .attestation-content .page .form p.form-type-select {
        flex-direction: column;
        -webkit-flex-direction: column; }
        body.attestation .attestation-content .page .form p.form-type-radio label:first-of-type, body.attestation .attestation-content .page .form p.form-type-select label:first-of-type {
          margin-bottom: 0px; }
      body.attestation .attestation-content .page .form p.form-type-radio.detail-E,
      body.attestation .attestation-content .page .form p.form-type-radio.detail-age,
      body.attestation .attestation-content .page .form p.form-type-radio.detail-age_fenetre,
      body.attestation .attestation-content .page .form p.detail-yes-no {
        flex-direction: row;
        -webkit-flex-direction: row; }
        body.attestation .attestation-content .page .form p.form-type-radio.detail-E label:first-of-type,
        body.attestation .attestation-content .page .form p.form-type-radio.detail-age label:first-of-type,
        body.attestation .attestation-content .page .form p.form-type-radio.detail-age_fenetre label:first-of-type,
        body.attestation .attestation-content .page .form p.detail-yes-no label:first-of-type {
          margin-bottom: 0px; }
    body.attestation .attestation-content .page .signature-container {
      padding-top: 20px; }
      body.attestation .attestation-content .page .signature-container p.signature-date span {
        color: #ccc; }
      body.attestation .attestation-content .page .signature-container p.signature-date span.noteditable {
        color: #000; }
      body.attestation .attestation-content .page .signature-container p.signature label:nth-of-type(2) {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        text-align: right; }
    body.attestation .attestation-content .page .form-name {
      display: -webkit-flex;
      display: flex; }
      body.attestation .attestation-content .page .form-name .form-lastname {
        display: inline-block;
        margin-right: 1rem; }
      body.attestation .attestation-content .page .form-name .form-firstname {
        -webkit-flex-grow: 1;
        flex-grow: 1; }
    body.attestation .attestation-content .page p.sign-title {
      justify-content: center;
      -webkit-justify-content: center; }
    body.attestation .attestation-content .page .operation-container h3 {
      font-size: 1.3rem;
      margin-top: 0.5rem;
      margin-bottom: 1rem;
      text-align: center;
      color: #786f54; }
    body.attestation .attestation-content .page .operation-container h4 {
      font-size: 1.3rem;
      text-align: center; }
    body.attestation .attestation-content .page .firm {
      margin: 0;
      padding: 0; }
      body.attestation .attestation-content .page .firm img {
        width: 130px; }
    body.attestation .attestation-content .page .page-header .firm {
      padding-right: 20px; }
      body.attestation .attestation-content .page .page-header .firm img {
        height: 23px;
        width: auto; }
    body.attestation .attestation-content .page .notice-reserved {
      padding-top: 2pt;
      border: 1px solid;
      border-bottom: 2px solid;
      font-weight: bold; }
    body.attestation .attestation-content .page .glossary span {
      text-decoration: underline; }
    body.attestation .attestation-content .page .page-header {
      padding-left: 20px;
      padding-right: 20px;
      margin: 0;
      min-height: 4px;
      display: -webkit-flex;
      -webkit-align-items: center;
      display: flex;
      align-items: center; }
      body.attestation .attestation-content .page .page-header .header-text {
        text-align: right;
        -webkit-flex-grow: 1;
        flex-grow: 1; }
    body.attestation .attestation-content .page .page-content {
      min-height: 242mm;
      padding-top: 0px;
      margin: 0;
      padding-left: 0.25cm;
      padding-right: 0.25cm; }
    body.attestation .attestation-content .page .page-content:first-of-type {
      min-height: 229mm; }
    body.attestation .attestation-content .page .page-footer {
      min-height: 16mm;
      margin: 0; }
      body.attestation .attestation-content .page .page-footer div {
        float: left;
        width: 25%; }
      body.attestation .attestation-content .page .page-footer div.address {
        font-size: 12px;
        line-height: 12px;
        min-height: 16mm;
        padding: 5px;
        width: 49%; }
      body.attestation .attestation-content .page .page-footer div.page-number {
        font-size: 12px;
        line-height: 12px;
        font-size: 9pt; }
    body.attestation .attestation-content .page .page-footer.page-1 {
      border: 0; }
      body.attestation .attestation-content .page .page-footer.page-1 div.address {
        border: 0; }
  body.attestation .attestation-content .page:first-of-type {
    page-break-before: avoid; }
  body.attestation .attestation-content .page.page-1 h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0; }
  body.attestation .attestation-content .page.page-1 p.subject {
    font-size: 9pt; }
  body.attestation .attestation-content .page.page-1 ul.glossary {
    font-size: 9pt; }
  body.attestation .attestation-content.print .page {
    margin: 0;
    box-shadow: none; }
  body.attestation .tampon {
    position: relative;
    font-family: Arial, sans-serif;
    padding-top: 50px;
    line-height: 1.2;
    font-size: 11px;
    background: #323232;
    background: -moz-radial-gradient(circle, #323232 13%, #c8c8c8 100%);
    background: -webkit-radial-gradient(circle, #323232 13%, #c8c8c8 100%);
    background: radial-gradient(circle, #323232 13%, #c8c8c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232",endColorstr="#c8c8c8",GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; }
    body.attestation .tampon .signature-svg {
      position: absolute;
      width: 240px;
      height: 134px;
      top: 0; }

.project-list-content .docs-dropdown {
  display: inline-block;
  cursor: pointer; }

.project-list-content .progress {
  background-color: #ccc;
  height: auto; }

.project-list-content td.bonus-col, .project-list-content td.cee-col {
  white-space: nowrap; }

.project-list-content tr.orange {
  background-color: #ffc966; }

.project-list-content tr.flash-red {
  background: #f5c6cb;
  background-color: white;
  animation: colorblink 1s infinite; }

@keyframes colorblink {
  0% {
    background-color: #f5c6cb; }
  100% {
    background-color: white; } }

.layout-public .jumbotron.lp .carousel-content {
  position: relative;
  top: 250px;
  text-align: center; }
  .layout-public .jumbotron.lp .carousel-content h1 {
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    top: 0px;
    color: #fff;
    text-transform: uppercase; }
  .layout-public .jumbotron.lp .carousel-content h3 {
    font-size: 1.10rem;
    text-align: center;
    top: 0px;
    position: relative;
    color: #fff;
    margin-top: 3rem; }
  .layout-public .jumbotron.lp .carousel-content .sep {
    margin-top: 3rem;
    width: 10rem;
    border-bottom: 1px dashed #fff;
    min-height: 1px;
    margin-left: auto;
    margin-right: auto; }
  .layout-public .jumbotron.lp .carousel-content a {
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    margin-top: 3rem; }

.layout-public .jumbotron.lp .carousel {
  overflow-y: hidden; }
  .layout-public .jumbotron.lp .carousel .carousel-item.active,
  .layout-public .jumbotron.lp .carousel .carousel-item-next,
  .layout-public .jumbotron.lp .carousel .carousel-item-prev {
    display: block; }
  .layout-public .jumbotron.lp .carousel .carousel-item {
    width: 100%;
    min-height: 900px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

.simulation-content .section.active, .simulation-content .section.complete {
  display: block; }

.simulation-content .section {
  display: none;
  padding-bottom: 3rem;
  padding-top: 3rem; }
  .simulation-content .section .step-num {
    width: 2.5rem;
    display: inline-block;
    border-radius: 50%;
    height: 2.5rem;
    background-color: #29a7d6;
    padding-left: 0.85rem;
    padding-top: 0.45rem;
    font-size: 1.5rem;
    color: #fff;
    margin-right: 1rem;
    font-weight: 400; }
  .simulation-content .section h3.section-title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3rem; }

.simulation-content .profiles {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 1199.98px) {
    .simulation-content .profiles {
      justify-content: space-between; } }
  .simulation-content .profiles .profile {
    background-color: white;
    cursor: pointer;
    border: 3px solid transparent;
    box-shadow: -2px -2px 10px #ccc;
    text-align: center;
    padding: 2rem;
    margin-right: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem; }
    @media (max-width: 1199.98px) {
      .simulation-content .profiles .profile {
        flex: initial;
        margin-right: 0;
        width: 30%; } }
    .simulation-content .profiles .profile .profile-icon {
      background-position: center center;
      background-repeat: no-repeat;
      min-height: 150px;
      background-size: contain;
      margin-bottom: 5px; }
    .simulation-content .profiles .profile h4 {
      font-size: 0.8rem;
      text-transform: uppercase;
      margin: 0; }
    .simulation-content .profiles .profile em {
      color: #ccc;
      font-size: 0.8rem;
      margin-top: auto; }
  .simulation-content .profiles .profile:first-of-type {
    margin-left: 0; }
  .simulation-content .profiles .profile.selected {
    border: 3px solid #29a7d6; }

.simulation-content .section-operation {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #F5F5F5; }
  .simulation-content .section-operation .container {
    display: flex; }
    .simulation-content .section-operation .container h3 {
      flex: 70%; }
    .simulation-content .section-operation .container h3:first-of-type {
      flex: 30%; }
    .simulation-content .section-operation .container .list {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      min-height: 10rem;
      border: 1px solid #d9d9d9; }
      .simulation-content .section-operation .container .list .list-item {
        flex: 1;
        border-top: 1px solid #d9d9d9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-content: center;
        padding-left: 2rem;
        padding-right: 2rem;
        color: #666666; }
      .simulation-content .section-operation .container .list .list-item:first-of-type {
        border-top: 0; }
      .simulation-content .section-operation .container .list .selected {
        color: #29a7d6; }
    .simulation-content .section-operation .container .category-list {
      flex: 30%;
      border-right: 0; }
      .simulation-content .section-operation .container .category-list .list-item {
        cursor: pointer;
        border-right: 1px solid #d9d9d9;
        text-transform: uppercase;
        font-weight: bold; }
      .simulation-content .section-operation .container .category-list .selected {
        border-left: 3px solid #29a7d6;
        border-right: 0; }
    .simulation-content .section-operation .container .operation-list {
      flex: 70%;
      border-left: 0;
      max-height: 600px;
      overflow-y: scroll; }
      .simulation-content .section-operation .container .operation-list .list-item {
        border: 0;
        flex: none; }
        .simulation-content .section-operation .container .operation-list .list-item div {
          cursor: pointer;
          padding: 2rem;
          border-top: 1px solid #d9d9d9; }
          .simulation-content .section-operation .container .operation-list .list-item div .code {
            text-transform: uppercase;
            font-weight: bold; }
          .simulation-content .section-operation .container .operation-list .list-item div .label {
            margin-left: 2rem; }
      .simulation-content .section-operation .container .operation-list .list-item:first-of-type div {
        border-top: 0; }
      .simulation-content .section-operation .container .operation-list .selected div {
        background-color: #f5f5f5;
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-left: 3px solid #29a7d6; }
      .simulation-content .section-operation .container .operation-list .selected:first-of-type div {
        border-top: 1px solid #d9d9d9; }

.simulation-content .group {
  margin-left: 1rem;
  margin-right: 1rem; }

.simulation-content .project-operation-nav {
  background-color: #f5f5f5;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .simulation-content .project-operation-nav .col {
    display: flex; }
    .simulation-content .project-operation-nav .col .project-operation-nav-item {
      padding: 1rem;
      background-color: #f5f5f5;
      margin-left: 1rem;
      margin-top: 1rem;
      border-top: 3px solid transparent; }
      .simulation-content .project-operation-nav .col .project-operation-nav-item.active {
        background-color: white;
        border-top: 3px solid #29a7d6; }
        .simulation-content .project-operation-nav .col .project-operation-nav-item.active a {
          color: #666666;
          font-weight: bold; }

.modal.household-precarity-modal .modal-body {
  font-size: 12px; }
  .modal.household-precarity-modal .modal-body h5 {
    font-size: 14px;
    font-weight: bold;
    color: #29a7d6; }

.household-precarity-content .precarity-type {
  font-size: 12px; }
  .household-precarity-content .precarity-type h5 {
    font-size: 14px; }
  .household-precarity-content .precarity-type input[type=text] {
    width: 100%; }
  .household-precarity-content .precarity-type td.actions {
    vertical-align: middle; }
  .household-precarity-content .precarity-type tr.add {
    background: none !important; }

.pricematrix-content .row-gap {
  display: flex;
  gap: 5px; }

.pricematrix-content .item {
  flex-basis: 75px;
  flex-grow: 0;
  flex-shrink: 0; }

.pricematrix-content .item_date {
  flex-basis: 110px;
  flex-grow: 0;
  flex-shrink: 0; }

.pricematrix-content .item_action {
  flex-grow: 1; }

.pricematrix-content .item_price {
  flex-basis: 82px;
  flex-grow: 0;
  flex-shrink: 0; }

.pricematrix-content #price-fields-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.client-accounts td.actions {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem; }
  .client-accounts td.actions a {
    margin-left: 10px; }
  .client-accounts td.actions a:hover {
    text-decoration: none; }
  .client-accounts td.actions .alert {
    font-size: 1rem; }

.convention-content .client-autocomplete {
  width: 100%; }

#total_columns_conventions {
  background-color: #d7d7d7; }

.batch-content .section p {
  margin: 0; }

.batch-content .section label {
  display: inline-block;
  width: 8rem;
  font-size: 0.8rem; }

body.batch.print {
  background-color: #fff; }
  body.batch.print .content .page-break {
    page-break-before: always; }
  body.batch.print .content .page-header {
    padding-right: .7cm;
    margin: 0;
    min-height: 27px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    font-size: 9pt; }
    body.batch.print .content .page-header .brand {
      width: 20%; }
    body.batch.print .content .page-header .header-text {
      text-align: right;
      -webkit-flex-grow: 1;
      flex-grow: 1; }
  body.batch.print .content .page {
    page-break-inside: avoid;
    page-break-before: always;
    background-color: #fff;
    box-shadow: 1px 0px 5px grey;
    width: 210mm;
    margin: 0;
    min-height: 297mm;
    padding: 10mm 5mm;
    font-size: 12pt; }
    body.batch.print .content .page .page-content {
      min-height: 235mm;
      padding-top: 40px;
      margin: 0;
      padding-left: 0.75cm;
      padding-right: 0.75cm; }
    body.batch.print .content .page .page-content:first-of-type {
      min-height: 229mm; }
  body.batch.print .content .page:first-of-type {
    page-break-before: avoid; }
  body.batch.print .content .page-footer {
    min-height: 16mm;
    margin: 0;
    text-align: center; }

body.cotation {
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #333c77; }
  body.cotation.print {
    background-color: #fff; }
  body.cotation .content .page-break {
    page-break-before: always; }
  body.cotation .content .page-header {
    padding-right: .7cm;
    margin: 0;
    min-height: 27px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    font-size: 9pt; }
    body.cotation .content .page-header .brand {
      width: 20%; }
    body.cotation .content .page-header .header-text {
      text-align: right;
      -webkit-flex-grow: 1;
      flex-grow: 1; }
  body.cotation .content .page {
    page-break-inside: avoid;
    page-break-before: always;
    background-color: #fff;
    box-shadow: 1px 0px 5px grey;
    width: 210mm;
    margin: 0;
    min-height: 297mm;
    padding: 10mm 5mm;
    margin-bottom: 2rem;
    font-size: 8pt; }
    body.cotation .content .page .page-content {
      min-height: 235mm;
      padding-top: 40px;
      margin: 0;
      padding-left: 0.75cm;
      padding-right: 0.75cm; }
      body.cotation .content .page .page-content .title {
        font-size: 8pt;
        text-align: center;
        border-bottom: 2px solid #eee;
        padding-bottom: 1mm;
        margin-bottom: 1rem;
        font-weight: 700; }
    body.cotation .content .page .page-content:first-of-type {
      min-height: 229mm; }
  body.cotation .content .page:first-of-type {
    page-break-before: avoid; }
  body.cotation .content .page-footer {
    min-height: 16mm;
    margin: 0;
    font-size: 9pt;
    text-align: center; }
  body.cotation .red {
    color: #e85c6a; }
  body.cotation .table {
    font-size: 7pt;
    color: #333c77; }
    body.cotation .table .head {
      background-color: #333c77;
      color: #fff;
      font-weight: 700;
      line-height: 1.2; }
    body.cotation .table th, body.cotation .table td {
      border: 1px solid #eee;
      padding: 0.3rem; }
    body.cotation .table .comments p {
      margin: 0;
      color: #e85c6a;
      font-weight: 700; }
  body.cotation .stitle {
    font-size: 8pt;
    font-weight: 700;
    text-decoration: underline; }
  body.cotation .signature {
    width: 28%;
    margin-left: 71%;
    margin-top: 2rem; }
  body.cotation .conditions {
    font-size: 6pt; }
    body.cotation .conditions p {
      margin-bottom: 0; }
  @media print {
    body.cotation .table .head th,
    body.cotation .table td.head {
      background-color: #333c77 !important;
      -webkit-print-color-adjust: exact; } }

.registration-content .card-header {
  background-color: #fff; }

.registration-content .card-body {
  padding: 0rem 1.25rem; }

.registration-content img.logo {
  margin-bottom: 0rem;
  height: 80px; }

.registration-content span.required {
  color: red; }

/**
* Radio separator inline
*/
.radio_inline_separator {
  width: 30px;
  display: inline-block; }

#registration-app label.form-check-label {
  padding-left: 20px; }

#registration-app input.form-check-input {
  position: relative; }

.large {
  font-size: 25px; }

.document-container {
  padding: 0 0 0 40px; }
  .document-container a {
    text-decoration: none; }
  .document-container .document-row {
    position: relative;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 60px; }
    .document-container .document-row .document-rubric {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      left: 0;
      top: 0;
      translate: -20px -50%; }
      .document-container .document-row .document-rubric .title-document {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 7px;
        border-radius: 15px;
        background-color: #29A7D6; }
        .document-container .document-row .document-rubric .title-document span {
          padding: 5px;
          color: #fff;
          width: 15px;
          height: 15px;
          border-radius: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 10px;
          margin-left: -4px;
          margin-right: 5px; }
        .document-container .document-row .document-rubric .title-document span.black {
          background-color: #D3D3D3; }
        .document-container .document-row .document-rubric .title-document span.blue {
          background-color: #43b2db; }
        .document-container .document-row .document-rubric .title-document .info-bulle {
          position: relative;
          display: inline-block;
          cursor: pointer; }
          .document-container .document-row .document-rubric .title-document .info-bulle .info-bulle-text {
            visibility: hidden;
            width: 450px;
            height: auto;
            background-color: #333333;
            color: #fff;
            border-radius: 6px;
            padding: 15px;
            position: absolute;
            z-index: 1;
            bottom: 125%;
            /* Adjust this value to control distance from the icon */
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s, visibility 0.3s;
            text-align: left; }
            .document-container .document-row .document-rubric .title-document .info-bulle .info-bulle-text .info {
              color: #43b2db;
              display: inline; }
        .document-container .document-row .document-rubric .title-document .info-bulle:hover .info-bulle-text {
          visibility: visible;
          opacity: 1; }
        .document-container .document-row .document-rubric .title-document i {
          padding: 5px;
          color: #43b2db;
          width: 15px;
          height: 15px;
          border-radius: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #fff;
          margin-left: 4px; }
      .document-container .document-row .document-rubric .add-document {
        display: flex;
        justify-content: center;
        align-items: center; }
        .document-container .document-row .document-rubric .add-document .btn-action {
          font-size: 9px;
          width: 27px;
          height: 27px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 3px; }
        .document-container .document-row .document-rubric .add-document .info {
          background-color: #29A7D6;
          color: #fff;
          font-size: 11px;
          border-radius: 50%; }
        .document-container .document-row .document-rubric .add-document .upload {
          cursor: pointer;
          margin-top: 7px; }
    .document-container .document-row .title-document.black {
      background-color: #868e96; }
    .document-container .document-row .title-document.blue {
      background-color: #29A7D6; }
    .document-container .document-row .item-document {
      display: flex;
      padding: 0px 10px;
      margin-top: 9px;
      margin-bottom: 7px;
      justify-content: center;
      align-items: center; }
      .document-container .document-row .item-document .item-left {
        width: 85%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-right: 4px solid #ddd;
        padding-right: 20px; }
        .document-container .document-row .item-document .item-left .detail {
          margin-bottom: 5px; }
        .document-container .document-row .item-document .item-left a {
          font-size: 12px; }
        .document-container .document-row .item-document .item-left .time {
          font-size: 10px;
          color: #b2bec3;
          font-weight: bold;
          display: block; }
          .document-container .document-row .item-document .item-left .time span {
            font-size: 11px; }
        .document-container .document-row .item-document .item-left .check {
          font-size: 11px;
          color: #50F950; }
        .document-container .document-row .item-document .item-left .remove {
          font-size: 11px;
          color: #DC3746; }
        .document-container .document-row .item-document .item-left .msg-error {
          font-size: 11px;
          color: #DC3746; }
      .document-container .document-row .item-document .item-right {
        width: 15%;
        display: flex;
        gap: 2px;
        justify-content: space-between;
        align-items: center;
        padding: -1px 20px;
        margin-left: 10px; }
        .document-container .document-row .item-document .item-right a {
          text-decoration: none; }
        .document-container .document-row .item-document .item-right .btn-action {
          font-size: 9px;
          width: 30px;
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 3px; }
        .document-container .document-row .item-document .item-right .success {
          background-color: #1CB9A4;
          color: #fff;
          font-size: 11px; }
        .document-container .document-row .item-document .item-right .danger {
          background-color: #DC3746;
          color: #fff;
          font-size: 11px; }
        .document-container .document-row .item-document .item-right .info {
          background-color: #29A7D6;
          color: #fff;
          font-size: 12px;
          border-radius: 50%; }
        .document-container .document-row .item-document .item-right .trash {
          font-size: 32px;
          color: #DC3746; }
      .document-container .document-row .item-document .item-docsya {
        width: 12%;
        border-left: 4px solid #ddd;
        padding-left: 10px; }
        .document-container .document-row .item-document .item-docsya span.time {
          font-size: 11px;
          color: #b2bec3;
          font-weight: bold; }
  .document-container #toast-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    display: none; }
  .document-container .document-action {
    display: flex;
    justify-content: flex-end; }
    .document-container .document-action .document-open {
      background-color: #1CB9A4;
      color: #fff;
      font-size: 11px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 3px;
      padding: 10px;
      font-weight: bold;
      font-size: 12px; }
