@charset "UTF-8";
.main-dashboard {
  display: flex;
  padding-top: 5em;
  flex-wrap: wrap;
  padding-bottom: 60px; }
  .main-dashboard .board {
    background-color: #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 3px; }
    .main-dashboard .board:not(:first-child) {
      margin-top: 2em; }
    .main-dashboard .board.quotes, .main-dashboard .board.request, .main-dashboard .board.sav {
      width: 100%; }
      @media (min-width: 1281px) {
        .main-dashboard .board.quotes, .main-dashboard .board.request, .main-dashboard .board.sav {
          width: calc(70% - 1em);
          margin-right: 1em; } }
    .main-dashboard .board.quote-success, .main-dashboard .board.request-pie, .main-dashboard .board.sav-pie {
      width: 100%;
      margin-top: 2em;
      align-self: start; }
      @media (min-width: 1281px) {
        .main-dashboard .board.quote-success, .main-dashboard .board.request-pie, .main-dashboard .board.sav-pie {
          margin-top: 0em;
          width: calc(30% - 2em);
          margin-left: 2em; }
          .main-dashboard .board.quote-success:not(:nth-of-type(2)), .main-dashboard .board.request-pie:not(:nth-of-type(2)), .main-dashboard .board.sav-pie:not(:nth-of-type(2)) {
            margin-top: 2em; } }
      .main-dashboard .board.quote-success .board-heading, .main-dashboard .board.request-pie .board-heading, .main-dashboard .board.sav-pie .board-heading {
        flex-direction: column;
        padding-bottom: 0; }
        .main-dashboard .board.quote-success .board-heading h1, .main-dashboard .board.request-pie .board-heading h1, .main-dashboard .board.sav-pie .board-heading h1 {
          padding-bottom: 0.5em; }
    .main-dashboard .board.request-pie.stretch, .main-dashboard .board.sav-pie.stretch {
      flex: 1;
      align-self: inherit; }
    .main-dashboard .board .board-heading {
      display: flex;
      flex-direction: row;
      padding: 1em;
      justify-content: space-between; }
      .main-dashboard .board .board-heading h1, .main-dashboard .board .board-heading div {
        align-self: center;
        text-align: center; }
      .main-dashboard .board .board-heading h1 {
        font-size: 1.5em;
        color: #3B5B7D;
        font-weight: 600; }
      .main-dashboard .board .board-heading .periode-change, .main-dashboard .board .board-heading .month-selection {
        position: relative;
        display: flex; }
        .main-dashboard .board .board-heading .periode-change i, .main-dashboard .board .board-heading .periode-change span, .main-dashboard .board .board-heading .month-selection i, .main-dashboard .board .board-heading .month-selection span {
          align-self: center;
          color: #3B5B7D; }
        .main-dashboard .board .board-heading .periode-change span, .main-dashboard .board .board-heading .month-selection span {
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          cursor: pointer;
          font-size: 1.2em; }
          .main-dashboard .board .board-heading .periode-change span.all, .main-dashboard .board .board-heading .month-selection span.all {
            font-size: 0.9em;
            cursor: pointer;
            padding: 0.5em;
            border-radius: 3px; }
        .main-dashboard .board .board-heading .periode-change i, .main-dashboard .board .board-heading .month-selection i {
          cursor: pointer;
          padding: 0 0.8em;
          font-size: 0.8em;
          vertical-align: center; }
        .main-dashboard .board .board-heading .periode-change .y-m-select, .main-dashboard .board .board-heading .periode-change .y-m-select-req, .main-dashboard .board .board-heading .periode-change .y-m-select-sav, .main-dashboard .board .board-heading .month-selection .y-m-select, .main-dashboard .board .board-heading .month-selection .y-m-select-req, .main-dashboard .board .board-heading .month-selection .y-m-select-sav {
          position: absolute;
          display: flex;
          flex-direction: row;
          background-color: #fff;
          bottom: 0;
          left: 50%;
          transform: translateY(100%) translateX(-50%);
          z-index: 999;
          padding: 1em;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          border-radius: 3px; }
          .main-dashboard .board .board-heading .periode-change .y-m-select.hidden, .main-dashboard .board .board-heading .periode-change .y-m-select-req.hidden, .main-dashboard .board .board-heading .periode-change .y-m-select-sav.hidden, .main-dashboard .board .board-heading .month-selection .y-m-select.hidden, .main-dashboard .board .board-heading .month-selection .y-m-select-req.hidden, .main-dashboard .board .board-heading .month-selection .y-m-select-sav.hidden {
            display: none; }
          .main-dashboard .board .board-heading .periode-change .y-m-select select, .main-dashboard .board .board-heading .periode-change .y-m-select-req select, .main-dashboard .board .board-heading .periode-change .y-m-select-sav select, .main-dashboard .board .board-heading .month-selection .y-m-select select, .main-dashboard .board .board-heading .month-selection .y-m-select-req select, .main-dashboard .board .board-heading .month-selection .y-m-select-sav select {
            margin-right: 0.5em; }
          .main-dashboard .board .board-heading .periode-change .y-m-select .ok, .main-dashboard .board .board-heading .periode-change .y-m-select-req .ok, .main-dashboard .board .board-heading .periode-change .y-m-select-sav .ok, .main-dashboard .board .board-heading .month-selection .y-m-select .ok, .main-dashboard .board .board-heading .month-selection .y-m-select-req .ok, .main-dashboard .board .board-heading .month-selection .y-m-select-sav .ok {
            font-size: 0.75em;
            align-self: center;
            background-color: #3B5B7D;
            border: 1px solid #3B5B7D;
            padding: 0.3em;
            font-weight: 500;
            color: #fff;
            cursor: pointer; }
        .main-dashboard .board .board-heading .periode-change .chkbox-all input, .main-dashboard .board .board-heading .month-selection .chkbox-all input {
          opacity: 0; }
          .main-dashboard .board .board-heading .periode-change .chkbox-all input:checked + label:before, .main-dashboard .board .board-heading .month-selection .chkbox-all input:checked + label:before {
            content: "✓";
            font-weight: 600;
            line-height: 0.5; }
        .main-dashboard .board .board-heading .periode-change .chkbox-all label, .main-dashboard .board .board-heading .month-selection .chkbox-all label {
          color: #3B5B7D;
          font-weight: 500;
          position: relative; }
          .main-dashboard .board .board-heading .periode-change .chkbox-all label:before, .main-dashboard .board .board-heading .month-selection .chkbox-all label:before {
            cursor: pointer;
            position: absolute;
            left: -1.2em;
            content: "";
            top: 50%;
            border: 2px solid #3B5B7D;
            transform: translateY(-60%);
            border-radius: 2px;
            display: block;
            width: 0.6em;
            height: 0.6em;
            background-color: #eee; }
    .main-dashboard .board .board-content {
      position: relative;
      padding: 1.5em; }
      .main-dashboard .board .board-content.no-padding {
        padding: 0; }
      .main-dashboard .board .board-content.pie {
        padding-bottom: 1.5em;
        padding-top: 0; }
        .main-dashboard .board .board-content.pie .chart-title {
          padding-top: 1em;
          padding-bottom: 0.5em;
          text-align: center; }
          .main-dashboard .board .board-content.pie .chart-title:first-child {
            padding-top: 0.1em; }
      .main-dashboard .board .board-content .wrapper-table {
        max-height: 350px;
        overflow-y: scroll;
        position: relative;
        scrollbar-width: thin;
        scrollbar-color: #3B5B7D rgba(0, 0, 0, 0); }
        .main-dashboard .board .board-content .wrapper-table::-webkit-scrollbar {
          width: 5x; }
        .main-dashboard .board .board-content .wrapper-table::-webkit-scrollbar-track {
          background: rgba(0, 0, 0, 0); }
        .main-dashboard .board .board-content .wrapper-table::-webkit-scrollbar-thumb {
          background: #3B5B7D; }
      .main-dashboard .board .board-content table {
        width: 100%;
        border-collapse: collapse; }
        .main-dashboard .board .board-content table thead {
          background-color: #3B5B7D; }
          .main-dashboard .board .board-content table thead th {
            position: sticky;
            top: 0;
            font-weight: 500;
            color: #fff;
            padding: 0.8em 0;
            font-size: 0.7em;
            text-align: left;
            background-color: #3B5B7D; }
            @media (min-width: 961px) {
              .main-dashboard .board .board-content table thead th {
                font-size: 1em; } }
            .main-dashboard .board .board-content table thead th:first-child {
              min-width: 0.5em; }
        .main-dashboard .board .board-content table tbody tr:nth-child(2n) {
          background-color: #e5e5e5; }
        .main-dashboard .board .board-content table tbody tr.open-req, .main-dashboard .board .board-content table tbody tr.open-sav {
          cursor: pointer; }
          .main-dashboard .board .board-content table tbody tr.open-req:hover, .main-dashboard .board .board-content table tbody tr.open-sav:hover {
            background-color: #c9c9c9; }
        .main-dashboard .board .board-content table tbody td {
          padding: 0.5em 0.1em;
          text-align: left;
          font-size: 0.7em; }
          @media (min-width: 961px) {
            .main-dashboard .board .board-content table tbody td {
              font-size: 0.9em; } }
          .main-dashboard .board .board-content table tbody td a {
            color: #000; }
          .main-dashboard .board .board-content table tbody td.expired {
            color: #F27E02;
            font-weight: 600; }
          .main-dashboard .board .board-content table tbody td.center {
            text-align: center; }
          .main-dashboard .board .board-content table tbody td img {
            padding: 0 0.25em;
            height: 1.5em; }
            .main-dashboard .board .board-content table tbody td img.smaller {
              height: 1.3em; }
      .main-dashboard .board .board-content .success-word {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        color: #a5a6bb; }
        .main-dashboard .board .board-content .success-word span {
          font-size: 2em;
          color: #515974;
          font-weight: 700;
          display: block; }
      .main-dashboard .board .board-content .box-quotes {
        padding-bottom: 1em;
        display: flex; }
        .main-dashboard .board .board-content .box-quotes .box-right {
          background: #efa04d;
          background: -moz-linear-gradient(-45deg, #efa04d 0%, #f27d00 100%);
          background: -webkit-linear-gradient(-45deg, #efa04d 0%, #f27d00 100%);
          background: linear-gradient(135deg, #efa04d 0%, #f27d00 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa04d', endColorstr='#f27d00',GradientType=1 ); }
        .main-dashboard .board .board-content .box-quotes .box-left {
          background: #4c87c4;
          background: -moz-linear-gradient(-45deg, #4c87c4 0%, #2a435e 100%);
          background: -webkit-linear-gradient(-45deg, #4c87c4 0%, #2a435e 100%);
          background: linear-gradient(135deg, #4c87c4 0%, #2a435e 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c87c4', endColorstr='#2a435e',GradientType=1 ); }
        .main-dashboard .board .board-content .box-quotes > div.forgotten {
          background: #ED213A;
          /* fallback for old browsers */
          background: -webkit-linear-gradient(-45deg, #93291E, #ED213A);
          /* Chrome 10-25, Safari 5.1-6 */
          background: linear-gradient(-45deg, #93291E, #ED213A);
          /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
        .main-dashboard .board .board-content .box-quotes .box-left, .main-dashboard .board .board-content .box-quotes .box-right {
          box-sizing: border-box;
          width: 50%;
          padding-bottom: 8em;
          position: relative; }
          .main-dashboard .board .board-content .box-quotes .box-left span.count, .main-dashboard .board .board-content .box-quotes .box-right span.count {
            position: absolute;
            color: #fff;
            bottom: 50%;
            font-size: 5em;
            left: 0;
            right: 0;
            font-weight: 300;
            display: block;
            text-align: center;
            transform: translateY(70%); }
          .main-dashboard .board .board-content .box-quotes .box-left p, .main-dashboard .board .board-content .box-quotes .box-right p {
            padding: 1.2em;
            color: #fff;
            font-size: 1.3em;
            font-weight: 500; }
            .main-dashboard .board .board-content .box-quotes .box-left p img, .main-dashboard .board .board-content .box-quotes .box-right p img {
              height: 1.5em;
              padding-right: 0.5em;
              vertical-align: middle; }
  .main-dashboard .progress-ring {
    width: 100%; }
  .main-dashboard .progress-ring__circle {
    stroke-linecap: round;
    transition: stroke-dashoffset 0.85s;
    transform: rotate(-270deg);
    transform-origin: 50% 50%; }

.report_output {
  overflow-y: auto;
  position: relative;
  max-height: 100%; }
  .report_output table {
    border-collapse: collapse; }
    .report_output table th,
    .report_output table td {
      border: 1px solid #f5f7f3;
      padding: 8px 5px; }
    .report_output table th {
      border-top: 0;
      background: #2a435e;
      color: #f5f7f3;
      font-size: 12px;
      font-weight: bold;
      text-align: left;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 2; }
    .report_output table td {
      color: #000;
      font-size: 14px; }
      .report_output table td.nowrap {
        white-space: nowrap; }
      .report_output table td p.detaillant a {
        color: #2a435e;
        font-weight: bold; }
      .report_output table td.soumission a {
        color: #2a435e;
        font-style: italic; }
      .report_output table td .emailcomment {
        margin-top: 8px; }
      .report_output table td p.comment {
        margin-top: 10px; }
    .report_output table tr.tr_to_click {
      cursor: pointer; }
      .report_output table tr.tr_to_click:hover {
        background-color: #5cc7dd; }
    .report_output table tr:nth-child(odd) {
      background-color: #d5e2e9; }
    .report_output table tr.highlight {
      background-color: #b0bbc0; }
  .report_output.quotes-list table td {
    font-size: 12px; }
  .report_output .deletecomment {
    padding-left: 10px; }
  .report_output .createContact {
    padding-left: 10px; }

.editcontact textarea.descprob {
  height: 100px; }

.result_poll {
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  flex-grow: 1;
  height: 90em; }
  @media (min-width: 641px) {
    .result_poll {
      height: 60em; } }
  @media (min-width: 1281px) {
    .result_poll {
      height: 30em; } }
  .result_poll .questions {
    height: 25%;
    width: 100%;
    border: 1px solid #fff;
    border-right: 0px;
    justify-content: space-between; }
    @media (min-width: 641px) {
      .result_poll .questions {
        height: 50%; } }
    @media (min-width: 1281px) {
      .result_poll .questions {
        height: 100%; } }
    @media (min-width: 641px) {
      .result_poll .questions {
        width: calc(50% - 2px); } }
    @media (min-width: 1281px) {
      .result_poll .questions {
        width: calc(25% - 2px); } }
    .result_poll .questions:nth-child(4) {
      border-right: 1px solid #fff; }
    .result_poll .questions .title-bar {
      font-size: 1.2em;
      font-weight: 500;
      color: #fff;
      background-color: #2a435e;
      padding: 0.3em;
      box-sizing: border-box;
      height: 2em; }
    .result_poll .questions .content-area {
      box-sizing: border-box;
      height: calc(100% - 2em);
      padding: 1.5em;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .result_poll .questions .content-area div[data-qid] {
        width: 100%;
        margin-bottom: 1em; }
      .result_poll .questions .content-area ul {
        padding: 1.2em; }

td.top {
  text-align: center; }

.conteneur.sondages {
  font-size: 16px; }
  .conteneur.sondages button {
    background-color: #2a435e !important;
    padding: 0.7em 0.5em;
    font-weight: 500;
    font-size: 1em;
    color: white;
    border: none;
    cursor: pointer; }
  .conteneur.sondages .info {
    padding: 1em;
    border: 1px solid rgba(42, 67, 94, 0.2);
    margin-top: 2em;
    color: #2a435e; }
    .conteneur.sondages .info p {
      padding-bottom: 0.2em; }
  .conteneur.sondages .reponses {
    padding-top: 2em; }
    .conteneur.sondages .reponses .title {
      font-size: 1.5em;
      font-weight: 600;
      color: #2a435e; }
    .conteneur.sondages .reponses .cards {
      width: 100%;
      display: flex;
      padding-top: 1.5em;
      flex-wrap: wrap; }
      .conteneur.sondages .reponses .cards .card {
        box-sizing: border-box;
        width: calc(100% - 3px );
        font-size: 0.9em;
        border: 1px solid rgba(42, 67, 94, 0.2); }
        @media (min-width: 641px) {
          .conteneur.sondages .reponses .cards .card {
            width: calc(50% - 0.6em  );
            margin-bottom: 0.8em; }
            .conteneur.sondages .reponses .cards .card:nth-child(2n) {
              margin-left: 0.8em; } }
        @media (min-width: 1281px) {
          .conteneur.sondages .reponses .cards .card {
            width: calc(25% - 0.6em );
            margin-left: 0.8em; } }
        .conteneur.sondages .reponses .cards .card:first-child {
          margin-left: 0; }
        .conteneur.sondages .reponses .cards .card .card-title {
          background-color: #2a435e;
          color: #fff;
          padding: 0.5em 1em;
          font-weight: 500; }
        .conteneur.sondages .reponses .cards .card .card-content {
          display: flex;
          flex-direction: column;
          padding: 1em;
          justify-content: space-between;
          height: calc(100% - 4em); }
        .conteneur.sondages .reponses .cards .card .images {
          text-align: center; }
          .conteneur.sondages .reponses .cards .card .images img {
            padding-top: 0.5em;
            width: 5em; }

.editcontact .title {
  font-size: 20px;
  color: #2a435e;
  font-weight: 600; }
.editcontact input {
  width: 100% !important;
  box-sizing: border-box; }
  .editcontact input.com_to_cal {
    width: inherit !important; }
.editcontact .two-col {
  width: 100%;
  display: flex; }
  .editcontact .two-col input {
    margin-left: 5px; }
  .editcontact .two-col input:first-child {
    margin-right: 5px;
    margin-left: 0px; }

.header {
  background-color: #2a435e;
  width: 100%; }
  .header nav {
    display: flex;
    align-items: center;
    padding: 15px 40px; }
    .header nav .button_menu {
      background: none;
      border: 0;
      cursor: pointer;
      display: none;
      padding: 0; }
      .header nav .button_menu .bar1, .header nav .button_menu .bar2, .header nav .button_menu .bar3 {
        width: 35px;
        height: 5px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s; }
      .header nav .button_menu.change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px); }
      .header nav .button_menu.change .bar2 {
        opacity: 0; }
      .header nav .button_menu.change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px); }
    .header nav .burger i {
      color: white;
      font-size: 1.5em;
      transform: translateY(-2px); }
    .header nav .burger.hidden {
      display: none; }
    .header nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      position: relative; }
      .header nav ul li {
        margin-right: 20px; }
        .header nav ul li i {
          display: none; }
        .header nav ul li a {
          color: #FFF;
          font-size: 18px; }
          .header nav ul li a.langChng {
            font-weight: 600;
            font-size: 19px;
            display: inline-block;
            transform: translateY(-3px); }
        .header nav ul li.selected a {
          color: #58c74e; }
        .header nav ul li ul {
          display: none;
          background-color: #2a435e;
          align-items: flex-start;
          flex-direction: column;
          margin-left: -15px;
          padding-bottom: 4px;
          padding-top: 15px;
          position: absolute;
          z-index: 2000; }
          .header nav ul li ul li {
            margin: 0 !important; }
            .header nav ul li ul li a {
              display: block;
              padding: 4px 15px; }
        .header nav ul li:hover ul {
          display: block; }
      .header nav ul.main_menu li a {
        white-space: nowrap; }
      .header nav ul.main_menu.mobile {
        position: fixed;
        padding-top: 2em;
        flex-direction: column;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        text-align: left;
        background: rgba(38, 38, 38, 0.99);
        transform: translateX(-100%);
        overflow: hidden; }
        .header nav ul.main_menu.mobile.transitionnable {
          transition: transform 0.5s; }
        .header nav ul.main_menu.mobile.show {
          transform: translateX(0); }
        .header nav ul.main_menu.mobile li {
          align-self: flex-start;
          font-size: 1.5em;
          padding: 0.8em 1em;
          width: 100%;
          border-left: 10px solid transparent; }
          .header nav ul.main_menu.mobile li.selected {
            background: rgba(50, 50, 50, 0.5);
            border-left: 10px solid #2a435e; }
            .header nav ul.main_menu.mobile li.selected a {
              color: white; }
          .header nav ul.main_menu.mobile li a {
            font-size: 1em;
            font-weight: 300; }
          .header nav ul.main_menu.mobile li i {
            width: 1.5em;
            text-align: center;
            display: inline-block;
            color: #c4c4c4; }
      .header nav ul.sec_menu {
        margin-left: auto; }
        .header nav ul.sec_menu li {
          margin-left: 20px;
          margin-right: 0px; }
          .header nav ul.sec_menu li span {
            display: none; }

.popup {
  font-size: 16px;
  z-index: 2000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center; }
  .popup.popup-create-contact .popup-body, .popup.popup-add .popup-body {
    border-top: 6px solid #3B5B7D; }
    .popup.popup-create-contact .popup-body .popup-icon i, .popup.popup-add .popup-body .popup-icon i {
      background-color: #3B5B7D; }
  .popup.popup-add .popup-text input {
    margin-top: 0.5em; }
  .popup.popup-add .popup-text span.force-insert {
    font-weight: 500;
    text-decoration: underline;
    padding-top: 0.6em;
    cursor: pointer; }
  .popup.popup-add .popup-text input.hide {
    display: none; }
  .popup .popup-body {
    border-radius: 0.75em;
    border-top: 6px solid #c90000;
    padding: 0em 2em 2em 2em;
    background-color: #f3f3f3;
    max-width: 400px;
    margin: 1em;
    align-self: center; }
    .popup .popup-body .popup-icon {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      transform: translateY(calc(-50% - 6px)); }
      .popup .popup-body .popup-icon i {
        font-size: 2.2em;
        background-color: #c90000;
        color: #f3f3f3;
        padding: 0.5em;
        border-radius: 50%; }
    .popup .popup-body .popup-title {
      text-align: center;
      padding-top: 1.8em;
      padding-bottom: 1em;
      font-weight: 600;
      font-size: 1.3em; }
    .popup .popup-body .popup-text {
      text-align: center;
      color: #505050;
      font-size: 0.9em; }
      .popup .popup-body .popup-text ul {
        margin-top: 0.2em;
        list-style-type: none;
        display: inline-block;
        text-align: left; }
      .popup .popup-body .popup-text .pass-input {
        display: block;
        margin: 0 auto;
        font-size: 1.2em;
        margin-top: 0.5em;
        border-color: #c7c7c7;
        border-width: 1px; }
      .popup .popup-body .popup-text .locations {
        padding-top: 1em;
        width: 400px; }
        .popup .popup-body .popup-text .locations ul {
          display: flex;
          justify-content: space-between; }
          .popup .popup-body .popup-text .locations ul li {
            cursor: pointer;
            display: flex;
            flex-direction: column;
            width: 30%;
            padding: 1em 0;
            border-radius: 0.7em;
            background-color: #3B5B7D; }
            .popup .popup-body .popup-text .locations ul li i {
              font-size: 3.5em; }
            .popup .popup-body .popup-text .locations ul li span {
              padding-top: 0.5em; }
            .popup .popup-body .popup-text .locations ul li span, .popup .popup-body .popup-text .locations ul li i {
              color: white;
              align-self: center; }
      .popup .popup-body .popup-text.schedule p.error {
        margin-bottom: 0.8em; }
      .popup .popup-body .popup-text.schedule .input-wrapper {
        width: 400px;
        padding-bottom: 0.5em;
        text-align: left;
        display: flex;
        justify-content: space-between; }
        .popup .popup-body .popup-text.schedule .input-wrapper label {
          align-self: center;
          font-size: 1.1em;
          margin: 0;
          box-sizing: border-box; }
        .popup .popup-body .popup-text.schedule .input-wrapper input, .popup .popup-body .popup-text.schedule .input-wrapper select {
          width: 70%;
          padding: 0.3em 0.5em;
          align-self: baseline;
          margin: 0;
          font-size: 1.1em;
          box-sizing: border-box;
          border: none;
          box-shadow: inset 0 0 2px 2px #c9c9c9;
          background: #fff; }
          .popup .popup-body .popup-text.schedule .input-wrapper input.isError, .popup .popup-body .popup-text.schedule .input-wrapper select.isError {
            box-shadow: inset 0 0 2px 2px #cc3d3d;
            color: #000;
            font-weight: inherit; }
        .popup .popup-body .popup-text.schedule .input-wrapper .autofill-wrapper {
          box-sizing: border-box;
          width: 70%; }
          .popup .popup-body .popup-text.schedule .input-wrapper .autofill-wrapper .autofill-name {
            box-sizing: border-box;
            width: 100%; }
          .popup .popup-body .popup-text.schedule .input-wrapper .autofill-wrapper .isLoading {
            position: absolute;
            right: 0.2em;
            top: 50%;
            transform: rotate(0deg) translateY(-50%);
            font-size: 1.1em;
            transform-origin: top;
            animation-name: spinTranslated;
            animation-duration: 800ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear; }
          .popup .popup-body .popup-text.schedule .input-wrapper .autofill-wrapper .Loaded {
            position: absolute;
            right: 0.2em;
            top: 50%;
            transform: rotate(0deg) translateY(-50%);
            font-size: 1.1em; }
        .popup .popup-body .popup-text.schedule .input-wrapper .autofill-suggestion {
          box-shadow: inset 0 0 2px 2px #c9c9c9;
          background-color: white; }
          .popup .popup-body .popup-text.schedule .input-wrapper .autofill-suggestion .autofill-user {
            border: none;
            padding-left: 0.2em;
            box-shadow: inset 0px 0px 2px 0px #c9c9c9;
            background-color: transparent; }
            .popup .popup-body .popup-text.schedule .input-wrapper .autofill-suggestion .autofill-user:hover {
              background-color: #d4d4d4 !important; }
              .popup .popup-body .popup-text.schedule .input-wrapper .autofill-suggestion .autofill-user:hover .email {
                color: #4e4e4e; }
    .popup .popup-body #choosen {
      width: 70%;
      text-align: left;
      margin-left: auto; }
    .popup .popup-body .line {
      border-bottom: 1px solid #a5a5a5;
      text-align: center; }
      .popup .popup-body .line p {
        text-align: center;
        width: 30px;
        display: inline-block;
        background-color: #f3f3f3;
        transform: translateY(50%); }
    .popup .popup-body .list {
      padding-top: 1.25em; }
      .popup .popup-body .list ul {
        border: 1px solid #a5a5a5;
        list-style-type: none;
        max-height: 300px;
        overflow-y: scroll; }
        .popup .popup-body .list ul li {
          cursor: pointer;
          padding: 0.8em 0.5em;
          position: relative;
          border-bottom: 1px solid #a5a5a5; }
          .popup .popup-body .list ul li.selected .check {
            display: block; }
          .popup .popup-body .list ul li p.detnom {
            font-weight: 600;
            color: #2a435e; }
          .popup .popup-body .list ul li p.simil {
            font-size: 0.8em;
            color: #a5a5a5; }
          .popup .popup-body .list ul li .check {
            display: none;
            position: absolute;
            right: 1em;
            top: 50%;
            transform: translateY(-50%); }
          .popup .popup-body .list ul li:hover {
            background-color: #dad8d8; }
    .popup .popup-body .popup-actions {
      margin-top: 2em;
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
      .popup .popup-body .popup-actions.small-margin {
        margin-top: 1.25em; }
      .popup .popup-body .popup-actions button {
        background-color: #f3f3f3;
        border: 2px solid #8a8a8a;
        cursor: pointer;
        padding: 0.5em 0.8em;
        width: calc(50% - 10px);
        font-size: 1.1em;
        font-weight: 600;
        color: #505050; }
        .popup .popup-body .popup-actions button.delete {
          margin-left: 10px;
          background-color: #c90000;
          color: white;
          border: none; }
        .popup .popup-body .popup-actions button.create {
          background-color: #3B5B7D;
          color: white;
          border: none; }
        .popup .popup-body .popup-actions button .spin-it {
          animation-name: spin;
          animation-duration: 1s;
          animation-iteration-count: infinite;
          animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes spinTranslated {
  from {
    transform: rotate(0deg) translateY(-50%); }
  to {
    transform: rotate(360deg) translateY(-50%); } }
.custom-select-wrapper {
  font-size: 16px;
  width: 100%;
  position: relative; }
  .custom-select-wrapper select {
    display: none; }
  .custom-select-wrapper .select-box {
    z-index: 999;
    overflow: hidden;
    user-select: none;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 0.4em;
    border: 1px solid #999;
    font-size: 1em;
    cursor: pointer;
    overflow-x: scroll; }
    .custom-select-wrapper .select-box::-webkit-scrollbar {
      width: 0px;
      display: none;
      background: transparent;
      /* make scrollbar transparent */ }
    .custom-select-wrapper .select-box.tag-box {
      padding: 0.6em 0.4em; }
    .custom-select-wrapper .select-box:after {
      content: '';
      display: block;
      position: absolute;
      border-style: solid;
      border-width: 0.4em 0.4em 0 0.4em;
      border-color: #555 transparent transparent transparent;
      right: 0.2em;
      top: calc(50% - 0.2em); }
    .custom-select-wrapper .select-box span.tag {
      background-color: red;
      color: #FFF;
      border-radius: 2em;
      font-size: 0.8em;
      font-weight: 600;
      padding: 0.3em;
      white-space: nowrap;
      margin-left: 0.2em; }
      .custom-select-wrapper .select-box span.tag:first-child {
        margin-left: 0; }
      .custom-select-wrapper .select-box span.tag:nth-child(8n-7) {
        background-color: #7e0202; }
      .custom-select-wrapper .select-box span.tag:nth-child(8n-6) {
        background-color: #e74a01; }
      .custom-select-wrapper .select-box span.tag:nth-child(8n-5) {
        background-color: #d8b000; }
      .custom-select-wrapper .select-box span.tag:nth-child(8n-4) {
        background-color: #b3b602; }
      .custom-select-wrapper .select-box span.tag:nth-child(8n-3) {
        background-color: #277a00; }
      .custom-select-wrapper .select-box span.tag:nth-child(8n-2) {
        background-color: #008c96; }
      .custom-select-wrapper .select-box span.tag:nth-child(8n-1) {
        background-color: #0a0094; }
      .custom-select-wrapper .select-box span.tag:nth-child(8n) {
        background-color: #b700ff; }
      .custom-select-wrapper .select-box span.tag.none {
        background-color: gray; }
  .custom-select-wrapper.custom-open .selection-items {
    display: block; }
  .custom-select-wrapper .selection-items {
    z-index: 1000;
    user-select: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    border: 1px solid #999;
    border-top: none; }
    .custom-select-wrapper .selection-items .selection-item {
      width: 100%;
      position: relative;
      box-sizing: border-box;
      user-select: none;
      padding: 0.5em; }
    .custom-select-wrapper .selection-items i {
      float: right; }
      .custom-select-wrapper .selection-items i.fas.fa-trash {
        color: #790202; }
      .custom-select-wrapper .selection-items i.add-item {
        position: absolute;
        right: 0.5em;
        color: #FFF;
        background-color: #2a435e;
        padding: 0.2em 0.4em;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.6em; }
        .custom-select-wrapper .selection-items i.add-item.spin-it {
          animation-name: spin;
          animation-duration: 1s;
          animation-iteration-count: infinite;
          animation-timing-function: linear; }
    .custom-select-wrapper .selection-items input[type='text'] {
      margin: 0.5em;
      width: 90% !important; }

.button {
  display: inline-block;
  font-size: 16px;
  background-color: #2a435e;
  color: white;
  padding: 0.2em 0.4em;
  cursor: pointer; }
  .button.contacts {
    font-size: 14px;
    margin-left: 0.4em; }

.main-echeancier {
  display: flex;
  padding-top: 6em;
  flex-wrap: wrap;
  padding-bottom: 60px; }
  @media (min-width: 1281px) {
    .main-echeancier {
      padding-top: 4em; } }
  .main-echeancier .ech-datas {
    display: flex;
    flex-direction: column;
    box-sizing: border-box; }
    .main-echeancier .ech-datas .ech-data-container {
      box-sizing: border-box;
      width: 100%;
      padding-top: 0;
      margin-top: 2em; }
      .main-echeancier .ech-datas .ech-data-container .title {
        font-size: 1.2em;
        color: #2a435e;
        font-weight: 500;
        padding-bottom: 1.2em; }
      .main-echeancier .ech-datas .ech-data-container table {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.4);
        border-collapse: collapse; }
        .main-echeancier .ech-datas .ech-data-container table thead th {
          text-align: left;
          padding: 0.4em;
          border: 1px solid rgba(0, 0, 0, 0.4); }
        .main-echeancier .ech-datas .ech-data-container table tbody td {
          text-align: left;
          padding: 0.35em;
          border: 1px solid rgba(0, 0, 0, 0.4); }
          .main-echeancier .ech-datas .ech-data-container table tbody td.action {
            padding: 0em; }
          .main-echeancier .ech-datas .ech-data-container table tbody td button {
            background-color: #870000;
            width: 100%;
            height: 100%;
            padding: 0.5em;
            border: none;
            color: #fff;
            cursor: pointer; }
        .main-echeancier .ech-datas .ech-data-container table tr.add td {
          padding: 0; }
          .main-echeancier .ech-datas .ech-data-container table tr.add td input {
            box-sizing: border-box;
            width: 100%;
            padding: 0.4em; }
          .main-echeancier .ech-datas .ech-data-container table tr.add td button {
            background-color: #2a435e;
            width: 100%;
            height: 100%;
            padding: 0.5em;
            border: none;
            color: #fff;
            cursor: pointer; }
  .main-echeancier .filelist {
    margin-top: 2em; }
    .main-echeancier .filelist ul {
      list-style-type: none;
      border: 1px solid rgba(0, 0, 0, 0.1);
      margin-top: 1em;
      margin-bottom: 1em;
      background-color: #fbfbfb; }
      .main-echeancier .filelist ul li {
        padding: 0.8em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .main-echeancier .filelist ul li:last-child {
          border-bottom: none; }
        .main-echeancier .filelist ul li a {
          color: #000; }
        .main-echeancier .filelist ul li span {
          float: right;
          cursor: pointer;
          color: red; }
  .main-echeancier .fileimport {
    background-color: #fbfbfb;
    display: inline-block;
    padding: 1em; }
    .main-echeancier .fileimport form input {
      display: block;
      margin-bottom: 0.7em; }
      .main-echeancier .fileimport form input[type="submit"] {
        margin-bottom: 0em;
        background-color: #2a435e;
        border: none;
        font-weight: 500;
        padding: 0.5em 0.7em;
        cursor: pointer;
        color: #fff; }
  .main-echeancier .nav-gantt {
    color: #2a435e;
    font-size: 2.5em;
    margin-top: 0.3em;
    cursor: pointer;
    user-select: none; }
  .main-echeancier .spacer {
    max-height: 0;
    border: none !important;
    height: 1000px !important; }
    .main-echeancier .spacer.end {
      border-left: 1px solid #2a435e !important; }
  .main-echeancier .boite-interface {
    width: 100%;
    background-color: #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    padding: 2em;
    overflow: scroll;
    scrollbar-width: none; }
    .main-echeancier .boite-interface .titleBox {
      display: flex;
      width: 100%;
      flex-shrink: 1;
      flex-direction: column; }
      @media (min-width: 1281px) {
        .main-echeancier .boite-interface .titleBox {
          flex-direction: row; } }
      .main-echeancier .boite-interface .titleBox > div {
        width: 100%;
        overflow: hidden; }
        @media (min-width: 641px) {
          .main-echeancier .boite-interface .titleBox > div {
            width: 50%; }
            .main-echeancier .boite-interface .titleBox > div:first-child {
              width: 100%; } }
        @media (min-width: 1281px) {
          .main-echeancier .boite-interface .titleBox > div {
            width: 50%; } }
      .main-echeancier .boite-interface .titleBox .client {
        padding-top: 0.5em;
        padding-bottom: 2em; }
        .main-echeancier .boite-interface .titleBox .client a {
          color: #2a435e; }
      .main-echeancier .boite-interface .titleBox .dates {
        display: flex;
        justify-content: space-around; }
        .main-echeancier .boite-interface .titleBox .dates div label {
          font-size: 1.2em;
          margin-right: 0.1em; }
        .main-echeancier .boite-interface .titleBox .dates div input {
          border: none; }
    .main-echeancier .boite-interface .styledEdit {
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      max-width: 100%; }
      .main-echeancier .boite-interface .styledEdit .editing-badge {
        color: #2a435e;
        opacity: 0; }
      .main-echeancier .boite-interface .styledEdit.bordertop {
        margin-top: 0.5em;
        border-top: 2px solid #2a435e; }
      .main-echeancier .boite-interface .styledEdit:hover .editing-badge {
        opacity: 1; }
      .main-echeancier .boite-interface .styledEdit input,
      .main-echeancier .boite-interface .styledEdit textarea {
        font-family: 'Montserrat', sans-serif;
        max-width: 100%;
        min-width: 100px;
        overflow: hidden;
        display: inline-block;
        box-sizing: border-box;
        background-color: #eee;
        border: none;
        font-size: 1em;
        color: #2a435e;
        font-weight: 600;
        transition: background-color 0.25s; }
        .main-echeancier .boite-interface .styledEdit input:hover,
        .main-echeancier .boite-interface .styledEdit textarea:hover {
          background-color: #fff; }
        .main-echeancier .boite-interface .styledEdit input#echeanciersTitre,
        .main-echeancier .boite-interface .styledEdit textarea#echeanciersTitre {
          font-size: 2.5em; }
        .main-echeancier .boite-interface .styledEdit input#echeanciersDesc,
        .main-echeancier .boite-interface .styledEdit textarea#echeanciersDesc {
          box-sizing: border-box;
          padding-top: 0.5em;
          margin-bottom: 0.8em;
          font-size: 1em;
          font-weight: 600;
          color: #3b3b3b; }
        .main-echeancier .boite-interface .styledEdit input:focus,
        .main-echeancier .boite-interface .styledEdit textarea:focus {
          background-color: #fff; }
    .main-echeancier .boite-interface button.add-task,
    .main-echeancier .boite-interface button.del-ech {
      border: none;
      border-radius: 0.2em;
      margin: 0 auto;
      margin-top: 0.9em;
      padding: 0.5em 0.5em;
      vertical-align: top; }
    .main-echeancier .boite-interface button.del-ech {
      background-color: #a50000; }
    .main-echeancier .boite-interface .center.no-task {
      color: #2a435e;
      font-weight: 600;
      padding: 0.8em;
      font-size: 1.2em; }
    .main-echeancier .boite-interface .echeancierGrid {
      display: flex;
      flex-direction: column;
      border: 2px solid #2a435e; }
      .main-echeancier .boite-interface .echeancierGrid .echeancierRow {
        display: flex; }
        .main-echeancier .boite-interface .echeancierGrid .echeancierRow .tasks {
          width: 30%; }
          @media (min-width: 641px) {
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .tasks {
              width: 20%; } }
          .main-echeancier .boite-interface .echeancierGrid .echeancierRow .tasks .task-item {
            height: 2em;
            border-top: 1px solid #2a435e; }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .tasks .task-item:first-child {
              border-top: none; }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .tasks .task-item .styledEdit {
              width: 100%;
              height: 100%; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .tasks .task-item .styledEdit input {
                height: 100%;
                padding-left: 0.2em;
                width: 100%;
                font-size: 0.8em !important; }
                @media (min-width: 961px) {
                  .main-echeancier .boite-interface .echeancierGrid .echeancierRow .tasks .task-item .styledEdit input {
                    font-size: 1.1em !important; } }
        .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt {
          overflow-x: scroll;
          width: 50%;
          scrollbar-width: none; }
          @media (min-width: 641px) {
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt {
              width: 70%; } }
          .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt::-webkit-scrollbar {
            width: 0px;
            display: none;
            background: transparent;
            /* make scrollbar transparent */ }
          .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row {
            display: flex;
            justify-content: stretch;
            flex-direction: row; }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] {
              overflow: hidden;
              overflow-x: scroll;
              box-sizing: border-box;
              position: relative;
              position: sticky;
              left: 0; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content {
                width: 100%;
                background-color: #eee;
                padding: 0.5em 0.5em;
                border-left: 1px solid #2a435e;
                box-sizing: border-box; }
                .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content h2 {
                  font-size: 1em;
                  padding-bottom: 0.2em;
                  color: #2a435e;
                  font-weight: 500; }
                  @media (min-width: 641px) {
                    .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content h2 {
                      font-size: 2em; } }
                .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content .styledEdit {
                  width: 100%; }
                  .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content .styledEdit textarea {
                    display: block;
                    width: 100%;
                    overflow-y: scroll; }
                .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content p {
                  padding-top: 0.8em;
                  font-weight: 500; }
                .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content select {
                  font-size: 1.1em; }
                .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content .row-info {
                  display: flex; }
                  .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content .row-info input {
                    margin-right: 1em;
                    font-size: 1.1em; }
                .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content .delete {
                  background-color: transparent;
                  color: #a50000;
                  border: none;
                  position: absolute;
                  right: 0;
                  top: 0;
                  font-size: 1.2em;
                  padding: 0.5em; }
                  @media (min-width: 641px) {
                    .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row[data-info] .content .delete {
                      font-size: 2em; } }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row.closed {
              max-height: 0; }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell {
              flex-grow: 1;
              user-select: none;
              height: 2em;
              min-width: 2em;
              border-left: 1px solid #2a435e;
              border-top: 1px solid #2a435e;
              text-align: center;
              background-color: #b4b4b4;
              color: white;
              display: flex;
              justify-content: center;
              align-items: center;
              font-weight: 600;
              position: relative; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell.cursor span {
                border: 1px solid #fff;
                border-radius: 100%;
                width: 1.2em; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell span {
                cursor: pointer;
                font-size: 0.8em; }
                @media (min-width: 641px) {
                  .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell span {
                    font-size: 1em; } }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell.green {
                background-color: #00a500 !important; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell.red {
                background-color: #a50000 !important; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell.blue {
                background-color: #0068a5 !important; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell.yellow {
                background-color: #daba2f !important; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell.orange {
                background-color: #da8a2f !important; }
              .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row .ganttCell.purple {
                background-color: #580792 !important; }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .gantt .gantt-row:first-child .ganttCell {
              border-top: none; }
        .main-echeancier .boite-interface .echeancierGrid .echeancierRow .actions {
          width: 20%; }
          @media (min-width: 641px) {
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .actions {
              width: 10%; } }
          .main-echeancier .boite-interface .echeancierGrid .echeancierRow .actions .action-item {
            height: 2em;
            text-align: right;
            border-top: 1px solid #2a435e;
            border-left: 1px solid #2a435e;
            display: flex;
            justify-content: space-evenly;
            align-items: center; }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .actions .action-item:first-child {
              border-top: none; }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .actions .action-item input {
              transform: scale(1.5);
              background-color: #eee; }
            .main-echeancier .boite-interface .echeancierGrid .echeancierRow .actions .action-item i {
              color: #2a435e;
              font-size: 1.4em;
              cursor: pointer; }

.popup-action-echeancier {
  background-color: #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  border-radius: 0.5em;
  overflow: hidden;
  width: 250px; }
  .popup-action-echeancier .date {
    background-color: #2a435e;
    text-align: center;
    padding: 0.2em 0;
    font-weight: 600;
    color: #fff; }
  .popup-action-echeancier .content {
    padding: 0.5em; }
  .popup-action-echeancier button {
    display: block;
    background-color: #00a500;
    color: white;
    border: none;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    padding: 0.7em 0.6em;
    border-radius: 0.5em; }
    .popup-action-echeancier button.end {
      background-color: #a50000;
      margin-top: 0.5em; }

.editing-badge {
  position: absolute;
  right: 0.1em;
  top: 0.1em;
  opacity: 1;
  transition: opacity 0.25s ease-out; }
  .editing-badge.spin {
    animation: rotate 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both; }
  .editing-badge.green {
    color: #00a500 !important; }
  .editing-badge.red {
    color: #a50000 !important; }
  .editing-badge.opaque {
    opacity: 1 !important; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.mestaches {
  min-height: 90vh;
  background-color: #eee;
  display: flex;
  flex-direction: column; }
  .mestaches .legende {
    border: 1px solid #22222299;
    position: fixed;
    font-size: 0.9em;
    right: 4em;
    bottom: 4em;
    background-color: white;
    padding: 1em; }
    .mestaches .legende ul {
      list-style-type: none; }
      .mestaches .legende ul li span.color {
        vertical-align: middle;
        margin-right: 0.5em;
        width: 2em;
        height: 1em;
        display: inline-block; }
  @media (min-width: 961px) {
    .mestaches {
      flex-direction: row; } }
  .mestaches .filtresrapport {
    height: auto;
    flex-shrink: 0; }
  .mestaches .taskContainer {
    flex-grow: 1; }
  .mestaches .projet-list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 2em; }
    .mestaches .projet-list .projet {
      margin-bottom: 2em;
      font-size: 14px;
      box-sizing: border-box;
      flex-shrink: 0;
      width: calc(100% - 0em);
      margin-right: 0em;
      margin-left: 0em; }
      @media (min-width: 961px) {
        .mestaches .projet-list .projet {
          width: calc(50% - 2em);
          margin-right: 1em;
          margin-left: 1em; } }
      @media (min-width: 1281px) {
        .mestaches .projet-list .projet {
          width: calc(33.333% - 2em); } }
      .mestaches .projet-list .projet .projet-header {
        overflow: hidden;
        border-radius: 0.5em;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        background-color: #2a435e;
        padding: 1em 1em;
        color: #fff; }
      .mestaches .projet-list .projet ul {
        list-style-type: none; }
        .mestaches .projet-list .projet ul .tache {
          margin-top: 1em;
          background-color: #fff;
          border-radius: 0.5em;
          display: flex;
          overflow: hidden;
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1); }
          .mestaches .projet-list .projet ul .tache .marker {
            width: 1em;
            background-color: red; }
          .mestaches .projet-list .projet ul .tache .wrap {
            padding: 1em 1em;
            flex-grow: 1; }
          .mestaches .projet-list .projet ul .tache .tache-titre {
            font-weight: 600;
            position: relative;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            padding-right: 1.5em;
            font-size: 1.1em;
            color: #111111; }
            .mestaches .projet-list .projet ul .tache .tache-titre .date {
              font-weight: 300;
              font-size: 0.8em; }
            .mestaches .projet-list .projet ul .tache .tache-titre:after {
              content: "+";
              color: #111111;
              position: absolute;
              right: 0.1em;
              top: -0.4em;
              font-size: 3em;
              font-weight: 300;
              cursor: pointer; }
          .mestaches .projet-list .projet ul .tache .tache-details {
            padding-top: 0.5em;
            max-height: 0;
            transition: max-height 0.5s;
            overflow: hidden; }
            .mestaches .projet-list .projet ul .tache .tache-details a {
              display: block;
              color: #6a6a6a;
              padding-top: 1em; }
          .mestaches .projet-list .projet ul .tache.open .tache-titre:after {
            content: "-";
            top: -0.5em;
            right: 0.15em; }
          .mestaches .projet-list .projet ul .tache.open .tache-details {
            max-height: 200px; }

.top {
  display: flex;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 100%; }
  .top ul.lang {
    display: flex;
    list-style-type: none;
    margin-left: auto;
    z-index: 9999; }
    .top ul.lang li {
      color: #6b7bfb; }
      .top ul.lang li + li:before {
        content: '|'; }
    .top ul.lang a {
      color: #6b7bfb;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 5px; }
      .top ul.lang a.active {
        font-weight: 800; }

.container.accueil {
  background: #FFF;
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  margin: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif; }
  .container.accueil .hero-side {
    width: 50%;
    background-color: #2A435E;
    background-image: url("../../images/bg-home-left.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    min-height: 200px; }
    .container.accueil .hero-side img.logoHero {
      display: none; }
  .container.accueil .contenu-accueil {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    width: 50%;
    padding: 0 15px;
    position: relative; }
    .container.accueil .contenu-accueil h1 {
      color: #6b7bfb;
      font-size: 1.7em;
      font-weight: 800;
      margin: 1.8em 0;
      text-transform: uppercase; }
    .container.accueil .contenu-accueil .conteneurFlex {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      flex-grow: 1; }
    .container.accueil .contenu-accueil .boitelogin {
      max-width: 550px;
      margin: 0px auto;
      padding: 25px 0;
      width: 100%; }
      .container.accueil .contenu-accueil .boitelogin h2 {
        color: #6b7bfb;
        font-size: 2.25em;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 0.5em; }
      .container.accueil .contenu-accueil .boitelogin h3 {
        color: #6b7bfb;
        font-size: 1.25em;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 0.5em; }
      .container.accueil .contenu-accueil .boitelogin img {
        display: block;
        max-width: 380px;
        width: 100%;
        margin: 20px auto 70px auto; }
      .container.accueil .contenu-accueil .boitelogin.activate {
        text-align: center; }
      .container.accueil .contenu-accueil .boitelogin.moreinfo {
        padding-top: 70px; }
        .container.accueil .contenu-accueil .boitelogin.moreinfo h3 a {
          color: #6b7bfb;
          font-size: 1.75em;
          display: flex;
          align-items: center; }
          .container.accueil .contenu-accueil .boitelogin.moreinfo h3 a span.go {
            background-color: #6b7bfb;
            border-radius: 50%;
            color: #FFF;
            display: inline-block;
            margin-left: auto;
            padding: 15px 10px; }
      .container.accueil .contenu-accueil .boitelogin ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #6b7bfb;
        opacity: 0.4; }
      .container.accueil .contenu-accueil .boitelogin :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #6b7bfb;
        opacity: 0.4; }
      .container.accueil .contenu-accueil .boitelogin ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #6b7bfb;
        opacity: 0.4; }
      .container.accueil .contenu-accueil .boitelogin :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #6b7bfb;
        opacity: 0.4; }
    .container.accueil .contenu-accueil .loginForm form > div {
      display: flex;
      align-items: center; }
      .container.accueil .contenu-accueil .loginForm form > div:last-child {
        margin-top: 25px; }
    .container.accueil .contenu-accueil .loginForm .erreurLogin {
      font-size: 1rem;
      margin-bottom: 0.8em; }
    .container.accueil .contenu-accueil .loginForm input {
      width: 100%; }
      .container.accueil .contenu-accueil .loginForm input:focus {
        outline: 0; }
      .container.accueil .contenu-accueil .loginForm input[type="text"], .container.accueil .contenu-accueil .loginForm input[type="password"] {
        border: 0;
        border-bottom: 1px solid #6b7bfb;
        background-color: #FFF;
        color: #000;
        font-size: 1.25em;
        margin: 15px 0;
        padding: 10px 5px 2.5px 5px; }
      .container.accueil .contenu-accueil .loginForm input[type="submit"] {
        background: #6b7bfb;
        border: 0px;
        color: #FFF;
        font-size: 1.25em;
        font-weight: 600;
        padding: 5px 15px;
        text-transform: uppercase;
        width: inherit; }
      .container.accueil .contenu-accueil .loginForm input.login {
        border-radius: 50%;
        font-size: 1.75em;
        padding: 15px 10px; }
    .container.accueil .contenu-accueil .loginForm .motdepasseoublie {
      color: #6b7bfb;
      font-size: 1.1em;
      margin-left: auto; }
  .container.accueil .footer {
    background: none;
    color: #000;
    opacity: 0.4;
    padding: 10px 0;
    position: relative; }
    .container.accueil .footer a {
      color: #000; }
    .container.accueil .footer .right {
      display: block; }
      .container.accueil .footer .right svg {
        width: 24px; }
        .container.accueil .footer .right svg .badge-pa {
          fill: #CCCCCC; }
  @media (max-width: 991.98px) {
    .container.accueil {
      flex-direction: column; }
      .container.accueil .hero-side {
        background-image: url("../../images/bg-home-left-mobile.jpg");
        flex-grow: 0.5;
        width: 100%; }
      .container.accueil .contenu-accueil {
        width: 100%; } }
  @media (max-width: 575.98px) {
    .container.accueil .contenu-accueil .loginForm form > div:last-child {
      flex-direction: column; }
    .container.accueil .contenu-accueil .loginForm .motdepasseoublie {
      margin: 20px auto 0 auto; } }

.footer {
  background: #000;
  color: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 11px;
  position: relative;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer a {
    color: #FFF; }
  .footer .right {
    float: none;
    margin-left: auto; }
    .footer .right svg {
      height: auto;
      width: 12px; }
      .footer .right svg .badge-pa {
        fill: #CCCCCC; }

a {
  text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a[href^=tel] {
    color: inherit;
    text-decoration: none; }

.conteneur {
  font-size: 16px;
  width: 100%; }
  @media (min-width: 481px) {
    .conteneur {
      width: 100%; } }
  @media (min-width: 641px) {
    .conteneur {
      width: 80%;
      margin: 0 auto; } }
  @media (min-width: 961px) {
    .conteneur {
      width: 900px; } }
  @media (min-width: 1281px) {
    .conteneur {
      width: 1200px; } }
  @media (min-width: 641px) {
    .conteneur.large {
      width: 100%; } }
  @media (min-width: 961px) {
    .conteneur.large {
      width: 100%; } }
  @media (min-width: 1281px) {
    .conteneur.large {
      width: 1280px;
      margin: 0 auto; } }

div.center {
  text-align: center; }

.irouge {
  color: red; }

.ivert {
  color: green; }

.ibleu {
  color: #2a435e; }

.moy-4 {
  color: green; }

.moy-3 {
  color: greenyellow; }

.moy-2 {
  color: yellow; }

.moy-1 {
  color: orange; }

.moy-0 {
  color: red; }

form .submit {
  border: 0;
  cursor: pointer;
  background: #2a435e;
  color: #F5F7F3 !important;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  margin-right: 30px; }
  form .submit#client-delete-button {
    background-color: #8b0000; }

.submit.quitter {
  font-size: 16px;
  color: white;
  border: none;
  font-weight: 500;
  padding: 0.3em 0.5em;
  cursor: pointer; }

.label-contact {
  width: auto !important; }

.editcontact .soumissionDateSuiviMod, .editcontact .soumissionDateSuivi {
  width: auto !important; }
.editcontact .add-more-wrapper {
  margin: 8px 0 8px;
  height: 24px; }
  .editcontact .add-more-wrapper select {
    padding: 0;
    height: 100%;
    margin: 0; }
  .editcontact .add-more-wrapper span {
    display: none;
    box-sizing: border-box;
    vertical-align: bottom;
    font-size: 18px;
    padding: 0.05em 0.4em;
    font-weight: 600;
    height: 100%; }
    .editcontact .add-more-wrapper span.show {
      display: inline-block; }

.item-sav {
  display: flex; }
  .item-sav label {
    align-self: center;
    margin-top: 0 !important;
    margin-left: 12px; }
    .item-sav label:first-child {
      margin-left: 0px; }
  .item-sav input {
    align-self: center;
    width: calc(90% - 0.2em) !important; }
    .item-sav input[type="number"] {
      width: 10% !important;
      margin-right: 0.2em; }

#add-sav-item {
  font-size: 18px;
  padding: 5px 16px;
  display: block;
  margin: 0 auto; }

.footer-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5em;
  display: flex;
  justify-content: center; }
  .footer-logo img {
    width: 200px;
    align-self: center; }
