@charset "UTF-8";
html {
  font-size: 14px;
}

h1,
h2 {
  margin-top: 0;
  text-align: center;
}
h1 i,
h2 i {
  color: #a0c640;
}
@media screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 2em;
  }
}

a {
  color: #2f3f4f;
  text-decoration: none;
}

label {
  margin: 0.5em 0.5em 0.2em 0.5em;
}
label span {
  padding-left: 2em;
  color: #888;
}

input {
  padding: 5px;
  font-size: 1em;
  border-radius: 5px;
  border: 0.5px solid #2f3f4f;
  color: #2f3f4f;
  background-color: #ffffff;
  outline: none;
}

input:-moz-focusring {
  text-shadow: 0 0 0 #000;
}

input:-moz-focusring * {
  color: #000;
  text-shadow: none;
}

input[type='radio'] {
  min-width: 300px;
}

input[type='radio'] {
  margin-left: 15px;
  margin-right: 5px;
  min-width: 10px;
  width: 10%;
}

input[type='number'] {
  max-width: 8em;
  min-width: 1em;
  margin-right: 5px;
  text-align: center;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='date'].form-control {
  line-height: 1em;
}

.ddmmyyyy_date {
  margin: auto calc(50% - 6em);
}

.dd_date,
.mm_date {
  min-width: 3em;
  width: 3em;
  margin-right: 5px;
}

.yyyy_date {
  display: block;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  width: 5em;
}

textarea {
  width: 100%;
  padding: 10px;
}

.navbar {
  position: fixed;
  width: 100%;
}

select {
  border-radius: 5px;
  border: none;
  padding: 5px;
  text-align: center;
}
select option {
  text-align: center;
}

.page-titl {
  color: #2f3f4f;
  margin-bottom: 10px;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .page-titl {
    margin: 3em auto 1em auto;
  }
}

p.fixinput {
  padding: 5px;
  margin: 0.5em;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-radius: 7px;
}

.error {
  color: #ea5615;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 0em;
  text-transform: uppercase;
}

fieldset legend {
  padding-left: 1em;
  background-color: #f2f5f7;
  font-weight: bold;
}

.bottom-menu {
  width: 100%;
  height: 3em;
}

.bottom-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: calc(100% - 10em);
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: calc(100% - 2em);
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 2em);
    font-size: 12px;
    padding: 0;
  }
}

.first {
  margin-bottom: 50px !important;
}

#section_view_tab,
.section {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 100px;
  background-color: #f0f5f5;
  padding: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}
#section_view_tab legend,
.section legend {
  color: #2fb9ca;
}
#section_view_tab label,
.section label {
  font-weight: 400;
}

.row-main {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.row-main p {
  font-size: 1.2em;
}
.row-main .btn-combi {
  margin-left: 30%;
}
.row-main .col {
  display: inline-block;
  float: none;
}
@media screen and (max-width: 1200px) {
  .row-main {
    margin-left: 1em;
    margin-right: 1em;
  }
  .row-main p {
    font-size: 1.2em;
  }
  .row-main .btn-combi {
    margin-left: 30%;
  }
}
@media screen and (max-width: 992px) {
  .row-main {
    margin-left: 1em;
    margin-right: 1em;
  }
  .row-main p {
    font-size: 1.2em;
  }
  .row-main .btn-combi {
    margin-left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .row-main {
    margin-left: 1px;
    margin-right: 1px;
    font-size: 0.9em;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px;
  }
  .row-main p {
    font-size: 1.1em;
  }
  .row-main .btn-combi {
    margin-left: 30%;
  }
  .row-main .form-group {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-main .form_fixed_link {
    min-height: 3.5em;
    margin-top: 2px;
  }
}

.filter_block {
  margin: 0;
  padding: 4px;
  border-radius: 7px;
  border: 1px solid transparent;
}
.filter_block i {
  margin: 0 0.5em;
  color: #2f3f4f;
}
.filter_block input {
  width: 80%;
  font-size: 1em;
  border-radius: 5px;
  border: 0.5px #295c89;
  color: #295c89;
  background-color: #ffffff;
}

.footer {
  position: fixed;
  bottom: 0;
  box-shadow: 0px 7px 10px #555;
  /*@media screen and (max-width: $screen-sm) {
    position: relative;
    top: calc(100% - 3em);
    bottom: 0;
  }*/
  padding: 1%;
  min-height: 3em;
  text-align: center;
  background-color: #ffffff;
  color: #2f3f4f;
  width: 100%;
}

a.footer-col {
  font-size: 0.8em;
  text-transform: uppercase;
  vertical-align: middle;
  padding-bottom: 1em;
  color: #2f3f4f;
}

.label {
  color: #2f3f4f;
  display: block;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .label {
    margin-left: 1px;
    font-size: 1em;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px;
  }
  .label p {
    font-size: 1.1em;
  }
}

input.form-control {
  display: block;
  margin: 0.5em;
  width: calc(100% - 1em);
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #ffffff;
  color: #2f3f4f;
}
input.form-control placeholder {
  color: #252225;
}

input:invalid {
  color: #000;
  background-color: #fff;
}

input.bigcheckbox {
  float: right;
  border: 3px solid #2d5680;
  border-width: 2px;
  min-height: 1.5em;
  min-width: 1.2em;
  text-align: center;
  margin: 0em;
  font-size: 1em;
  font-weight: 400;
  padding-right: 1em;
  background-color: #ffffff;
  color: #eae6e6;
}

input[type='radio'] {
  display: inline-block;
  border: 3px solid #2d5680;
  border-width: 2px;
  margin-right: 3px;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  text-align: center;
  width: calc(100% - 1em);
  background-color: #ffffff;
  color: #2f3f4f;
  border-radius: 5px;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
}

textarea.form-control {
  width: calc(100% - 2em);
  overflow: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.1em;
  background-color: #ffffff;
  color: #2f3f4f;
  border-radius: 5px;
}

#person_chosen,
.form-note {
  min-width: 90%;
  margin-bottom: 0.5em;
  border: 2px solid #000;
  border-bottom-width: 2px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0.5em 1em;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
}

#person_chosen {
  border: 4px solid #f5c5c5;
  width: 300px;
}

.delete_person {
  right: 5px;
  color: #f5c5c5;
  font-weight: bold;
}

/* The Modal (background) */
.modal-xl {
  width: 90vw;
}

.modal-backdrop {
  opacity: 0.5 !important;
}
.modal-backdrop .in {
  opacity: 1;
}

.section-btn-save-sup {
  background-color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 50px;
  left: 0;
  box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#menu_bottom {
  position: fixed !important;
  bottom: 0;
  right: 30px;
  margin-top: 50px;
  background-color: #ffffff20;
}
@media screen and (max-width: 768px) {
  #menu_bottom {
    width: 100%;
    margin: 2em 0px 0px 0px;
    padding-bottom: 0px;
  }
}
#menu_bottom ul {
  list-style: none;
}
#menu_bottom ul a {
  cursor: pointer;
}
#menu_bottom ul a li.save,
#menu_bottom ul a li.arch {
  background-color: #195059;
  color: #ffffff;
}
#menu_bottom ul a li.save:hover,
#menu_bottom ul a li.arch:hover {
  background-color: #2f3f4f;
  color: #ffffff;
}
#menu_bottom ul a li.del {
  background-color: #2d5680;
  color: #ffffff;
}
#menu_bottom ul a li.del:hover {
  background-color: #2f3f4f;
  color: #ffffff;
}
#menu_bottom ul a li {
  display: inline-block;
  margin: auto 5px;
  padding: 5px 25px;
  border-radius: 20px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #menu_bottom ul a li {
    font-size: 0.8em;
    padding: 5px 5px;
    right: 5%;
  }
}

.btn-submit {
  float: none;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  margin: 0.5em;
  width: calc(100% - 1em);
  border-radius: 7px;
  color: #fff;
  background-color: #2f3f4f;
  box-shadow: 0 10px 14px -7px #eee;
}
.btn-submit:hover {
  background-color: #2f3f4f;
  color: #ffffff;
  box-shadow: 0 10px 14px -7px #eee;
  cursor: pointer;
}

.btn-export {
  width: 100%;
  margin: 0.5em auto;
  float: none;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 7px;
  color: #ffffff;
  background-color: #2f3f4f;
}
.btn-export:hover {
  background-color: #a0c640;
  color: #ffffff;
}

.btn-large {
  width: 100%;
}

.btn-success {
  background-color: #a0c640;
  color: #ffffff;
  border: 0px;
}
.btn-success:hover {
  background-color: #d7e6e1;
  color: #a0c640;
}

.btn-primary {
  width: calc(100% - 1em);
  margin: 0.5em;
  float: none;
  border: 0px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 7px;
  background-color: #195059;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #2f3f4f;
  color: #ffffff;
}

.btn-warning {
  width: 100%;
  min-width: 200px;
  margin: 0.5em auto;
  float: none;
  border: 0px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}

.btn-danger {
  width: 100%;
  min-width: 200px;
  margin: 0.5em auto;
  float: none;
  border: 0px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-color: #ea5615;
  color: #ffffff;
}
.btn-danger:hover {
  background-color: rgba(234, 86, 21, 0.2);
  color: #ea5615;
}

.btn-side {
  height: 40px;
  width: 60px;
  border: 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 5px 10px 5px 10px;
  background-color: #0c6600;
}
.btn-side i {
  color: #ffffff;
  font-size: 2em;
}

.section-header {
  display: grid;
  grid-template-columns: 20em 30em calc(100% - 50em);
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin: 1em;
}

.table-container {
  padding: 0;
  overflow-wrap: break-word;
  display: block;
}

table {
  background-color: #ffffff;
  border: none;
  margin-bottom: 0;
  overflow-x: auto;
}
table thead tr {
  color: #ffffff;
  padding: 2px;
  font-size: 1em;
  border: none;
}
table thead tr th {
  background-color: #195059;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
table thead tr th:first-letter {
  text-transform: uppercase;
}
table thead tr th:first-child {
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
table thead tr th:last-child {
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
table thead tr span.glyphicon-sort {
  color: #ffffff;
  font-size: 0.6em;
  padding-top: 0.7em;
  float: right;
}
table tbody tr {
  position: relative;
  cursor: pointer;
  padding: 5px;
  color: #252225;
}
table tbody tr:hover {
  background: rgba(47, 185, 202, 0.1);
}
table tbody tr td {
  padding: 5px;
}
table tbody tr a {
  left: 0;
  color: #252225;
  height: 100%;
  width: 100%;
}
table tbody tr i {
  float: right;
}
table tbody tr:last-child td:first-child {
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
table tbody tr:last-child td:last-child {
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
table tbody tr td {
  vertical-align: middle;
  text-align: center;
}
table tbody .tr-invisible {
  font-style: oblique;
  color: #cbc9c9;
}
table tbody .tr-redinvisible {
  font-style: oblique;
  color: #f7c3c3;
}
@media screen and (max-width: 768px) {
  table {
    padding: 2px;
  }
  table thead tr {
    font-size: 0.8em;
  }
  table thead tr span.glyphicon-sort {
    display: none;
  }
  table thead th {
    max-width: 80px;
    padding: 2px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* Renamed property in CSS3 draft spec */
    font-weight: 400;
    font-size: 0.8em;
    text-transform: uppercase;
  }
  table tbody tr td {
    max-width: 80px;
    padding: 2px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* Renamed property in CSS3 draft spec */
    font-size: 0.8em;
  }
}

.content_alert {
  display: none;
  position: relative;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(127, 127, 127, 0.8);
}
.content_alert #close {
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .content_alert .alert_messages {
    width: 94% !important;
    left: 3% !important;
  }
}
.content_alert .alert_messages {
  position: absolute;
  z-index: 1000;
  left: calc(50% - 275px);
  top: 200px;
  text-align: center;
  width: 550px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .content_alert .alert_messages {
    top: 20%;
    width: 90%;
    left: 5%;
    padding: 0px;
  }
}
.content_alert .alert_messages #msg_h3 div {
  margin: 5px;
}
.content_alert .alert_messages #msg_h3 div:nth-of-type(1) {
  margin-bottom: 20px;
}
.content_alert .alert_messages #msg_h3 div:nth-of-type(3) {
  margin-top: 20px;
}
.content_alert .alert_messages #msg_h3 div .btn {
  width: 50%;
  max-width: 250px;
  font-size: 0.9em;
  margin: 2px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .content_alert .alert_messages #msg_h3 div {
    margin: 5px;
  }
  .content_alert .alert_messages #msg_h3 div p,
  .content_alert .alert_messages #msg_h3 div .btn {
    font-size: 0.7em;
  }
  .content_alert .alert_messages #msg_h3 div .fa-3x {
    font-size: 1.5em;
  }
}
.content_alert .alert_messages #msg_h3 i.fa-spinner {
  font-size: 50px;
  color: #f7b104;
}
.content_alert .alert_messages #msg_h3 i.fa-exclamation-triangle {
  color: #f7b104;
}
.content_alert .alert_messages #msg_h3 i.fa-times {
  color: #ea5615;
}
.content_alert .alert_messages #msg_h3 i.fa-check {
  color: #a0c640;
}
.content_alert .alert_messages #msg_h3 i.fa-hand-peace-o,
.content_alert .alert_messages #msg_h3 i.fa-floppy-o {
  color: #a0c640;
}
.content_alert .alert_messages #msg_h3 i {
  color: #f7b104;
}

.card {
  margin: 5px auto;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  padding: 2px;
}
@media screen and (max-width: 992px) {
  .card {
    min-height: 100px;
  }
}
.card h2 {
  color: #000;
}
.card p {
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
  text-align: center;
  white-space: pre-wrap;
}
.card svg {
  width: 100%;
}

.bubble h2 {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  color: #000;
}
.bubble p {
  width: 80px;
  height: 80px;
  margin: 0px auto 0px auto;
  border-radius: 45px;
  background-color: #2fb9ca;
  color: #ffffff;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  padding-top: 6px;
}

.ticket {
  min-height: 100px;
}
.ticket h2 {
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #000;
}
.ticket p {
  height: 1.5em;
  margin: 0px auto 0px auto;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  padding-top: 3px;
  vertical-align: middle;
}

.stat-filter p {
  width: 100%;
  margin: 0.5em auto;
  float: none;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 7px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 10px 14px -7px #eee;
}

.comment {
  background-color: #eeeeee;
  color: #000;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .priority-2 {
    display: none;
  }
}
.zone-doc {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 5fr;
  grid-auto-rows: auto;
}
@media only screen and (max-width: 546px) {
  .zone-doc {
    margin: 0 auto;
    display: block;
  }
}

.zone-upload {
  width: 70%;
  text-align: center;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .zone-upload {
    margin: 0 auto;
  }
}

.sidemain {
  grid-column-start: 2;
  grid-row-start: 1;
}

.box {
  background-color: #c8dadf;
  position: relative;
  padding: 30px 20px;
  margin: 20px 0;
  border-radius: 10px;
}

.box.has-advanced-upload {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}

.box__input label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  display: none;
}
.box__input .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: none;
  padding: 8px 16px;
  margin: 40px auto 0;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box.is-dragover {
  background-color: white;
  outline: 2px dashed #2fb9ca;
}

.box {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
  box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.1);
}

.box .box__dragndrop {
  display: inline;
}

.box.is-uploading .box__input {
  visibility: none;
}

.box.is-uploading .box__uploading {
  display: block;
}

.import-file, #import {
  margin: 0;
  height: 35px;
}
.import-file label, #import label {
  margin: 0;
  border-radius: 5px;
  padding: 0.5em;
  min-width: 5em;
  font-weight: 400;
  background-color: #2f3f4f;
  color: #fff;
}
.import-file label:hover, #import label:hover {
  background-color: #195059;
  color: #fff;
}
.import-file label span, #import label span {
  margin: 0;
  padding: 0;
  color: #fff;
}
.import-file #confirm_upload, #import #confirm_upload {
  border-radius: 5px;
  padding: 0.5em;
  background-color: #2d5680;
  box-shadow: none;
}
.import-file #confirm_upload:hover, #import #confirm_upload:hover {
  background-color: #0c6600;
}

.zone-filter {
  background-color: #ffffff;
}

.sidebar {
  grid-column-start: 1;
  grid-row-start: 1;
  width: 22em;
  transition: 0.3s;
  transition-property: all;
  transition-property: width;
  overflow-y: auto;
  border-radius: 10px;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    margin: 0 auto;
  }
}
.sidebar .header .header-menu {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 25px;
  background-color: #2f3f4f;
}
.sidebar .header .title {
  color: white;
  padding-left: 17px;
}
.sidebar .header .title h2 {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
}
.sidebar .header .sidebar-btn {
  color: white;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s;
  transition-property: color;
}
.sidebar .header .sidebar-btn:hover {
  color: #2f3f4f;
}

#zone-file .list-view {
  width: 920px;
}
@media only screen and (max-width: 1200px) {
  #zone-file .list-view {
    width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  #zone-file .list-view {
    width: 650px;
  }
}
@media only screen and (max-width: 546px) {
  #zone-file .list-view {
    width: 100%;
  }
}
#zone-file .list-view .view_item {
  width: 100%;
  display: flex;
  align-items: center;
}
#zone-file .list-view .view_item:last-child {
  margin-bottom: 0;
}
#zone-file .list-view .view_item .vi_left {
  margin-right: 25px;
  cursor: pointer;
}
#zone-file .list-view .view_item .vi_left .document-img {
  position: relative;
  overflow: hidden;
  float: left;
  height: 2rem;
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
}
#zone-file .list-view .view_item .vi_left .document-img img {
  height: 2rem;
  width: 3rem;
  object-fit: cover;
  object-position: 0 20%;
}
#zone-file .list-view .view_item .vi_left .block-overlay {
  z-index: 1;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(47, 63, 79, 0.7);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 400ms;
}
#zone-file .list-view .view_item .vi_left .block-overlay:hover {
  opacity: 1;
}
#zone-file .list-view .view_item .vi_left .block-overlay .block-link {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  text-align: center;
}
#zone-file .list-view .view_item .vi_left .block-overlay .block-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#zone-file .list-view .view_item .vi_left .block-overlay .block-link ul a {
  color: #a0c640;
  font-size: 15px;
}
#zone-file .list-view .view_item .vi_left .block-overlay .block-link ul a:hover {
  color: white;
}
#zone-file .list-view .view_item .vi_right {
  width: 100%;
}
#zone-file .list-view .view_item .vi_right .document-info {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 546px) {
  #zone-file .list-view .view_item .vi_right .document-info {
    flex-direction: column;
  }
}
#zone-file .list-view .view_item .vi_right .metadata {
  border-top: 1px solid #eee;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
}
#zone-file .list-view .view_item .vi_right .metadata span {
  font-size: 10px;
  padding: 5px;
}
#zone-file .list-view .view_item .vi_right .metadata .li-list {
  float: right;
  margin-left: 10px;
}
#zone-file .list-view .view_item .vi_right .metadata .li-list:hover {
  color: #2d5680;
}
#zone-file .list-view .view_item .vi_right .title {
  display: inline-block;
  flex-grow: 1;
}
#zone-file .list-view .view_item .vi_right .title input {
  background-color: #195059;
  font-size: 1em;
  margin: 10px 0;
  padding-left: 10px;
  color: #fff;
  width: 40em;
}
@media screen and (max-width: 1200px) {
  #zone-file .list-view .view_item .vi_right .title input {
    width: 35em;
  }
}
@media screen and (max-width: 768px) {
  #zone-file .list-view .view_item .vi_right .title input {
    width: 30em;
  }
}
#zone-file .list-view .zone-icon {
  text-align: center;
}
#zone-file .list-view .zone-icon ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}
@media screen and (max-width: 546px) {
  #zone-file .list-view .zone-icon ul {
    flex-direction: column;
  }
}
#zone-file .list-view .zone-icon ul li {
  color: #2fb9ca;
  cursor: pointer;
}
#zone-file .list-view .zone-icon ul li:hover {
  color: #2d5680;
}
#zone-file .view_item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#zone-file .view_item .title {
  font-weight: 400;
}
#zone-file .view_item .title input {
  color: #2f3f4f;
  cursor: text;
  margin-top: 1em;
  text-transform: capitalize;
}
#zone-file .view_item .title input:hover {
  color: #2f3f4f;
}
#zone-file .view_item .title i {
  margin-left: 1em;
  color: #2fb9ca;
}
#zone-file .view_item .title i:hover {
  color: #2d5680;
}
#zone-file .view_item .title label {
  font-weight: 400;
  font-size: 0.8em;
}
#zone-file .view_item .content {
  font-size: 0.8em;
  line-height: 3em;
  font-weight: 200;
  color: #2f3f4f;
}
#zone-file .view_item .document-img {
  overflow: hidden;
}
#zone-file .grid-view .view_item {
  padding: 0;
  margin: 10px;
  display: inline-block;
  background-color: white;
  border-radius: 7px;
  width: 250px;
  height: 200px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#zone-file .grid-view .view_item:hover {
  text-decoration: none;
  color: #f0f5f5;
}
#zone-file .grid-view .view_item .vi_left {
  position: relative;
}
#zone-file .grid-view .view_item .vi_left img {
  width: 250px;
  height: 130px;
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: 0;
  object-position: 0 20%;
}
#zone-file .grid-view .view_item .vi_left .block-overlay {
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 63, 79, 0.8);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 400ms;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#zone-file .grid-view .view_item .vi_left .block-overlay:hover {
  opacity: 1;
}
#zone-file .grid-view .view_item .vi_left .block-overlay .block-link {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  text-align: center;
}
#zone-file .grid-view .view_item .vi_left .block-overlay .block-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#zone-file .grid-view .view_item .vi_left .block-overlay .block-link ul li {
  display: inline-block;
  padding: 10px;
}
#zone-file .grid-view .view_item .vi_left .block-overlay .block-link ul a {
  color: #a0c640;
  font-size: 30px;
}
#zone-file .grid-view .view_item .vi_left .block-overlay .block-link ul a:hover {
  color: white;
}
#zone-file .grid-view .view_item .vi_right:hover {
  transition-duration: 0.1s;
  background-color: rgba(74, 165, 255, 0.07);
}
#zone-file .grid-view .view_item .vi_right .title input {
  width: 90%;
  background-color: rgba(47, 63, 79, 0.05);
  font-size: 0.8em;
  margin: 5px;
}
#zone-file .grid-view .view_item .vi_right .metadata {
  border-top: 1px solid #eee;
  color: #2fb9ca;
  padding-bottom: 5px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
}
#zone-file .grid-view .view_item .vi_right .metadata span {
  font-size: 10px;
  padding: 5px;
}
#zone-file .grid-view .view_item .vi_right .metadata .li-list {
  float: right;
  margin-left: 10px;
}
#zone-file .grid-view .view_item .vi_right .metadata .li-list:hover {
  color: #2d5680;
}

.menuline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  column-gap: 1em;
  row-gap: 1em;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 10px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .menuline {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .menuline {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menuline .select {
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
.menuline .btn-import {
  width: 15em;
  float: none;
  text-align: center;
  margin: 0.5em;
}
.menuline .btn-import label {
  cursor: pointer;
}
.menuline .btn-import label span {
  color: #fff;
  background-color: #2f3f4f;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px;
}
.menuline .btn-import label span:hover {
  background-color: #195059;
  color: #fff;
}
.menuline .btn-confirm {
  grid-column: 3;
  text-transform: uppercase;
}
.menuline .btn-new {
  grid-column: 8;
  margin: 0.5em;
}
.menuline .icon-list-grid {
  grid-column: 8;
}
.menuline .icon-list-grid ul {
  display: flex;
  justify-content: end;
  list-style: none;
  margin: 0;
}
.menuline .icon-list-grid ul li {
  margin: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  cursor: pointer;
  color: #2fb9ca;
}
.menuline .icon-list-grid ul li:hover {
  color: #2d5680;
}
.menuline .icon-list-grid ul .active {
  color: #2d5680;
}
.menuline .menustat {
  grid-column: 6;
}
.menuline .menustat p {
  font-weight: 600;
  min-width: 5em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.menuline .menustat span {
  padding-left: 1em;
}

input[type='file'] {
  display: none;
  margin-top: 0;
}

.grid-parent {
  display: grid;
  column-gap: 1em;
  row-gap: 1em;
  justify-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  align-content: stretch;
}

.gp-ai-center {
  align-items: center;
}

.gp-ai-start {
  align-items: start;
}

.gp-ai-end {
  align-items: end;
}

.gp-ji-center {
  justify-items: center;
}

.gp-ji-start {
  justify-items: start;
}

.gp-ji-end {
  justify-items: end;
}

.flow-c {
  grid-auto-flow: column;
}

.flow-r {
  grid-auto-flow: row;
}

.gp-ji-start {
  justify-items: start;
}

.gp-ji-end {
  justify-items: end;
}

.gp-ji-center {
  justify-items: center;
}

.gp-ji-stretch {
  justify-items: stretch;
}

.gp-ai-start {
  align-items: start;
}

.gp-ai-end {
  align-items: end;
}

.gp-ai-center {
  align-items: center;
}

.gp-ai-stretch {
  align-items: stretch;
}

.gp-jc-start {
  justify-content: start;
}

.gp-jc-end {
  justify-content: end;
}

.gp-jc-center {
  justify-content: center;
}

.gp-jc-stretch {
  justify-content: stretch;
}

.gp-ac-start {
  align-content: start;
}

.gp-ac-end {
  align-content: end;
}

.gp-ac-center {
  align-content: center;
}

.gp-ac-stretch {
  align-content: stretch;
}

.gp-c1 {
  grid-template-columns: repeat(1, 1fr);
}

.gp-c2 {
  grid-template-columns: repeat(2, 1fr);
}

.gp-c3 {
  grid-template-columns: repeat(3, 1fr);
}

.gp-c4 {
  grid-template-columns: repeat(4, 1fr);
}

.gp-c5 {
  grid-template-columns: repeat(5, 1fr);
}

.gp-c6 {
  grid-template-columns: repeat(6, 1fr);
}

.gp-c7 {
  grid-template-columns: repeat(7, 1fr);
}

.gp-c8 {
  grid-template-columns: repeat(8, 1fr);
}

.gp-c9 {
  grid-template-columns: repeat(9, 1fr);
}

.gp-c10 {
  grid-template-columns: repeat(10, 1fr);
}

.gp-r1 {
  grid-template-rows: repeat(1, 1fr);
}

.gp-r2 {
  grid-template-rows: repeat(2, 1fr);
}

.gp-r3 {
  grid-template-rows: repeat(3, 1fr);
}

.gp-r4 {
  grid-template-rows: repeat(4, 1fr);
}

.gp-r5 {
  grid-template-rows: repeat(5, 1fr);
}

.gp-r6 {
  grid-template-rows: repeat(6, 1fr);
}

.gp-r7 {
  grid-template-rows: repeat(7, 1fr);
}

.gp-r8 {
  grid-template-rows: repeat(8, 1fr);
}

.gp-r9 {
  grid-template-rows: repeat(9, 1fr);
}

.gp-r10 {
  grid-template-rows: repeat(10, 1fr);
}

@media (max-width: 1200px) {
  .gp-md-flow-r {
    grid-auto-flow: row;
  }

  .gp-md-c1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gp-md-c2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gp-md-c3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .gp-md-c4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .gp-md-c5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .gp-md-c6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .gp-md-c7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .gp-md-c8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .gp-md-c9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .gp-md-c10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .gp-md-r1 {
    grid-template-rows: repeat(1, 1fr);
  }

  .gp-md-r2 {
    grid-template-rows: repeat(2, 1fr);
  }

  .gp-md-r3 {
    grid-template-rows: repeat(3, 1fr);
  }

  .gp-md-r4 {
    grid-template-rows: repeat(4, 1fr);
  }

  .gp-md-r5 {
    grid-template-rows: repeat(5, 1fr);
  }

  .gp-md-r6 {
    grid-template-rows: repeat(6, 1fr);
  }

  .gp-md-r7 {
    grid-template-rows: repeat(7, 1fr);
  }

  .gp-md-r8 {
    grid-template-rows: repeat(8, 1fr);
  }

  .gp-md-r9 {
    grid-template-rows: repeat(9, 1fr);
  }

  .gp-md-r10 {
    grid-template-rows: repeat(10, 1fr);
  }
}
@media (max-width: 992px) {
  .gp-xxs-flow-r {
    grid-auto-flow: row;
  }

  .gp-sm-c1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gp-sm-c2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gp-sm-c3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .gp-sm-c4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .gp-sm-c5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .gp-sm-c6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .gp-sm-c7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .gp-sm-c8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .gp-sm-c9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .gp-sm-c10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .gp-sm-r1 {
    grid-template-rows: repeat(1, 1fr);
  }

  .gp-sm-r2 {
    grid-template-rows: repeat(2, 1fr);
  }

  .gp-sm-r3 {
    grid-template-rows: repeat(3, 1fr);
  }

  .gp-sm-r4 {
    grid-template-rows: repeat(4, 1fr);
  }

  .gp-sm-r5 {
    grid-template-rows: repeat(5, 1fr);
  }

  .gp-sm-r6 {
    grid-template-rows: repeat(6, 1fr);
  }

  .gp-sm-r7 {
    grid-template-rows: repeat(7, 1fr);
  }

  .gp-sm-r8 {
    grid-template-rows: repeat(8, 1fr);
  }

  .gp-sm-r9 {
    grid-template-rows: repeat(9, 1fr);
  }

  .gp-sm-r10 {
    grid-template-rows: repeat(10, 1fr);
  }
}
@media (max-width: 768px) {
  .gp-xs-flow-r {
    grid-auto-flow: row;
  }

  .gp-xs-c1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gp-xs-c2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gp-xs-c3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .gp-xs-c4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .gp-xs-c5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .gp-xs-c6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .gp-xs-c7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .gp-xs-c8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .gp-xs-c9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .gp-xs-c10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .gp-xs-r1 {
    grid-template-rows: repeat(1, 1fr);
  }

  .gp-xs-r2 {
    grid-template-rows: repeat(2, 1fr);
  }

  .gp-xs-r3 {
    grid-template-rows: repeat(3, 1fr);
  }

  .gp-xs-r4 {
    grid-template-rows: repeat(4, 1fr);
  }

  .gp-xs-r5 {
    grid-template-rows: repeat(5, 1fr);
  }

  .gp-xs-r6 {
    grid-template-rows: repeat(6, 1fr);
  }

  .gp-xs-r7 {
    grid-template-rows: repeat(7, 1fr);
  }

  .gp-xs-r8 {
    grid-template-rows: repeat(8, 1fr);
  }

  .gp-xs-r9 {
    grid-template-rows: repeat(9, 1fr);
  }

  .gp-xs-r10 {
    grid-template-rows: repeat(10, 1fr);
  }
}
@media (max-width: 360px) {
  .gp-xxs-flow-r {
    grid-auto-flow: row;
  }

  .gp-xxs-c1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .gp-xxs-c2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gp-xxs-c3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .gp-xxs-c4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .gp-xxs-c5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .gp-xxs-c6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .gp-xxs-c7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .gp-xxs-c8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .gp-xxs-c9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .gp-xxs-c10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .gp-xxs-r1 {
    grid-template-rows: repeat(1, 1fr);
  }

  .gp-xxs-r2 {
    grid-template-rows: repeat(2, 1fr);
  }

  .gp-xxs-r3 {
    grid-template-rows: repeat(3, 1fr);
  }

  .gp-xxs-r4 {
    grid-template-rows: repeat(4, 1fr);
  }

  .gp-xxs-r5 {
    grid-template-rows: repeat(5, 1fr);
  }

  .gp-xxs-r6 {
    grid-template-rows: repeat(6, 1fr);
  }

  .gp-xxs-r7 {
    grid-template-rows: repeat(7, 1fr);
  }

  .gp-xxs-r8 {
    grid-template-rows: repeat(8, 1fr);
  }

  .gp-xxs-r9 {
    grid-template-rows: repeat(9, 1fr);
  }

  .gp-xxs-r10 {
    grid-template-rows: repeat(10, 1fr);
  }
}
.gap-c0 {
  column-gap: 0em;
}

.gap-c0-5 {
  column-gap: 0.5em;
}

.gap-c2 {
  column-gap: 2em;
}

.gap-c10 {
  column-gap: 10em;
}

.gap-r0 {
  row-gap: 0;
}

.gap-r05 {
  row-gap: 0.5em;
}

.gap-r2 {
  row-gap: 2em;
}

.grid-child {
  justify-self: stretch;
  align-self: center;
}

.gc-js-start {
  justify-self: start;
}

.gc-js-end {
  justify-self: end;
}

.gc-js-center {
  justify-self: center;
}

.gc-js-stretch {
  justify-self: stretch;
}

.gc-as-start {
  align-self: start;
}

.gc-as-end {
  align-self: end;
}

.gc-as-center {
  align-self: center;
}

.gc-as-stretch {
  align-self: stretch;
}

.aself-start {
  align-self: start;
}

.aself-center {
  align-self: center;
}

.aself-end {
  align-self: end;
}

.gc-start-c1 {
  grid-column-start: 1;
}

.gc-start-c2 {
  grid-column-start: 2;
}

.gc-start-c3 {
  grid-column-start: 3;
}

.gc-start-c4 {
  grid-column-start: 4;
}

.gc-start-c5 {
  grid-column-start: 5;
}

.gc-start-c6 {
  grid-column-start: 6;
}

.gc-start-c7 {
  grid-column-start: 7;
}

.gc-start-c8 {
  grid-column-start: 8;
}

.gc-start-c9 {
  grid-column-start: 9;
}

.gc-start-c10 {
  grid-column-start: 10;
}

.gc-end-c1 {
  grid-column-end: 1;
}

.gc-end-c2 {
  grid-column-end: 2;
}

.gc-end-c3 {
  grid-column-end: 3;
}

.gc-end-c4 {
  grid-column-end: 4;
}

.gc-end-c5 {
  grid-column-end: 5;
}

.gc-end-c6 {
  grid-column-end: 6;
}

.gc-end-c7 {
  grid-column-end: 7;
}

.gc-end-c8 {
  grid-column-end: 8;
}

.gc-end-c9 {
  grid-column-end: 9;
}

.gc-end-c10 {
  grid-column-end: 10;
}

.gc-end-c11 {
  grid-column-end: 11;
}

.gc-c1 {
  grid-column-end: span 1;
}

.gc-c2 {
  grid-column-end: span 2;
}

.gc-c3 {
  grid-column-end: span 3;
}

.gc-c4 {
  grid-column-end: span 4;
}

.gc-c5 {
  grid-column-end: span 5;
}

.gc-r1 {
  grid-row-end: span 1;
}

.gc-r2 {
  grid-row-end: span 2;
}

.gc-r3 {
  grid-row-end: span 3;
}

.gc-r4 {
  grid-row-end: span 4;
}

.gc-r5 {
  grid-row-end: span 5;
}

@media (max-width: 768px) {
  .gc-xs-start-c1 {
    grid-column-start: 1;
  }

  .gc-xs-start-c2 {
    grid-column-start: 2;
  }

  .gc-xs-start-c3 {
    grid-column-start: 3;
  }

  .gc-xs-start-c4 {
    grid-column-start: 4;
  }

  .gc-xs-start-c5 {
    grid-column-start: 5;
  }

  .gc-xs-start-c6 {
    grid-column-start: 6;
  }

  .gc-xs-start-c7 {
    grid-column-start: 7;
  }

  .gc-xs-start-c8 {
    grid-column-start: 8;
  }

  .gc-xs-start-c9 {
    grid-column-start: 9;
  }

  .gc-xs-start-c10 {
    grid-column-start: 10;
  }

  .gc-xs-end-c1 {
    grid-column-end: 1;
  }

  .gc-xs-end-c2 {
    grid-column-end: 2;
  }

  .gc-xs-end-c3 {
    grid-column-end: 3;
  }

  .gc-xs-end-c4 {
    grid-column-end: 4;
  }

  .gc-xs-end-c5 {
    grid-column-end: 5;
  }

  .gc-xs-end-c6 {
    grid-column-end: 6;
  }

  .gc-xs-end-c7 {
    grid-column-end: 7;
  }

  .gc-xs-end-c8 {
    grid-column-end: 8;
  }

  .gc-xs-end-c9 {
    grid-column-end: 9;
  }

  .gc-xs-end-c10 {
    grid-column-end: 10;
  }

  .gc-xs-end-c11 {
    grid-column-end: 11;
  }
}
@media (max-width: 992px) {
  .gc-md-start-c1 {
    grid-column-start: 1;
  }

  .gc-md-start-c2 {
    grid-column-start: 2;
  }

  .gc-md-start-c3 {
    grid-column-start: 3;
  }

  .gc-md-start-c4 {
    grid-column-start: 4;
  }

  .gc-md-start-c5 {
    grid-column-start: 5;
  }

  .gc-md-start-c6 {
    grid-column-start: 6;
  }

  .gc-md-start-c7 {
    grid-column-start: 7;
  }

  .gc-md-start-c8 {
    grid-column-start: 8;
  }

  .gc-md-start-c9 {
    grid-column-start: 9;
  }

  .gc-md-start-c10 {
    grid-column-start: 10;
  }

  .gc-md-end-c1 {
    grid-column-end: 1;
  }

  .gc-md-end-c2 {
    grid-column-end: 2;
  }

  .gc-md-end-c3 {
    grid-column-end: 3;
  }

  .gc-md-end-c4 {
    grid-column-end: 4;
  }

  .gc-md-end-c5 {
    grid-column-end: 5;
  }

  .gc-md-end-c6 {
    grid-column-end: 6;
  }

  .gc-md-end-c7 {
    grid-column-end: 7;
  }

  .gc-md-end-c8 {
    grid-column-end: 8;
  }

  .gc-md-end-c9 {
    grid-column-end: 9;
  }

  .gc-md-end-c10 {
    grid-column-end: 10;
  }

  .gc-md-end-c11 {
    grid-column-end: 11;
  }
}
.gc-start-r1 {
  grid-row-start: 1;
}

.gc-start-r2 {
  grid-row-start: 2;
}

.gc-start-r3 {
  grid-row-start: 3;
}

.gc-start-r4 {
  grid-row-start: 4;
}

.gc-start-r5 {
  grid-row-start: 5;
}

.gc-start-r6 {
  grid-row-start: 6;
}

.gc-start-r7 {
  grid-row-start: 7;
}

.gc-start-r8 {
  grid-row-start: 8;
}

.gc-start-r9 {
  grid-row-start: 9;
}

.gc-start-r10 {
  grid-row-start: 10;
}

.gc-end-r1 {
  grid-row-end: 1;
}

.gc-end-r2 {
  grid-row-end: 2;
}

.gc-end-r3 {
  grid-row-end: 3;
}

.gc-end-r4 {
  grid-row-end: 4;
}

.gc-end-r5 {
  grid-row-end: 5;
}

.gc-end-r6 {
  grid-row-end: 6;
}

.gc-end-r7 {
  grid-row-end: 7;
}

.gc-end-r8 {
  grid-row-end: 8;
}

.gc-end-r9 {
  grid-row-end: 9;
}

.gc-end-r10 {
  grid-row-end: 10;
}

.gc-end-r11 {
  grid-row-end: 11;
}

@media (max-width: 768px) {
  .gc-xs-end-r1 {
    grid-row-start: 1;
  }

  .gc-xs-end-r2 {
    grid-row-start: 2;
  }

  .gc-xs-end-r3 {
    grid-row-start: 3;
  }

  .gc-xs-end-r4 {
    grid-row-start: 4;
  }

  .gc-xs-end-r5 {
    grid-row-start: 5;
  }

  .gc-xs-end-r6 {
    grid-row-start: 6;
  }

  .gc-xs-end-r7 {
    grid-row-start: 7;
  }

  .gc-xs-end-r8 {
    grid-row-start: 8;
  }

  .gc-xs-end-r9 {
    grid-row-start: 9;
  }

  .gc-xs-end-r10 {
    grid-row-start: 10;
  }

  .gc-xs-end-r1 {
    grid-row-end: 1;
  }

  .gc-xs-end-r2 {
    grid-row-end: 2;
  }

  .gc-xs-end-r3 {
    grid-row-end: 3;
  }

  .gc-xs-end-r4 {
    grid-row-end: 4;
  }

  .gc-xs-end-r5 {
    grid-row-end: 5;
  }

  .gc-xs-end-r6 {
    grid-row-end: 6;
  }

  .gc-xs-end-r7 {
    grid-row-end: 7;
  }

  .gc-xs-end-r8 {
    grid-row-end: 8;
  }

  .gc-xs-end-r9 {
    grid-row-end: 9;
  }

  .gc-xs-end-r10 {
    grid-row-end: 10;
  }

  .gc-xs-end-r11 {
    grid-row-end: 11;
  }
}
@media (max-width: 992px) {
  .gc-md-start-r1 {
    grid-row-start: 1;
  }

  .gc-md-start-r2 {
    grid-row-start: 2;
  }

  .gc-md-start-r3 {
    grid-row-start: 3;
  }

  .gc-md-start-r4 {
    grid-row-start: 4;
  }

  .gc-md-start-r5 {
    grid-row-start: 5;
  }

  .gc-md-start-r6 {
    grid-row-start: 6;
  }

  .gc-md-start-r7 {
    grid-row-start: 7;
  }

  .gc-md-start-r8 {
    grid-row-start: 8;
  }

  .gc-md-start-r9 {
    grid-row-start: 9;
  }

  .gc-md-start-r10 {
    grid-row-start: 10;
  }

  .gc-md-end-r1 {
    grid-row-end: 1;
  }

  .gc-md-end-r2 {
    grid-row-end: 2;
  }

  .gc-md-end-r3 {
    grid-row-end: 3;
  }

  .gc-md-end-r4 {
    grid-row-end: 4;
  }

  .gc-md-end-r5 {
    grid-row-end: 5;
  }

  .gc-md-end-r6 {
    grid-row-end: 6;
  }

  .gc-md-end-r7 {
    grid-row-end: 7;
  }

  .gc-md-end-r8 {
    grid-row-end: 8;
  }

  .gc-md-end-r9 {
    grid-row-end: 9;
  }

  .gc-md-end-r10 {
    grid-row-end: 10;
  }

  .gc-md-end-r11 {
    grid-row-end: 11;
  }
}
.show {
  display: block;
}

.xs-show {
  display: none;
}

.md-show {
  display: none;
}

@media (max-width: 768px) {
  .xs-remove {
    display: none;
  }

  .xs-show {
    display: block;
  }
}
@media (max-width: 992px) {
  .md-remove {
    display: none;
  }

  .md-show {
    display: block;
  }
}
#header a,
#header div {
  text-decoration: none;
  text-transform: uppercase;
  color: #372d2d;
}
#header .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
#header .nav-center {
  text-align: center;
  font-size: 1em;
  cursor: pointer;
}
#header .nav-center .dropdown-content {
  min-width: 125px;
}
#header .nav-center .dropdown-content a {
  text-transform: none;
  display: block;
  font-size: 90%;
}
#header .nav-right {
  font-size: 1em;
  text-align: center;
}
#header .btn-create {
  text-decoration: underline #2f3f4f;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.1em;
}
@media (max-width: 992px) {
  #header .md-remove {
    display: none;
  }
}
@media (max-width: 768px) {
  #header .nav-center {
    display: none;
  }
  #header .nav-right {
    font-size: 1em;
  }
}

#share_modal input.copy {
  border: none;
}
#share_modal .access-list {
  min-height: 2em;
}
#share_modal .access-list p,
#share_modal .access-list label,
#share_modal .access-list input {
  margin: 0;
}
#share_modal .access-list .access-content {
  grid-template-columns: 1fr 3fr;
}
#share_modal .access-list .access-content label,
#share_modal .access-list .access-content input {
  cursor: pointer;
}

.spinner-container {
  position: relative;
}

.spinner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.spinner-content .spinner {
  font-size: 2em;
}

.fa.fa-cog {
  transition: 1.5s;
}
.fa.fa-cog:hover {
  transform: rotate(360deg);
}

.fa.fa-question-circle {
  transition: 1.5s;
}
.fa.fa-question-circle:hover {
  transform: rotate(360deg);
}

.fa.fa-info-circle {
  transition: 1.5s;
}
.fa.fa-info-circle:hover {
  transform: rotate(360deg);
}

.flex-cadre {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 150px;
  flex-direction: row;
}
@media screen and (max-width: 428px) {
  .flex-cadre {
    flex-direction: column;
  }
}

.content-page {
  background-color: #eeeeee;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 6em 0 0 0;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.flash {
  animation: flashing 2s linear infinite;
}

@keyframes flashing {
  0% {
    background: rgba(255, 145, 0, 0.1);
  }
  25% {
    background: rgba(255, 145, 0, 0.5);
  }
  50% {
    background: #ff9100;
  }
  75% {
    background: rgba(255, 145, 0, 0.5);
  }
  100% {
    background: rgba(255, 145, 0, 0.1);
  }
}
@media (max-width: 820px) {
  .navbar-header {
    float: none;
  }

  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-toggle {
    display: inline-block !important;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-right {
    text-align: center;
    margin-right: 0;
  }
  .navbar-right li {
    display: inline-block;
  }
}
.navbar {
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 1px 1px 12px #555;
  min-height: 4em;
}
.navbar img {
  height: 100%;
  background-size: contain;
}
.navbar .navbar-toggle {
  stroke: #2f3f4f;
  background-color: #eeeeee;
}
.navbar .navbar-toggle span {
  color: #2f3f4f;
}
.navbar .navbar-brand {
  padding: 0px;
  padding-left: 15px;
}
.navbar .navbar-brand span:nth-child(1) {
  margin-left: 15px;
  margin-right: 5px;
}
.navbar .navbar-brand span:nth-child(2) {
  color: #2f3f4f;
  font-weight: bold;
}
.navbar .navbar-brand span:nth-child(3) {
  color: #2f3f4f;
  font-weight: bold;
}
.navbar .navbar-brand span:nth-child(4) {
  color: #2f3f4f;
}
.navbar .navbar-nav span.fa.fa-user-circle {
  padding-right: 5px;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > span {
  color: #ffffff;
}
.navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > span:hover,
.navbar .navbar-nav > span:focus {
  color: #ffffff;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > span {
  color: #ffffff;
}
.navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > span:hover,
.navbar .navbar-nav > span:focus {
  color: #ffffff;
}
.navbar .navbar-nav a,
.navbar .navbar-nav span {
  font-size: 1em;
  color: #2f3f4f;
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-nav a,
  .navbar .navbar-nav span {
    font-size: 0.9em;
  }
}
.navbar .navbar-nav .tooltip :first-letter {
  text-transform: uppercase;
}
.navbar .navbar-nav li .btn-nav {
  border-radius: 10px;
  color: #ffffff;
  min-width: 9em;
  background-color: #2f3f4f;
  margin: 1em 0.5em auto auto;
  padding: 0.5em;
}
.navbar .navbar-nav li .btn-nav:hover {
  background-color: #a0c640;
  color: #ffffff;
}
.navbar .navbar-nav li .dropdown-menu a,
.navbar .navbar-nav li .dropdown-menu span {
  /*color: $green-dop;*/
}
.navbar .navbar-nav li .dropdown-menu a:hover,
.navbar .navbar-nav li .dropdown-menu span:hover {
  background-color: #cc6600;
  color: #2f3f4f;
}
.navbar .navbar-nav li i {
  font-size: 1.5em;
  color: #2fb9ca;
}
.navbar .navbar-nav li .b_help {
  min-width: 10em;
  border-radius: 10px;
  margin: 0.5em 0.5em auto auto;
  padding: 0.5em;
  background-color: #fff;
  color: #000;
}
.navbar .navbar-nav li .b_help:hover {
  background-color: #80bdab;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav li .b_help {
    display: none;
  }
}
.navbar .navbar-nav .dropdown {
  /* END NAVBAR_NAV*/
}
.navbar .navbar-nav .dropdown > a .caret,
.navbar .navbar-nav .dropdown span .caret {
  border-top-color: #2f3f4f;
  border-bottom-color: #2f3f4f;
}
.navbar .navbar-nav .dropdown > a:hover .caret,
.navbar .navbar-nav .dropdown span:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .navbar-nav .dropdown .dropdown-menu > li > a,
.navbar .navbar-nav .dropdown .dropdown-menu > span {
  text-align: center;
  min-height: 30px;
  color: #2f3f4f;
  padding-top: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu > li > a:hover, .navbar .navbar-nav .dropdown .dropdown-menu > li > a:focus,
.navbar .navbar-nav .dropdown .dropdown-menu > span:hover,
.navbar .navbar-nav .dropdown .dropdown-menu > span:focus {
  background-color: #ffffff;
  background-image: none;
  color: #2f3f4f;
}
.navbar .navbar-nav button#navbarbutton span {
  background-color: #ffffff;
}

#menu_test,
#menu_test ul {
  /* Pour les sous-menus */
  list-style-type: none;
  margin: 20px;
  padding: 0px;
}

#menu_test ul {
  display: none;
}

#menu_test li {
  position: relative;
}

#menu_test li:hover ul {
  display: block;
  position: relative;
  top: 30px;
  left: 0px;
  z-index: 100;
}

/* Gestion des couleurs */
#menu_test ul li a {
  color: #666;
  /* Couleur du texte des sous-menu */
}

#menu_test ul li:hover a {
  color: #0ea5aa;
  /* Couleur du texte des sous-menu au survol */
}

#index-page #welcome-landing,
#login-page #welcome-landing,
#signup-page #welcome-landing,
#logout-page #welcome-landing {
  background-color: #ffffff;
  background: url("../../images/img-industrie.jpg") no-repeat right center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#index-page #welcome-landing .container,
#login-page #welcome-landing .container,
#signup-page #welcome-landing .container,
#logout-page #welcome-landing .container {
  width: calc(100% - 5em);
}
#index-page #welcome-landing .zone-txt,
#login-page #welcome-landing .zone-txt,
#signup-page #welcome-landing .zone-txt,
#logout-page #welcome-landing .zone-txt {
  width: 40vw;
  color: #2f3f4f;
  position: absolute;
  top: 100px;
  height: 35vw;
}
@media screen and (max-width: 1200px) {
  #index-page #welcome-landing .zone-txt,
  #login-page #welcome-landing .zone-txt,
  #signup-page #welcome-landing .zone-txt,
  #logout-page #welcome-landing .zone-txt {
    width: 100vw;
  }
}
@media screen and (max-width: 967px) {
  #index-page #welcome-landing .zone-txt,
  #login-page #welcome-landing .zone-txt,
  #signup-page #welcome-landing .zone-txt,
  #logout-page #welcome-landing .zone-txt {
    background-color: rgba(255, 255, 255, 0.8);
    width: 30em;
    height: 30em;
    padding: 3em;
    border-radius: 10px;
  }
}
#index-page #welcome-landing .zone-txt h2,
#login-page #welcome-landing .zone-txt h2,
#signup-page #welcome-landing .zone-txt h2,
#logout-page #welcome-landing .zone-txt h2 {
  text-align: left;
}
#index-page #welcome-landing .zone-txt .subtitl,
#login-page #welcome-landing .zone-txt .subtitl,
#signup-page #welcome-landing .zone-txt .subtitl,
#logout-page #welcome-landing .zone-txt .subtitl {
  width: 100%;
  margin: 8em auto 0em 3em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #index-page #welcome-landing .zone-txt .subtitl,
  #login-page #welcome-landing .zone-txt .subtitl,
  #signup-page #welcome-landing .zone-txt .subtitl,
  #logout-page #welcome-landing .zone-txt .subtitl {
    margin: 4em 1em 0em 0em;
  }
  #index-page #welcome-landing .zone-txt .subtitl p,
  #login-page #welcome-landing .zone-txt .subtitl p,
  #signup-page #welcome-landing .zone-txt .subtitl p,
  #logout-page #welcome-landing .zone-txt .subtitl p {
    display: none;
  }
}
#index-page #welcome-landing .zone-txt .subtitl h4,
#login-page #welcome-landing .zone-txt .subtitl h4,
#signup-page #welcome-landing .zone-txt .subtitl h4,
#logout-page #welcome-landing .zone-txt .subtitl h4 {
  line-height: 2em;
}
#index-page #welcome-landing .zone-txt button,
#login-page #welcome-landing .zone-txt button,
#signup-page #welcome-landing .zone-txt button,
#logout-page #welcome-landing .zone-txt button {
  position: absolute;
  bottom: 3em;
  margin-left: 2em;
}
#index-page #welcome-landing .zone-txt .btn,
#login-page #welcome-landing .zone-txt .btn,
#signup-page #welcome-landing .zone-txt .btn,
#logout-page #welcome-landing .zone-txt .btn {
  font-size: 1.2em;
  width: 30%;
  font-weight: 400;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  border: 0;
  box-shadow: 0 10px 14px -7px #eee;
  background-color: #5ec9d9;
  transition: .2s;
}
#index-page #welcome-landing .text-right,
#login-page #welcome-landing .text-right,
#signup-page #welcome-landing .text-right,
#logout-page #welcome-landing .text-right {
  width: 50vw;
  margin: 26vh auto auto calc(50vw - 2em);
  color: #2f3f4f;
}
#index-page #welcome-landing .text-right h2,
#login-page #welcome-landing .text-right h2,
#signup-page #welcome-landing .text-right h2,
#logout-page #welcome-landing .text-right h2 {
  text-align: right;
  padding-right: 2em;
}
@media screen and (max-width: 1200px) {
  #index-page #welcome-landing .text-right,
  #login-page #welcome-landing .text-right,
  #signup-page #welcome-landing .text-right,
  #logout-page #welcome-landing .text-right {
    width: 90vw;
    margin: 25vh 3em auto auto;
    font-size: 1em;
  }
  #index-page #welcome-landing .text-right h2,
  #login-page #welcome-landing .text-right h2,
  #signup-page #welcome-landing .text-right h2,
  #logout-page #welcome-landing .text-right h2 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #index-page #welcome-landing .text-right,
  #login-page #welcome-landing .text-right,
  #signup-page #welcome-landing .text-right,
  #logout-page #welcome-landing .text-right {
    width: 100vw;
    margin: 20vh auto auto auto;
    font-size: 0.9em;
  }
  #index-page #welcome-landing .text-right h2,
  #login-page #welcome-landing .text-right h2,
  #signup-page #welcome-landing .text-right h2,
  #logout-page #welcome-landing .text-right h2 {
    padding-right: 1em;
  }
}
#index-page #welcome-landing .login-modal, #index-page #welcome-landing .signup-modal,
#login-page #welcome-landing .login-modal,
#login-page #welcome-landing .signup-modal,
#signup-page #welcome-landing .login-modal,
#signup-page #welcome-landing .signup-modal,
#logout-page #welcome-landing .login-modal,
#logout-page #welcome-landing .signup-modal {
  width: 28em;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin: 1vh auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 8em;
  --font-size: 1.4em;
}
#index-page #welcome-landing .login-modal h1, #index-page #welcome-landing .signup-modal h1,
#login-page #welcome-landing .login-modal h1,
#login-page #welcome-landing .signup-modal h1,
#signup-page #welcome-landing .login-modal h1,
#signup-page #welcome-landing .signup-modal h1,
#logout-page #welcome-landing .login-modal h1,
#logout-page #welcome-landing .signup-modal h1 {
  display: block;
  color: #2f3f4f;
  padding: 1em;
  text-transform: uppercase;
  font-size: 130%;
}
#index-page #welcome-landing .login-modal i, #index-page #welcome-landing .signup-modal i,
#login-page #welcome-landing .login-modal i,
#login-page #welcome-landing .signup-modal i,
#signup-page #welcome-landing .login-modal i,
#signup-page #welcome-landing .signup-modal i,
#logout-page #welcome-landing .login-modal i,
#logout-page #welcome-landing .signup-modal i {
  display: block;
  margin: 0em auto 2em auto;
  padding: 0;
  color: #2f3f4f;
  --ggs: 2em;
  text-align: center;
  font-weight: 600;
}
#index-page #welcome-landing .login-modal form, #index-page #welcome-landing .signup-modal form,
#login-page #welcome-landing .login-modal form,
#login-page #welcome-landing .signup-modal form,
#signup-page #welcome-landing .login-modal form,
#signup-page #welcome-landing .signup-modal form,
#logout-page #welcome-landing .login-modal form,
#logout-page #welcome-landing .signup-modal form {
  margin: 1em;
}
#index-page #welcome-landing .login-modal form .label, #index-page #welcome-landing .signup-modal form .label,
#login-page #welcome-landing .login-modal form .label,
#login-page #welcome-landing .signup-modal form .label,
#signup-page #welcome-landing .login-modal form .label,
#signup-page #welcome-landing .signup-modal form .label,
#logout-page #welcome-landing .login-modal form .label,
#logout-page #welcome-landing .signup-modal form .label {
  text-align: left;
  text-transform: none;
  color: #2f3f4f;
}
#index-page #welcome-landing .login-modal form .form-control, #index-page #welcome-landing .signup-modal form .form-control,
#login-page #welcome-landing .login-modal form .form-control,
#login-page #welcome-landing .signup-modal form .form-control,
#signup-page #welcome-landing .login-modal form .form-control,
#signup-page #welcome-landing .signup-modal form .form-control,
#logout-page #welcome-landing .login-modal form .form-control,
#logout-page #welcome-landing .signup-modal form .form-control {
  border: 1px solid #fff;
  background-color: transparent;
}
#index-page #welcome-landing .login-modal .help, #index-page #welcome-landing .signup-modal .help,
#login-page #welcome-landing .login-modal .help,
#login-page #welcome-landing .signup-modal .help,
#signup-page #welcome-landing .login-modal .help,
#signup-page #welcome-landing .signup-modal .help,
#logout-page #welcome-landing .login-modal .help,
#logout-page #welcome-landing .signup-modal .help {
  text-align: center;
  padding: 1em 0 0 0;
}
#index-page #welcome-landing .login-modal .help p, #index-page #welcome-landing .signup-modal .help p,
#login-page #welcome-landing .login-modal .help p,
#login-page #welcome-landing .signup-modal .help p,
#signup-page #welcome-landing .login-modal .help p,
#signup-page #welcome-landing .signup-modal .help p,
#logout-page #welcome-landing .login-modal .help p,
#logout-page #welcome-landing .signup-modal .help p {
  color: #80bdab;
  font-size: 100%;
  font-weight: 600;
  margin: 5px;
}
#index-page #welcome-landing .login-modal .help a, #index-page #welcome-landing .signup-modal .help a,
#login-page #welcome-landing .login-modal .help a,
#login-page #welcome-landing .signup-modal .help a,
#signup-page #welcome-landing .login-modal .help a,
#signup-page #welcome-landing .signup-modal .help a,
#logout-page #welcome-landing .login-modal .help a,
#logout-page #welcome-landing .signup-modal .help a {
  color: #2f3f4f;
  font-size: 100%;
}
#index-page #welcome-landing .login-modal .btn-primary, #index-page #welcome-landing .signup-modal .btn-primary,
#login-page #welcome-landing .login-modal .btn-primary,
#login-page #welcome-landing .signup-modal .btn-primary,
#signup-page #welcome-landing .login-modal .btn-primary,
#signup-page #welcome-landing .signup-modal .btn-primary,
#logout-page #welcome-landing .login-modal .btn-primary,
#logout-page #welcome-landing .signup-modal .btn-primary {
  width: 100%;
  min-width: 200px;
  margin: 0.5em auto;
  float: none;
  border: 0px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 7px;
  background-color: #2f3f4f;
  color: #fff;
}
#index-page #welcome-landing .login-modal .btn-primary:hover, #index-page #welcome-landing .signup-modal .btn-primary:hover,
#login-page #welcome-landing .login-modal .btn-primary:hover,
#login-page #welcome-landing .signup-modal .btn-primary:hover,
#signup-page #welcome-landing .login-modal .btn-primary:hover,
#signup-page #welcome-landing .signup-modal .btn-primary:hover,
#logout-page #welcome-landing .login-modal .btn-primary:hover,
#logout-page #welcome-landing .signup-modal .btn-primary:hover {
  background-color: #2fb9ca;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #index-page #welcome-landing .login-modal, #index-page #welcome-landing .signup-modal,
  #login-page #welcome-landing .login-modal,
  #login-page #welcome-landing .signup-modal,
  #signup-page #welcome-landing .login-modal,
  #signup-page #welcome-landing .signup-modal,
  #logout-page #welcome-landing .login-modal,
  #logout-page #welcome-landing .signup-modal {
    margin: 6vh auto;
    font-size: 1em;
    width: 25em;
    height: 40em;
  }
}
#index-page #welcome-landing #support_modal,
#login-page #welcome-landing #support_modal,
#signup-page #welcome-landing #support_modal,
#logout-page #welcome-landing #support_modal {
  margin-top: 6em;
}
#index-page #landing-top,
#login-page #landing-top,
#signup-page #landing-top,
#logout-page #landing-top {
  background-color: #ffffff;
  background: url("../../images/Fond autre recadré DV.jpg") no-repeat right center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  overflow: auto;
}
#index-page #landing-top .text-left,
#login-page #landing-top .text-left,
#signup-page #landing-top .text-left,
#logout-page #landing-top .text-left {
  width: 25vw;
  color: #373e44;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  #index-page #landing-top .text-left,
  #login-page #landing-top .text-left,
  #signup-page #landing-top .text-left,
  #logout-page #landing-top .text-left {
    width: 80vw;
  }
}
#index-page #landing-top .text-left .subtitl,
#login-page #landing-top .text-left .subtitl,
#signup-page #landing-top .text-left .subtitl,
#logout-page #landing-top .text-left .subtitl {
  width: 100%;
  margin: 7em auto 0em 3em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #index-page #landing-top .text-left .subtitl,
  #login-page #landing-top .text-left .subtitl,
  #signup-page #landing-top .text-left .subtitl,
  #logout-page #landing-top .text-left .subtitl {
    margin: 4em 1em 0em 0em;
  }
  #index-page #landing-top .text-left .subtitl p,
  #login-page #landing-top .text-left .subtitl p,
  #signup-page #landing-top .text-left .subtitl p,
  #logout-page #landing-top .text-left .subtitl p {
    display: none;
  }
}
#index-page #landing-top .text-left .icon-left,
#login-page #landing-top .text-left .icon-left,
#signup-page #landing-top .text-left .icon-left,
#logout-page #landing-top .text-left .icon-left {
  margin: 0.5em 1em 0em 3em;
}
#index-page #landing-top .text-left .icon-right,
#login-page #landing-top .text-left .icon-right,
#signup-page #landing-top .text-left .icon-right,
#logout-page #landing-top .text-left .icon-right {
  margin: 1em auto 0em 0em;
}
#index-page #landing-top .text-left .icon-right p,
#index-page #landing-top .text-left .icon-right h3,
#login-page #landing-top .text-left .icon-right p,
#login-page #landing-top .text-left .icon-right h3,
#signup-page #landing-top .text-left .icon-right p,
#signup-page #landing-top .text-left .icon-right h3,
#logout-page #landing-top .text-left .icon-right p,
#logout-page #landing-top .text-left .icon-right h3 {
  margin: 0px;
}
@media screen and (max-width: 768px) {
  #index-page #landing-top .text-left .icon-right p,
  #index-page #landing-top .text-left .icon-right h3,
  #login-page #landing-top .text-left .icon-right p,
  #login-page #landing-top .text-left .icon-right h3,
  #signup-page #landing-top .text-left .icon-right p,
  #signup-page #landing-top .text-left .icon-right h3,
  #logout-page #landing-top .text-left .icon-right p,
  #logout-page #landing-top .text-left .icon-right h3 {
    background-color: #8f969e;
  }
}
#index-page #landing-top .text-right,
#login-page #landing-top .text-right,
#signup-page #landing-top .text-right,
#logout-page #landing-top .text-right {
  width: 40vw;
  margin: 10vh auto auto calc(40vw - 2em);
  color: #ffffff;
}
#index-page #landing-top .text-right h2,
#login-page #landing-top .text-right h2,
#signup-page #landing-top .text-right h2,
#logout-page #landing-top .text-right h2 {
  font-size: 2em;
  margin-top: 0em;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  #index-page #landing-top .text-right,
  #login-page #landing-top .text-right,
  #signup-page #landing-top .text-right,
  #logout-page #landing-top .text-right {
    width: 90vw;
    margin: 10vh 3em auto auto;
    font-size: 1em;
  }
  #index-page #landing-top .text-right h2,
  #login-page #landing-top .text-right h2,
  #signup-page #landing-top .text-right h2,
  #logout-page #landing-top .text-right h2 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #index-page #landing-top .text-right,
  #login-page #landing-top .text-right,
  #signup-page #landing-top .text-right,
  #logout-page #landing-top .text-right {
    width: 100vw;
    margin: 10vh auto auto auto;
    font-size: 0.9em;
  }
  #index-page #landing-top .text-right h2,
  #login-page #landing-top .text-right h2,
  #signup-page #landing-top .text-right h2,
  #logout-page #landing-top .text-right h2 {
    padding-right: 1em;
  }
}
#index-page #landing-top #support_modal,
#login-page #landing-top #support_modal,
#signup-page #landing-top #support_modal,
#logout-page #landing-top #support_modal {
  margin-top: 5em;
}
#index-page #landing-bottom,
#login-page #landing-bottom,
#signup-page #landing-bottom,
#logout-page #landing-bottom {
  width: 100%;
  height: 50%;
  position: fixed;
  background-color: #ffffff;
  background: url("../../images/fond miroir ruche2 recadré.jpg") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  --size: 12em;
}
@media screen and (max-width: 1200px) {
  #index-page #landing-bottom,
  #login-page #landing-bottom,
  #signup-page #landing-bottom,
  #logout-page #landing-bottom {
    --size: 9em;
  }
}
#index-page #landing-bottom .figure,
#login-page #landing-bottom .figure,
#signup-page #landing-bottom .figure,
#logout-page #landing-bottom .figure {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 50%;
  height: 100%;
  font-size: calc(var(--size) / 10);
  line-height: 1;
  color: #fff;
  transition: 0.75s 0.5s;
  cursor: pointer;
}
#index-page #landing-bottom .figure h2,
#login-page #landing-bottom .figure h2,
#signup-page #landing-bottom .figure h2,
#logout-page #landing-bottom .figure h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 150%;
  font-weight: 200;
}
#index-page #landing-bottom .figure p,
#login-page #landing-bottom .figure p,
#signup-page #landing-bottom .figure p,
#logout-page #landing-bottom .figure p {
  font-size: 120%;
  text-align: center;
  font-weight: 700;
}
#index-page #landing-bottom #support_modal,
#login-page #landing-bottom #support_modal,
#signup-page #landing-bottom #support_modal,
#logout-page #landing-bottom #support_modal {
  margin-top: 5em;
}

#index-page #welcome-landing .b_help,
#index-page #landing-bottom .b_help {
  width: 10vw;
  display: block;
  text-align: center;
  font-size: 1.2em;
  border-radius: 15px;
  background-color: #fff;
  color: #000;
}
#index-page #welcome-landing .b_help:hover,
#index-page #landing-bottom .b_help:hover {
  background-color: #80bdab;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  #index-page #welcome-landing .b_help,
  #index-page #landing-bottom .b_help {
    display: none;
  }
}

#login-page #welcome-landing .row .login-modal {
  width: 30em;
  height: 32em;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin: 0em auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 8em;
  --font-size: 1.4em;
}
#login-page #welcome-landing .row .login-modal h1 {
  display: block;
  color: #80bdab;
  padding: 1em;
  text-transform: uppercase;
  font-size: 130%;
}
#login-page #welcome-landing .row .login-modal i {
  display: block;
  margin: 0em auto 2em auto;
  padding: 0;
  color: #80bdab;
  --ggs: 2em;
  text-align: center;
  font-weight: 600;
}
#login-page #welcome-landing .row .login-modal form {
  margin: 1em;
}
#login-page #welcome-landing .row .login-modal form .label {
  text-align: left;
  text-transform: none;
  color: #2f3f4f;
}
#login-page #welcome-landing .row .login-modal form .form-control {
  border: 1px solid #fff;
  background-color: transparent;
}
#login-page #welcome-landing .row .login-modal .help {
  text-align: center;
  padding: 1em 0 0 0;
}
#login-page #welcome-landing .row .login-modal .help p {
  color: #80bdab;
  font-size: 100%;
  font-weight: 600;
  margin: 0;
}
#login-page #welcome-landing .row .login-modal .help a {
  color: #2f3f4f;
  font-size: 100%;
}
#login-page #welcome-landing .row .login-modal .btn-primary {
  width: 100%;
  min-width: 200px;
  margin: 0.5em auto;
  float: none;
  border: 0px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 7px;
  background-color: #2f3f4f;
  color: #fff;
}
#login-page #welcome-landing .row .login-modal .btn-primary:hover {
  background-color: #2fb9ca;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #login-page #welcome-landing .row .login-modal {
    font-size: 1em;
    top: 8em;
    height: 35em;
  }
}
#login-page #welcome-landing .b_help {
  width: 10vw;
  display: block;
  text-align: center;
  margin: -3em 2em 0 auto;
  padding: 0.5em;
  font-size: 1.2em;
  border-radius: 15px;
  background-color: #fff;
  color: #000;
}
#login-page #welcome-landing .b_help:hover {
  background-color: #80bdab;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  #login-page #welcome-landing .b_help {
    display: none;
  }
}

[id="signup_page"] {
  text-align: center;
  position: relative;
  width: calc(100% - 4em);
  margin-top: 10em;
  margin-left: 1em;
  margin-right: 1em;
}
[id="signup_page"] #change_pwd {
  background-color: rgba(47, 63, 79, 0.07);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 20px 30px 10px 30px;
}
[id="signup_page"] #change_pwd .label {
  margin: 0;
  text-transform: none;
  font-size: 15px;
  font-family: sans-serif;
  text-align: left;
  color: #147882;
  padding-bottom: 5px;
}
[id="signup_page"] .consents {
  margin-bottom: 1em;
  background-color: #ffffff;
  text-align: left;
  border-radius: 15px;
}
[id="signup_page"] .consents input[type="checkbox"] {
  vertical-align: middle;
}
[id="signup_page"] .consents label {
  max-width: calc(100% - 10em);
  vertical-align: middle;
  margin-left: 0px;
}
[id="signup_page"] .phone {
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
[id="signup_page"] .phone input[type="tel"] {
  width: 90%;
  float: right;
}
[id="signup_page"] .phone .phone-start {
  display: inline-block;
  padding-top: 7px;
  font-weight: 600;
}

[id="menu_page"] .container {
  text-align: center;
  position: relative;
  height: 100%;
  width: calc(100% - 2em);
  margin-left: 1em;
  margin-right: 1em;
}
[id="menu_page"] .row-main {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1%;
  margin-right: 1%;
}
[id="menu_page"] .box-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
@media only screen and (max-width: 768px) {
  [id="menu_page"] .box-menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
  }
}
@media only screen and (max-width: 360px) {
  [id="menu_page"] .box-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
[id="menu_page"] .box-menu .block {
  height: 10em;
  overflow: hidden;
}
[id="menu_page"] .box-menu a {
  text-decoration: none;
}
[id="menu_page"] .box-menu .content-block {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 2em;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  background-color: #2fb9ca;
}
[id="menu_page"] .box-menu .content-block i {
  font-size: 3em;
}
[id="menu_page"] .box-menu .content-block:hover {
  color: #ffffff;
  background-color: #f7b104;
}
[id="menu_page"] .box-menu .admin {
  color: #ffffff;
  background-color: rgba(128, 189, 171, 0.5);
}
[id="menu_page"] .box-menu .admin:hover {
  background-color: #b6c88a;
  color: #ffffff;
}
[id="menu_page"] .box-menu .main1 {
  background-color: #195059;
  color: #ffffff;
}
[id="menu_page"] .box-menu .main1:hover {
  background-color: #2f3f4f;
  color: #ffffff;
}
[id="menu_page"] .box-menu .main2 {
  background-color: #2d5680;
  color: #ffffff;
}
[id="menu_page"] .box-menu .main2:hover {
  background-color: #2f3f4f;
  color: #ffffff;
}
[id="menu_page"] .box-menu .main3 {
  color: #fff;
  background-color: #2f3f4f;
}
[id="menu_page"] .box-menu .main3:hover {
  color: #fff;
  background-color: #2d5680;
}
[id="menu_page"] .box-menu .blockFile form {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
[id="menu_page"] .box-menu .blockFile form #largeFile {
  height: 100%;
  width: 100%;
  padding: 20px;
}
[id="menu_page"] .box-menu .blockFile form #largeFile hr {
  border-color: #ffffff;
}
[id="menu_page"] .box-menu .blockFile form #largeFile:after {
  height: 100%;
  width: 100%;
  padding: 10px;
  background: #2d5680;
  font-size: 30px;
}
[id="menu_page"] .box-menu .blockFile form label#largeFile input#file {
  display: none;
}
[id="menu_page"] .box-menu .blockFile form #submit_base {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
[id="menu_page"] .box-menu .blockFile form #submit_base input {
  word-wrap: break-word;
  margin: 0;
  width: 100%;
}
[id="menu_page"] .box-menu .blockFile form #submit_base input:nth-of-type(1) {
  margin: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
[id="menu_page"] .box-menu .blockFile form #submit_base input:nth-of-type(2) {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 5px;
  color: #ffffff;
  margin: 0;
  width: 100%;
}
[id="menu_page"] .box-menu .blockFile form #submit_base [id="help_tooltop"] {
  position: absolute;
  top: 20px;
  font-size: 1.4em;
  width: 100%;
  color: #ffffff;
}
@media (max-height: 500px) {
  [id="menu_page"] .box-menu .blockFile form #submit_base [id="help_tooltop"] {
    font-size: 1em;
    top: 0px;
  }
}
[id="menu_page"] .box-menu .blockFile form #submit_base #icon_base {
  position: absolute;
  top: 20px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
[id="menu_page"] .box-menu .blockFile form .valid {
  color: #a0c640;
}
[id="menu_page"] .box-menu .blockFile form .invalid {
  color: #ffffff;
  border-color: #ea5615;
}

#account-page input[type="tel"] {
  width: 80%;
  float: right;
}
#account-page input[type="number"] {
  max-width: none;
}
#account-page .phone-start {
  display: inline-block;
  padding-top: 7px;
  font-weight: 600;
}
#account-page .header {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  margin: auto auto 2em 1em;
}
#account-page .header .list_filter {
  width: 80%;
}
#account-page .header .btn {
  background-color: #2d5680;
  color: white;
  width: 80%;
  border-radius: 5px;
  box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.1);
  border: 1px solid #2d5680;
}
#account-page .header .btn:hover {
  background-color: white;
  color: #2d5680;
  border: 1px solid #2d5680;
}
#account-page #form_save .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  padding: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  #account-page #form_save .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #account-page #form_save .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 546px) {
  #account-page #form_save .grid {
    grid-template-columns: 1fr;
  }
}
#account-page #form_save .grid .section-info-perso,
#account-page #form_save .grid .section-info-operation,
#account-page #form_save .grid .section-info-doc,
#account-page #form_save .grid .section-info-list {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
#account-page #form_save .authorized label {
  font-weight: 100;
}
#account-page #form_save input {
  background-color: white;
  border: none;
  box-shadow: 0px 0px 2px #cbc9c9;
  border: 1px solid white;
}
#account-page #form_save input#confirm_upload {
  border-radius: 10px;
  background-color: #2f3f4f;
  color: #fff;
}
#account-page #form_save input#confirm_upload:hover {
  background-color: #195059;
  color: #fff;
}
#account-page #form_save textarea {
  box-shadow: 0px 0px 2px #cbc9c9;
  border: 1px solid #cbc9c9;
  outline: none;
  resize: none;
  overflow: auto;
  border-radius: 5px;
  padding: 5px 10px;
}
#account-page #form_save select {
  cursor: pointer;
  background-color: #eeeeee;
}
#account-page #form_save select:hover {
  background-color: #f2f2f2;
}

#calendar_page {
  height: 90vh;
  width: 90vw;
  display: block;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

#calendar_pane {
  height: 85vh;
  width: 85vw;
  margin: 0 auto;
  margin-top: 6px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#calendar {
  position: relative;
  display: block;
  width: 98%;
  height: 100%;
  /* Header
    ------------------------------------------------------------------------*/
  /* Content
    ------------------------------------------------------------------------*/
  /* Cell Styles
    ------------------------------------------------------------------------*/
  /* Buttons
    ------------------------------------------------------------------------*/
  /*
    Our default prev/next buttons use HTML entities like ‹ › « »
    and we'll try to make them look good cross-browser.
    */
  /* icon (for jquery ui) */
  /* Global Event Styles
    ------------------------------------------------------------------------*/
  /* Horizontal Events
    ------------------------------------------------------------------------*/
  /* resizable */
  /* Reusable Separate-border Table
    ------------------------------------------------------------*/
  /* Month View, Basic Week View, Basic Day View
    ------------------------------------------------------------------------*/
  /* event styles */
  /* right-to-left */
  /* Agenda Week View, Agenda Day View
    ------------------------------------------------------------------------*/
  /* make axis border take precedence */
  /* all-day area */
  /* divider (between all-day and slots) */
  /* slot rows */
  /* Vertical Events
    ------------------------------------------------------------------------*/
  /* resizable */
  /*!
    * FullCalendar v1.6.4 Print Stylesheet
    * Docs & License: http://arshaw.com/fullcalendar/
    * (c) 2013 Adam Shaw
    */
  /*
    * Include this stylesheet on your page to get a more printer-friendly calendar.
    * When including this stylesheet, use the media='print' attribute of the <link> tag.
    * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
    */
  /* Events
    -----------------------------------------------------*/
  /* for vertical events */
  /* Tooltip event */
}
#calendar #wrap {
  width: 90%;
  margin: 0 auto;
}
#calendar #external-events {
  float: left;
  width: 150px;
  padding: 0 10px;
  text-align: left;
}
#calendar #external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}
#calendar .external-event {
  /* try to mimick the look of a real event */
  margin: 5px 0;
  padding: 2px 4px;
  background: #3366cc;
  color: #fff;
  font-size: 0.85em;
  cursor: pointer;
}
#calendar .external-event p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}
#calendar .external-event p input {
  margin: 0;
  vertical-align: middle;
}
#calendar #calendar-table {
  margin: 0 auto;
  width: 900px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 2px #c3c3c3;
  -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);
}
#calendar .fc-list-item-marker {
  padding: 8px 14px;
}
#calendar td.fc-day {
  width: 100%;
  height: 100%;
  background: #fff !important;
  font-family: "Roboto", sans-serif;
}
#calendar td.fc-today .fc-day-number {
  background-color: #ea5615;
  border-radius: 50px;
  color: white;
}
#calendar .fc-day-number {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
#calendar .fc-first th {
  font-family: "Roboto", sans-serif;
  background: #9675ce !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 500 !important;
}
#calendar .fc-event-inner {
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 5px 0px !important;
}
#calendar .fc {
  direction: ltr;
  text-align: left;
}
#calendar .fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
#calendar html .fc,
#calendar .fc table {
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica;
}
#calendar .fc td,
#calendar .fc th {
  padding: 0;
  vertical-align: top;
}
#calendar .fc-row.fc-week {
  height: auto;
  min-height: 0px;
}
#calendar .fc-header-toolbar.fc-toolbar {
  width: 100%;
  display: flex;
  align-items: baseline;
}
#calendar .fc-header-toolbar.fc-toolbar .fc-header-left .fc-header-center .fc-header-right {
  width: 100%;
  display: block;
}
#calendar .fc-content {
  clear: both;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#calendar .dot-col {
  height: 100%;
  width: 3px;
  border-radius: 0;
}
#calendar .fc-view {
  width: 100%;
  overflow: hidden;
}
#calendar .fc-view-container {
  max-height: 75vh;
  overflow-y: auto;
}
#calendar .fc-time {
  font-size: 1.05em;
  font-weight: 600;
  flex-basis: 25%;
}
#calendar .fc-title {
  display: inline-block;
  flex-basis: 62%;
  word-break: break-word;
  white-space: normal;
  margin-left: 0.5em;
  font-size: 1.05em;
}
#calendar .glyphicon-edit {
  margin-left: auto;
}
#calendar .fc-widget-header {
  border-bottom: 1px solid #eee;
}
#calendar .fc-state-highlight > div > div.fc-day-number {
  background-color: #c6240e;
  color: #ffffff;
  border-radius: 50%;
  margin: 4px;
}
#calendar .fc-day-header.fc-today {
  background-color: #c6240e;
}
#calendar .fc-day-header.fc-today a {
  color: #ffffff;
}
#calendar .fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: 0.3;
}
#calendar .fc-button {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}
#calendar .fc-state-default {
  /* non-theme */
  border: 1px solid;
}
#calendar .fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#calendar .fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#calendar .fc-text-arrow {
  margin: 0 0.4em;
  font-size: 2em;
  line-height: 23px;
  vertical-align: baseline;
  /* for IE7 */
}
#calendar .fc-button-prev .fc-text-arrow,
#calendar .fc-button-next .fc-text-arrow {
  /* for ‹ › */
  font-weight: bold;
}
#calendar .fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
#calendar .fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
}
#calendar .fc-state-default {
  border-color: #ff3b30;
  color: #ff3b30;
}
#calendar .fc-button-month.fc-state-default,
#calendar .fc-button-agendaWeek.fc-state-default,
#calendar .fc-button-agendaDay.fc-state-default {
  min-width: 67px;
  text-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#calendar .fc-state-hover,
#calendar .fc-state-down,
#calendar .fc-state-active,
#calendar .fc-state-disabled {
  color: #333333;
  background-color: #ffe3e3;
}
#calendar .fc-state-hover {
  color: #ff3b30;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#calendar .fc-state-down,
#calendar .fc-state-active {
  background-color: #ff3b30;
  background-image: none;
  outline: 0;
  color: #ffffff;
}
#calendar .fc-state-disabled {
  cursor: default;
  background-image: none;
  background-color: #ffe3e3;
  filter: alpha(opacity=65);
  box-shadow: none;
  border: 1px solid #ffe3e3;
  color: #ff3b30;
}
#calendar .fc-event-container {
  position: relative;
}
#calendar .fc-event-container > * {
  z-index: 1;
}
#calendar .fc-event-container > .ui-draggable-dragging,
#calendar .fc-event-container > .ui-resizable-resizing {
  z-index: 2;
}
#calendar .fc-event {
  border: 1px solid #fff;
  /* default BORDER color */
  color: #919191;
  /* default TEXT color */
  font-size: 12px;
  cursor: default;
}
#calendar .fc-event.chill {
  background-color: #f3dcf8;
}
#calendar .fc-event.info {
  background-color: #c6ebfe;
}
#calendar .fc-event.important {
  background-color: #ffbebe;
}
#calendar .fc-event.success {
  background-color: #beffbf;
}
#calendar .fc-event:hover {
  opacity: 0.7;
}
#calendar a.fc-event {
  text-decoration: none;
}
#calendar a.fc-event,
#calendar .fc-event-draggable {
  cursor: pointer;
}
#calendar .fc-rtl .fc-event {
  text-align: right;
}
#calendar .fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 15px;
}
#calendar .fc-event-time,
#calendar .fc-event-title {
  padding: 0 1px;
}
#calendar .event-tooltip {
  display: block;
}
#calendar .event-tooltip span {
  white-space: normal;
}
#calendar .fc-row {
  height: auto;
}
#calendar .fc-week {
  min-height: 10em;
}
#calendar .fc-event-type-rdv_video {
  background-color: #64cb74;
  color: black;
}
#calendar .fc-event-type-rdv_hosp {
  background-color: #c97699;
  color: black;
}
#calendar .fc-event-type-ansq {
  background-color: #f1c73a;
  color: black;
}
#calendar .fc-event-type-oth {
  background-color: #1bc4f3;
  color: black;
}
#calendar #legend-color {
  width: 120px;
  height: 100px;
  position: absolute;
  top: 10%;
  right: 2%;
  float: right;
  text-align: center;
}
#calendar #legend-color #protocol-color {
  width: 100px;
  height: auto;
  background-color: #f1c73a;
  color: black;
  margin: 1px;
}
#calendar #legend-color #oth-color {
  width: 100px;
  height: auto;
  background-color: #1bc4f3;
  color: white;
  margin: 1px;
}
#calendar #legend-color #rdv-color-hopital {
  width: 100px;
  height: auto;
  background-color: #c97699;
  color: white;
  margin: 1px;
}
#calendar #legend-color #rdv-color-telebaria {
  width: 100px;
  height: auto;
  background-color: #64cb74;
  color: white;
  margin: 1px;
}
#calendar .fc-event-type {
  padding: 0 1px;
  font-weight: 600;
}
#calendar .fc-event-text {
  width: 100%;
  padding: 0 1px;
}
#calendar .fc-event-rdv {
  font-style: italic;
  margin-bottom: 2px;
  font-weight: 600;
}
#calendar .fc .ui-resizable-handle {
  display: block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */
}
#calendar .fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
#calendar .fc-ltr .fc-event-hori.fc-event-start,
#calendar .fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  /*
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    */
}
#calendar .fc-ltr .fc-event-hori.fc-event-end,
#calendar .fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  /*
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    */
}
#calendar .fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}
#calendar .fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}
#calendar .fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}
#calendar table.fc-border-separate {
  border-collapse: separate;
}
#calendar .fc-border-separate th,
#calendar .fc-border-separate td {
  border-width: 1px 0 0 1px;
}
#calendar .fc-border-separate th.fc-last,
#calendar .fc-border-separate td.fc-last {
  border-right-width: 1px;
}
#calendar .fc-border-separate .fc-week .fc-first {
  border-left: 0;
}
#calendar .fc-border-separate .fc-week .fc-last {
  border-right: 0;
}
#calendar .fc-border-separate tr.fc-last th {
  border-bottom-width: 1px;
  border-color: #cdcdcd;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
#calendar .fc-border-separate tbody tr.fc-first td,
#calendar .fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
#calendar .fc-grid th {
  text-align: center;
}
#calendar .fc .fc-week-number {
  width: 22px;
  text-align: center;
}
#calendar .fc .fc-week-number div {
  padding: 0 2px;
}
#calendar .fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
#calendar .fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
    might want to set the 'color' property instead
    making day-numbers bold also fixes the problem */
}
#calendar .fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}
#calendar .fc-grid .fc-event-time {
  font-weight: bold;
}
#calendar .fc-rtl .fc-grid .fc-day-number {
  float: left;
}
#calendar .fc-rtl .fc-grid .fc-event-time {
  float: right;
}
#calendar .fc-agenda table {
  border-collapse: separate;
}
#calendar .fc-agenda-days th {
  text-align: center;
}
#calendar .fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
#calendar .fc-agenda .fc-week-number {
  font-weight: bold;
}
#calendar .fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
#calendar .fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
#calendar .fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
#calendar .fc-agenda-allday th {
  border-width: 0 1px;
}
#calendar .fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}
#calendar .fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
#calendar .fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
#calendar .fc-agenda-slots th {
  border-width: 1px 1px 0;
}
#calendar .fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
#calendar .fc-agenda-slots td div {
  height: 20px;
}
#calendar .fc-agenda-slots tr.fc-slot0 th,
#calendar .fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
#calendar .fc-agenda-slots tr.fc-minor th.ui-widget-header {
  border-top-style: solid;
  /* doesn't work with background in IE6/7 */
}
#calendar .fc-event-vert {
  border-width: 0 1px;
}
#calendar .fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#calendar .fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#calendar .fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
#calendar .fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
#calendar .fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
#calendar .fc .ui-draggable-dragging .fc-event-bg .fc-select-helper .fc-event-bg {
  /* TODO: something nicer like .fc-opacity */
  display: none;
  /* for IE6/7/8. nested opacity filters while dragging don't work */
}
#calendar .fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
#calendar .fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden;
}
#calendar thead tr.fc-first {
  background-color: #f7f7f7;
}
#calendar table.fc-header {
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
}
#calendar .fc-week .fc-day > div .fc-day-number {
  font-size: 15px;
  margin: 2px;
  min-width: 19px;
  padding: 6px;
  text-align: center;
  width: 30px;
  height: 30px;
}
#calendar .fc-sun,
#calendar .fc-sat {
  opacity: 0.75;
}
#calendar .fc-week .fc-day:hover .fc-day-number {
  background-color: #b8b8b8;
  border-radius: 50%;
  color: #ffffff;
  transition: background-color 0.2s;
}
#calendar .fc-week .fc-day.fc-state-highlight:hover .fc-day-number {
  background-color: #ff3b30;
}
#calendar .fc-button-today {
  border: 1px solid rgba(255, 255, 255, 0);
}
#calendar .fc-view-agendaDay thead tr.fc-first .fc-widget-header {
  text-align: right;
  padding-right: 10px;
}
#calendar .fc-content-skeleton {
  position: absolute;
}
#calendar .fc-row .fc-content-skeleton {
  position: relative;
}
#calendar .fc-day-grid {
  min-height: 7vh;
}
#calendar .fc-day-grid-event,
#calendar .fc-time-grid-event {
  font-size: 1.2em;
}
#calendar .fc-day-grid-event.fc-background-event.rdv {
  background-color: #ffe0ba;
  color: #333;
}
#calendar .fc-day-grid-event.fc-background-event.rdv:hover {
  background-color: #ffb152;
  color: #333;
  opacity: 1;
}
#calendar .fc-day-grid-event.fc-background-event.rdv_video {
  background-color: #f7fcc0;
  color: #333;
}
#calendar .fc-day-grid-event.fc-background-event.rdv_video:hover {
  background-color: #d7e637;
  color: #333;
  opacity: 1;
}
#calendar .fc-day-grid-event.fc-background-event.ext {
  background-color: #f2c9ff;
  color: #333;
}
#calendar .fc-day-grid-event.fc-background-event.ext:hover {
  background-color: #da75fa;
  color: #333;
  opacity: 1;
}
#calendar .fc-day-grid-event.fc-background-event.ansq {
  background-color: #c9e3ff;
  color: #333;
}
#calendar .fc-day-grid-event.fc-background-event.ansq:hover {
  background-color: #6eb4ff;
  color: #333;
  opacity: 1;
}
#calendar .fc-no-background-event {
  background-color: transparent;
  color: #333;
  font-size: 1.1em;
}
#calendar .fc-event-dot.rdv {
  background-color: #ffb152;
  color: #333;
}
#calendar .fc-event-dot.rdv_video {
  background-color: #d7e637;
  color: #333;
}
#calendar .fc-event-dot.ext {
  background-color: #da75fa;
  color: #333;
}
#calendar .fc-event-dot.ansq {
  background-color: #6eb4ff;
  color: #333;
}
#calendar .fc-event-bg {
  display: none !important;
}
#calendar .fc-event .ui-resizable-handle {
  display: none !important;
}
#calendar .fc-content .glyphicon,
#calendar .fc-list-item .glyphicon {
  float: right;
  cursor: pointer;
}
#calendar .fc-content .glyphicon:hover,
#calendar .fc-list-item .glyphicon:hover {
  color: red;
}
#calendar .fc-content {
  position: relative;
}
#calendar .event-tooltip {
  width: 15vw;
  max-height: 20vh;
  padding: 5px;
  background-color: #e1f2fb;
  color: black;
  font-size: 1.1em;
  position: absolute;
  z-index: 11;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #3f7694;
}
#calendar .event-tooltip-left::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #3f7694 transparent transparent;
}
#calendar .event-tooltip-right::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3f7694;
}
#calendar .tooltip-content {
  max-height: 19vh;
  overflow-y: scroll;
}
#calendar .tooltip-text {
  margin-bottom: 3px;
}
#calendar .tooltip-text ul {
  display: inline-block;
  padding: 0;
  list-style: none;
}
#calendar .tooltip-text ul li {
  display: inline-block;
}

@media only screen and (max-width: 720px) {
  #calendar {
    margin: 20% auto 1% auto;
  }
  #calendar .fc-header-toolbar .fc-left button {
    margin-left: 0.75em;
    margin-bottom: 0.5em;
  }

  textarea#text-event {
    resize: none;
    width: 100%;
    height: 10vh;
  }

  input[type="date"] {
    margin-bottom: 1em;
  }
}
/* Popup create event */
#window-popup {
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.3);
}

#popup {
  position: absolute;
  margin: 5px;
  padding: 10px;
  z-index: 12;
  top: 20em;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 0px;
  max-width: 80vw;
  max-height: 60vh;
  overflow-y: scroll;
}
#popup h3 {
  margin: 0 auto 1em auto;
}
#popup .event-start,
#popup .event-end {
  margin: 0.5em;
}
#popup .event-allday {
  margin: 1em 0.5em;
}
#popup textarea#text-event {
  min-height: 5em;
  width: 480px;
}
#popup label {
  width: 20%;
}
#popup .hide-popup {
  float: right;
  opacity: 0.5;
  cursor: pointer;
}
#popup .hide-popup:hover {
  opacity: 1;
}
#popup input[type="date"] {
  width: auto;
  border: 0.5px solid gray;
  margin-right: 1em;
}
#popup input[type="number"] {
  max-width: 4em;
  border: 1px solid gray;
}
#popup input[type="button"] {
  width: 8em;
  color: white;
  background-color: #295c89;
  margin: 5px;
  transition: 0s;
  -webkit-transition: 0s;
}
#popup input[type="button"]:hover {
  background-color: #337ab7;
  transition: 0s;
}
#popup input[type="checkbox"] {
  margin: 0px;
}
#popup select {
  display: inline-block;
  width: auto;
}

.new-event {
  visibility: hidden;
}

.new-event-show {
  visibility: visible;
}

.popup-info {
  z-index: 1000;
  display: block;
  width: 30em;
  height: 3em;
  clear: both;
  float: right;
  padding: 10px;
}

#stat-page .wrapper {
  display: grid;
  grid-gap: 1em;
}
#stat-page .wrapper .zone-filter {
  grid-column: 1;
  grid-row: 1 / 7;
  max-width: 15em;
  margin: 1em;
      /*       .buttons-types {
        grid-row-start: 1;
        grid-row-end: 2;
      }

      .button-reset {
        grid-row-start: 4;
        grid-row-end: 5;
      } */
}
@media only screen and (max-width: 768px) {
  #stat-page .wrapper .zone-filter {
    display: none;
  }
}
#stat-page .wrapper .zone-filter button {
  background-color: #fff;
  color: #000;
  margin-right: 5px;
  margin-bottom: 6px;
  border-radius: 20px;
  border: 0px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#stat-page .wrapper .zone-filter button.hover, #stat-page .wrapper .zone-filter button.selected {
  background-color: #80bdab;
  color: #ffffff;
}
#stat-page .wrapper .zone-filter button.selected {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
#stat-page .wrapper .zone-filter .buttons-labels {
  grid-row-start: 2;
  grid-row-end: 3;
}
#stat-page .wrapper .zone-main {
  grid-column: 2 / 12;
  margin-right: 1% !important;
}
@media only screen and (max-width: 768px) {
  #stat-page .wrapper .zone-main {
    display: block;
  }
}
#stat-page .wrapper .zone-main .zone-graph {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  #stat-page .wrapper .zone-main .zone-graph {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 360px) {
  #stat-page .wrapper .zone-main .zone-graph {
    display: block;
  }
}
#stat-page .wrapper .zone-main .zone-graph .graph-card {
  padding: 1em;
}
#stat-page .wrapper .zone-main .zone-graph .graph-card textarea {
  resize: none;
  height: 2em;
}
#stat-page .zone-details {
  grid-column: 1 / 12;
  grid-row: 8 / 10;
  min-height: 4em;
  margin: 1em;
  background-color: #ffffff;
  color: black;
}
#stat-page .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 10em;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #eeeeee;
  /* The Close Button */
}
#stat-page .modal .modal-content {
  margin: auto;
  padding: 1em;
  border: 1px solid #888;
}
#stat-page .modal .modal-content .modal-header {
  padding: 0;
}
#stat-page .modal .modal-content .modal-body .inputs {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr;
  max-width: 20em;
}
#stat-page .modal .modal-content .modal-body .inputs input, #stat-page .modal .modal-content .modal-body .inputs select {
  background-color: #eae6e6;
  color: #2f3f4f;
  max-width: 8em;
  text-align: center;
}
#stat-page .modal .modal-xl {
  width: 90vw;
}
#stat-page .modal .modal-title {
  width: 100%;
  font-size: 1.2 em;
  display: block;
  padding: 1em;
  margin: 0 auto;
}
#stat-page .modal .modal-close {
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  color: #2f3f4f;
}
#stat-page .modal .modal-close:hover, #stat-page .modal .modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#doc-page {
  /*   .dropbtn {
    color: black;
    font-size: 16px;
    padding: 10px 5px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 0.9em;
  }

  // .dropbtn:hover, .dropbtn:focus {
  //   background-color: #2980B9;
  // }

  .dropdown {
    position: relative;
    display: block;
    float: right;
    //margin-right: -20px;
    //padding: 0 10px;
  }

  .dropdown-content {
    display: none;
    min-width: 3em;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .dropdown-content a {
    color: black;
    padding: 2px 0.25em 2px 0.25em;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;

    i:hover {
      color: $button1_backt !important;
    }
  }
 */
}
#doc-page .wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  position: relative;
  grid-template-columns: 18em auto;
  grid-template-rows: 5em auto;
  grid-template-areas: 'folder filter' 'folder gallery';
}
#doc-page .wrapper .links {
  grid-area: filter;
  background-color: #ffffff;
  padding: 0.5em;
}
#doc-page .wrapper .links label {
  margin: 0;
}
#doc-page .wrapper .links .icon-reset a {
  cursor: pointer;
}
#doc-page .wrapper .links .icon-list i {
  cursor: pointer;
  color: #f7b104;
}
#doc-page .wrapper .links .icon-list i:hover {
  color: #2fb9ca;
}
#doc-page .wrapper .links .icon-list i.active {
  color: #f7b104;
}
#doc-page .wrapper #view_list {
  width: 100%;
  position: relative;
}
#doc-page .wrapper #view_list #table-list {
  width: 100%;
}
#doc-page .wrapper #view_list #table-list tr {
  height: 2em;
}
#doc-page .wrapper #view_list #table-list .list-titl {
  width: 50%;
}
#doc-page .wrapper #view_list #table-list .list-ext {
  width: 10%;
}
#doc-page .wrapper #view_list #table-list .list-date {
  width: 20%;
}
#doc-page .wrapper #view_list #table-list .list-author {
  width: 20%;
}
#doc-page .wrapper #view_list #table-list .fas {
  margin-left: 5px;
}
#doc-page .wrapper #view_list .zone-icon {
  text-align: center;
}
#doc-page .wrapper #view_list .zone-icon ul {
  list-style: none;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px;
  margin: 0;
}
@media screen and (max-width: 546px) {
  #doc-page .wrapper #view_list .zone-icon ul {
    flex-direction: column;
  }
}
#doc-page .wrapper #view_list .zone-icon ul li {
  color: #2fb9ca;
  cursor: pointer;
}
#doc-page .wrapper #view_list .zone-icon ul li:hover {
  color: #2d5680;
}
#doc-page .wrapper #view_grid .view_item {
  padding: 0;
  text-align: center;
  margin: 10px;
  display: inline-block;
  background-color: white;
  border-radius: 7px;
  width: 250px;
  height: 200px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#doc-page .wrapper #view_grid .view_item:hover {
  text-decoration: none;
  color: #f0f5f5;
}
#doc-page .wrapper #view_grid .view_item .vi_left {
  position: relative;
}
#doc-page .wrapper #view_grid .view_item .vi_left img {
  width: 250px;
  height: 130px;
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: 0;
  object-position: 0 20%;
}
#doc-page .wrapper #view_grid .view_item .vi_left .block-overlay {
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 63, 79, 0.8);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 400ms;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#doc-page .wrapper #view_grid .view_item .vi_left .block-overlay:hover {
  opacity: 1;
}
#doc-page .wrapper #view_grid .view_item .vi_left .block-overlay .block-link {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  text-align: center;
}
#doc-page .wrapper #view_grid .view_item .vi_left .block-overlay .block-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#doc-page .wrapper #view_grid .view_item .vi_left .block-overlay .block-link ul li {
  display: inline-block;
  padding: 10px;
}
#doc-page .wrapper #view_grid .view_item .vi_left .block-overlay .block-link ul a {
  color: #a0c640;
  font-size: 30px;
}
#doc-page .wrapper #view_grid .view_item .vi_left .block-overlay .block-link ul a:hover {
  color: white;
}
#doc-page .wrapper #view_grid .view_item .vi_right:hover {
  transition-duration: 0.1s;
  background-color: rgba(47, 63, 79, 0.07);
}
#doc-page .wrapper #view_grid .view_item .vi_right .title input {
  width: 90%;
  background-color: rgba(47, 63, 79, 0.05);
  font-size: 0.8em;
  margin: 5px;
}
#doc-page .wrapper #view_grid .view_item .vi_right .metadata {
  border-top: 1px solid #eee;
  color: #2fb9ca;
  padding-bottom: 5px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
}
#doc-page .wrapper #view_grid .view_item .vi_right .metadata span {
  font-size: 10px;
  padding: 5px;
}
#doc-page .wrapper #view_grid .view_item .vi_right .metadata .li-list {
  float: right;
  margin-left: 5px;
}
#doc-page .wrapper #view_grid .view_item .vi_right .metadata .li-list:hover {
  color: #2d5680;
}
#doc-page .wrapper .folder-side {
  grid-area: folder;
  box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.3);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #doc-page .wrapper .folder-side {
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #doc-page .wrapper .folder-side {
    width: 100%;
  }
}
#doc-page .wrapper .folder-side .header {
  height: 5em;
}
#doc-page .wrapper .folder-side #folder_tree {
  background-color: white;
  overflow-y: auto;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder div[data-depth='1'] p.folder-name {
  font-weight: 600;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder.selected p.folder-name {
  font-weight: 600;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder {
  position: relative;
  z-index: 0;
  transition: top 0.5s ease 0s;
  min-height: 3em;
  bottom: auto;
  left: 0px;
  top: 0px;
  background-color: #ffffff;
  border: 0;
  grid-template-columns: 1fr 5fr 1fr 1fr;
  cursor: pointer;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .glyphicon-folder-open {
  color: #F8D775;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder i {
  text-align: center;
  color: #F8D775;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .plus_icon {
  color: #80bdab;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder input {
  width: 100%;
  border: 1px solid #195059;
  color: #195059;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder p {
  margin: 0;
  color: #195059;
  font-weight: 400;
  font-size: 1em;
  border-radius: 5px;
  padding-left: 5px;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .dropdown {
  text-align: center;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .dropdown .dropdown-header i {
  color: #195059;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .dropdown:hover .dropdown-header i {
  color: rgba(128, 189, 171, 0.5);
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .dropdown .dropdown-content {
  color: #195059;
  width: 10vw;
  right: 5px;
  display: none;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 0px 2px #195059;
  padding: 0.5em;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .dropdown .dropdown-content .dropdown-content-item {
  grid-template-columns: 10fr 90fr;
  text-align: left;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .dropdown .dropdown-content:hover {
  color: rgba(128, 189, 171, 0.5);
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .dropdown .dropdown-content a {
  cursor: pointer;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder .dropdown .dropdown-content .dropdown-header:hover i {
  color: #b6c88a;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder:hover p.folder-name {
  background-color: #80bdab;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder.selected p.folder-name,
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder.recursive-selected p.folder-name {
  background-color: #fff;
}
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder.selected p.folder-name:hover,
#doc-page .wrapper .folder-side #folder_tree .contentFolder .folder.recursive-selected p.folder-name:hover {
  background-color: #80bdab;
}
#doc-page .wrapper .doc-side {
  grid-area: gallery;
  overflow-y: auto;
  margin-top: -1em;
  padding: 1em;
}
@media only screen and (max-width: 1020px) {
  #doc-page .wrapper .doc-side {
    margin-left: 0;
  }
}
#doc-page .wrapper .hoverLi {
  padding: 10px 20px;
}
#doc-page .wrapper .hoverLi:hover {
  background-color: rgba(47, 185, 202, 0.3);
}
#doc-page .wrapper #viewDoc.collapse .sidebar {
  width: 70px;
  transition: 0.5s;
}
#doc-page .wrapper #viewDoc.collapse .sideMain {
  margin-left: 100px;
  transition: 0.5s;
}
#doc-page .wrapper .section #fileDoc span {
  display: inline-block;
}
#doc-page .wrapper .section.collapse #fileDoc span {
  display: none;
}
#doc-page .wrapper .section.collapse .zoneIcon {
  display: none;
}
#doc-page .overlay {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
#doc-page .overlay .popup {
  margin: 20% auto;
  width: 40%;
  background-color: #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
  position: relative;
}
#doc-page .overlay .popup .btnclose {
  float: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 20px !important;
  right: 10px;
}
#doc-page .active {
  height: auto;
  overflow: hidden;
}
#doc-page .parent {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  overflow: hidden;
  cursor: pointer;
  background-color: #ffffff;
  padding: 10px 15px;
}
#doc-page .parent:hover {
  background-color: rgba(47, 185, 202, 0.1);
}
#doc-page .parent .plus {
  position: relative;
  padding: 0px 5px;
  cursor: pointer;
}
#doc-page .parent .plus:hover {
  color: #2d5680 !important;
}
#doc-page .parent .plus .active {
  transform: rotate(-180deg);
}
#doc-page .parent input,
#doc-page .parent span {
  width: 11em;
  margin-left: 1em;
  border-radius: 5px;
}
#doc-page .parent i {
  color: #2fb9ca;
}
#doc-page .parent i:hover {
  color: #0c6600 !important;
}
#doc-page .selected {
  background-color: rgba(47, 185, 202, 0.1);
}

#note_page .bizline {
  width: 15em;
}
#note_page .titl {
  width: 20em;
}
#note_page .sumup {
  width: 27em;
}
#note_page .ctx {
  width: 20em;
}
#note_page .persons {
  width: 20em;
}
#note_page .companies {
  width: 15em;
}
#note_page .event_date, #note_page .udate {
  width: 8em;
}
#note_page .note-toolbar {
  margin-top: 0px;
  background-color: #2fb9ca;
  width: 100%;
}
#note_page .summernote_editor {
  margin-top: 50px;
}
#note_page .note-editing-area {
  height: 500px;
}
#note_page .form_block_head {
  margin-bottom: 3em;
  background-color: #ffffff;
  border-radius: 15px;
  margin-left: 9em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #note_page .form_block_head {
    margin-left: 0.5em;
  }
}
#note_page .form_block_head input {
  vertical-align: middle;
}
#note_page .form_block_head label {
  max-width: calc(100% - 7em);
  vertical-align: middle;
  margin-left: 0px;
}
#note_page #upload-file-info {
  height: 150px;
  align-content: center;
}
#note_page #upload-file-info #my-file-selector {
  width: 9em;
}
#note_page .rendu-label {
  text-align: center;
}

#expense_page #confirm_upload {
  background-color: #2fb9ca;
  color: #ffffff;
  text-transform: uppercase;
}
#expense_page .btn-confirm {
  background-color: #2fb9ca;
}
#expense_page .note-toolbar {
  margin-top: 0px;
  background-color: #2fb9ca;
  width: 100%;
}
#expense_page .summernote_editor {
  margin-top: 50px;
}
#expense_page .note-editing-area {
  height: 500px;
}
#expense_page #add_file #file {
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
}
#expense_page #add_file label {
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  color: #2f3f4f;
}
#expense_page #add_file label:hover {
  background-color: #edf2f6;
}
#expense_page #add_file label span.glyphicon {
  margin-right: 2px;
  font-size: 20px;
}
#expense_page #add_file input[type="file"] {
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
}
#expense_page input, #expense_page select {
  margin-bottom: 0.5em;
  border: 2px solid #F5C5C5;
  border-bottom-width: 2px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 1em;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
}

#ticket_page textarea, #ticket_page select, #ticket_page input {
  margin-bottom: 0.5em;
  border: 2px solid #F5C5C5;
  border-bottom-width: 2px;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: normal;
  line-height: 20px;
}
#ticket_page .traitement_span, #ticket_page .mineur_span, #ticket_page .approuved_span {
  background-color: #337ab7;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#ticket_page .critical_span, #ticket_page .rejected_span {
  background-color: red;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#ticket_page .assigned_span, #ticket_page .bas_span {
  background-color: gray;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#ticket_page .haut_span {
  background-color: #f39a3b;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#ticket_page .majeur_span {
  background-color: #ee7e06;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#ticket_page .resolved_span {
  background-color: green;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#ticket_page .comment_container {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}
#ticket_page .coment_container::after {
  content: "";
  clear: both;
  display: table;
}
#ticket_page .time-right {
  float: right;
  color: #aaa;
}

[id="faq_page"] {
  position: relative;
  overflow-x: hidden;
}
[id="faq_page"] .note-editor .note-editing-area {
  margin-top: 20px;
  margin-bottom: 30px;
}
[id="faq_page"] .answer {
  margin-top: 20px;
}
[id="faq_page"] .editor {
  width: 0px;
  height: 0px;
  max-height: 0px;
  display: none;
}
[id="faq_page"] .search-btn {
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
[id="faq_page"] .search-btn .btn-submit {
  border-radius: 7px;
}
[id="faq_page"] .search-btn .btnadd {
  text-align: center;
}
[id="faq_page"] .categorie-edite-articel > div {
  padding-top: 20px;
  padding-bottom: 30px;
}
[id="faq_page"] .categorie-edite-articel li {
  list-style: none;
}
[id="faq_page"] .categorie-edite-articel li .type_faq, [id="faq_page"] .categorie-edite-articel li .display_faq {
  margin-right: 10px;
}
[id="faq_page"] .container {
  margin-top: 1em;
}
[id="faq_page"] .container h1 {
  text-align: center;
}
[id="faq_page"] .container h2, [id="faq_page"] .container h3, [id="faq_page"] .container a {
  text-align: left;
  display: inline-block;
}
[id="faq_page"] .container h2 {
  font-weight: 600;
  font-size: 1.5em;
}
[id="faq_page"] .container h3 {
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #372d2d;
}
[id="faq_page"] .container .btn {
  border-radius: 7px;
}
[id="faq_page"] .container textarea {
  outline: none;
}
[id="faq_page"] .input-cadre {
  text-align: center;
}
[id="faq_page"] .header {
  text-align: center;
}
[id="faq_page"] .header input {
  width: 100%;
  font-size: 1.5em;
  background-color: #f07e07;
  color: #fff;
  border: 2px solid #e6501e;
}
[id="faq_page"] .header input:hover {
  background-color: #fff;
  color: #f07e07;
}
[id="faq_page"] .header p {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
[id="faq_page"] .cadre {
  text-align: center;
  padding-bottom: 180px;
  padding-top: 80px;
  background-image: url("../../../images/img-faq.png");
  background-repeat: no-repeat;
  background-size: cover;
}
[id="faq_page"] .cadre h1 {
  margin: 0;
  color: white;
}
@media screen and (max-width: 767px) {
  [id="faq_page"] .cadre h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 1570px) {
  [id="faq_page"] .cadre {
    padding-bottom: 250px;
    background-position-x: center;
  }
}
[id="faq_page"] #section-question {
  margin-bottom: 5em;
}
[id="faq_page"] #accordion .input-cadre {
  text-align: center;
}
[id="faq_page"] #accordion .search-btn {
  margin-top: 20em;
  text-align: center;
}
[id="faq_page"] #accordion .search-btn .btn-submit {
  padding: 10px;
  width: 50%;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  border-radius: 7px;
  color: #ffffff;
  background-color: #195059;
}
[id="faq_page"] #accordion .search-btn .btn-submit:hover {
  background-color: #ffd2aa;
}
@media (max-width: 768px) {
  [id="faq_page"] #accordion .search-btn .btn-submit {
    width: 100%;
  }
}
[id="faq_page"] #accordion h1 {
  margin-bottom: 50px;
  color: white;
}
[id="faq_page"] #accordion .input-cadre .glyphicon {
  background-color: #e6501e;
  cursor: pointer;
  font-size: 20px;
  color: #d7e6e1;
  padding: 11px 20px 11px 20px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
[id="faq_page"] #accordion .input-cadre .glyphicon:hover {
  background-color: #84b2aa;
}
[id="faq_page"] #accordion .input-cadre #search_bar {
  border-bottom: 1px solid #147882;
  background-color: #ffffff;
  color: #372d2d;
  border: 0px;
  padding: 8px 20px 4px 20px;
  width: 70%;
  font-size: 20px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
[id="faq_page"] #accordion .input-cadre #search_bar:hover {
  border: none;
}
[id="faq_page"] #accordion .input-cadre #search_bar:focus, [id="faq_page"] #accordion .input-cadre #search_bar:active {
  border: none;
}
[id="faq_page"] #accordion .cat_begin, [id="faq_page"] #accordion .cat_account, [id="faq_page"] #accordion .cat_confi, [id="faq_page"] #accordion .cat_fonc {
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
[id="faq_page"] #accordion .cat_begin legend, [id="faq_page"] #accordion .cat_account legend, [id="faq_page"] #accordion .cat_confi legend, [id="faq_page"] #accordion .cat_fonc legend {
  color: #372d2d;
  padding-top: 70px;
  font-weight: 700;
  padding-left: 20px;
  padding-bottom: 10px;
  margin: 0;
}
[id="faq_page"] #accordion .cat_begin .cadre-question:last-child .answercadre:last-child, [id="faq_page"] #accordion .cat_account .cadre-question:last-child .answercadre:last-child, [id="faq_page"] #accordion .cat_confi .cadre-question:last-child .answercadre:last-child, [id="faq_page"] #accordion .cat_fonc .cadre-question:last-child .answercadre:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
[id="faq_page"] #accordion .cadre-question {
  /*           .answer {
                span {
                    font-size: 2em;
                    float: left;
                    color: $button4_text;
                }
            } */
}
[id="faq_page"] #accordion .cadre-question:not(:last-child) {
  margin-bottom: 5px;
}
[id="faq_page"] #accordion .cadre-question .ans {
  text-align: justify;
}
[id="faq_page"] #accordion .cadre-question .case {
  padding: 30px;
}
[id="faq_page"] #accordion .cadre-question .case p {
  text-align: center;
  padding: 10px;
  font-size: 1em;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non {
  text-align: center;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non input, [id="faq_page"] #accordion .cadre-question .case .yes-non label {
  cursor: pointer;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non .positive, [id="faq_page"] #accordion .cadre-question .case .yes-non .negative {
  display: inline;
  margin-left: 10px;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non .positive .btn-ans, [id="faq_page"] #accordion .cadre-question .case .yes-non .negative .btn-ans {
  min-width: 50px;
  padding: 7px 10px;
  text-align: center;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #f07e07;
  transition: 0.2s;
  transition: color .15s ease,background-color .15s ease;
  color: #f07e07;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non .positive .btn-ans:hover, [id="faq_page"] #accordion .cadre-question .case .yes-non .negative .btn-ans:hover {
  background-color: #f07e07;
  color: white;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non .positive .active, [id="faq_page"] #accordion .cadre-question .case .yes-non .negative .active {
  background-color: #f07e07;
  color: white;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non .cta .form textarea {
  height: 70px !important;
  width: 100%;
  font-size: 12px;
  border: 1px solid #e6501e;
  padding: 7px;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non .cta .form button {
  background-color: #f07e07;
  color: white;
  transition: 0.2s;
  width: 100%;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non .cta .form button:hover {
  transition: 0.2s;
  box-shadow: 0 0.5em 0.5em -0.4em #e6501e;
}
[id="faq_page"] #accordion .cadre-question .case .yes-non .vide {
  display: none;
}
[id="faq_page"] #accordion .cadre-question p {
  font-size: 1.2em;
}
[id="faq_page"] #accordion .cadre-question .txt-faq {
  height: 45px;
  background-color: rgba(240, 245, 245, 0.5);
  border-left: 3px solid rgba(230, 80, 30, 0.5);
  border-bottom-left-radius: 2px;
}
[id="faq_page"] #accordion .cadre-question .txt-faq .line {
  color: #2d5680;
  color: #147882;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  margin: 0;
  cursor: pointer;
}
[id="faq_page"] #accordion .cadre-question .txt-faq .line:hover {
  color: #f07e07;
}
[id="faq_page"] #accordion .cadre-question .answercadre {
  background-color: rgba(132, 178, 170, 0.3);
  border-left: 3px solid #84b2aa;
  padding-top: 20px;
  padding-left: 30px;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: -7px;
  width: 100%;
}
[id="faq_page"] #accordion .cadre-question .btn-faq {
  text-align: right;
  height: 45px;
  background-color: rgba(240, 245, 245, 0.5);
  border-left: 3px solid rgba(230, 80, 30, 0.5);
}
[id="faq_page"] #accordion .cadre-question .btn-faq span {
  color: #f07e07;
  margin-right: 10px;
  cursor: pointer;
}
[id="faq_page"] #accordion .cadre-question .btn-faq span:hover {
  color: #ffd2aa;
}
[id="faq_page"] #accordion #headingOne, [id="faq_page"] #accordion #headingTwo {
  background-color: #2d5680;
  color: white;
}
[id="faq_page"] #account {
  background-color: #f0f5f5;
}
[id="faq_page"] #account .create .section-create {
  margin-right: auto;
  margin-left: auto;
  margin: 50px auto;
  text-align: center;
}
[id="faq_page"] #account .create img {
  width: 300px;
}
[id="faq_page"] #account .create p {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin: 50px auto;
  font-size: 1.7em;
}
[id="faq_page"] #account .create .btn-create {
  padding: 1em;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
  border-radius: 7px;
  color: #ffffff;
  background-color: #2f3f4f;
}
[id="faq_page"] #account .create .btn-create:hover {
  background-color: #a0c640;
  color: #ffffff;
}
[id="faq_page"] #footer-geneafinder {
  color: #372d2d;
  box-shadow: 0px 3px 5px #555;
  padding-top: 10px;
}
[id="faq_page"] #footer-geneafinder h3 {
  font-size: 1.2em;
  font-weight: bold;
}
[id="faq_page"] #footer-geneafinder a {
  font-size: 0.9em;
  font-style: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #372d2d;
  cursor: pointer;
}
[id="faq_page"] #footer-geneafinder a:hover {
  background-color: transparent;
  color: #f07e07;
}
[id="faq_page"] #footer-geneafinder .about-geneafinder .img-footer {
  width: 60%;
  margin-top: 8px;
}
[id="faq_page"] #footer-geneafinder .network span:first-child {
  padding-left: 0px;
  margin-right: 15px;
}
[id="faq_page"] #footer-geneafinder hr {
  margin-bottom: 10px;
}
[id="faq_page"] #footer-geneafinder .copyright .copy {
  font-size: 0.9em !important;
}
[id="faq_page"] #footer-geneafinder .copyright a {
  margin: 0;
  font-size: 0.9em;
  color: #372d2d;
}
[id="faq_page"] #footer-geneafinder .copyright a:hover {
  color: #f07e07;
}

#admin-page .section {
  display: block;
  height: calc(100vh - 73px);
  max-height: calc(100vh - 73px);
}
@media screen and (max-width: 1200px) {
  #admin-page .section {
    height: calc(100vh - 73px);
    max-height: calc(100vh - 73px);
  }
}
@media screen and (max-width: 992px) {
  #admin-page .section {
    height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 768px) {
  #admin-page .section {
    height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 360px) {
  #admin-page .section {
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
  }
}
#admin-page .wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#admin-page .wrapper .sidebar {
  background-color: #fafafa;
  left: 0;
  width: 65px;
  height: calc(100% - 9%);
  transition: 0.3s;
  transition-property: width;
  position: fixed;
  box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  #admin-page .wrapper .sidebar {
    width: 300px;
  }
}
#admin-page .wrapper .sidebar .header .header-menu {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 25px;
  background-color: #2d5680;
}
@media screen and (max-width: 768px) {
  #admin-page .wrapper .sidebar .header .header-menu {
    padding: 0px 15px;
  }
}
#admin-page .wrapper .sidebar .header .sidebar-btn {
  color: white;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s;
  transition-property: color;
  line-height: 3;
}
#admin-page .wrapper .sidebar .header .sidebar-btn:hover {
  color: #84b2aa;
}
#admin-page .wrapper .sidebar .header .title {
  color: white;
  padding-left: 2em;
}
#admin-page .wrapper .sidebar .header .title h2 {
  text-align: left;
  font-weight: 400;
  font-size: 1.2em;
}
#admin-page .wrapper .sidebar .sidebar-menu {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #admin-page .wrapper .sidebar .sidebar-menu {
    display: block;
  }
}
#admin-page .wrapper .sidebar .sidebar-menu ul {
  padding: 0;
  list-style: none;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item {
  width: 220px;
  overflow: hidden;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .menu-btn {
  display: block;
  color: #2d5680;
  position: relative;
  padding: 15px 15px;
  transition: 0.3s;
  transition-property: color;
  font-size: 20px;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .menu-btn:hover {
  color: #f07e07;
  background-color: rgba(215, 230, 225, 0.5);
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .menu-btn span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 100;
  display: none;
  color: #2d5680;
}
@media screen and (max-width: 768px) {
  #admin-page .wrapper .sidebar .sidebar-menu .tab-item .menu-btn span {
    display: inline-block;
  }
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .menu-btn .drop-down {
  font-size: 12px;
  padding: 5px 5px 5px 20px;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu {
  overflow: hidden;
  transition: 0.3s;
  transition-property: background-color, height;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu p {
  display: block;
  position: relative;
  color: #0c6600;
  white-space: nowrap;
  font-size: 15px;
  padding: 20px 20px 20px 27px;
  transition: 0.3s;
  transition-property: background-color;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu p:hover {
  background-color: rgba(215, 230, 225, 0.7);
  text-decoration: none;
  color: #f07e07;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu p:not(:last-child) {
  border-bottom: 1px solid rgba(55, 45, 45, 0.2);
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu i {
  width: 35px;
  font-size: 15px;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu i.mix {
  padding-right: 0px;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu i.fa-plus {
  font-size: 0.5em;
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu #a_profile {
  border-top: 1px solid rgba(55, 45, 45, 0.2);
}
#admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu span {
  display: none;
}
@media screen and (max-width: 768px) {
  #admin-page .wrapper .sidebar .sidebar-menu .tab-item .sub-menu span {
    display: inline-block;
  }
}
#admin-page .wrapper .sidebar .sidebar-menu .active {
  background-color: rgba(215, 230, 225, 0.3);
}
#admin-page .wrapper .sidebar .tab-item:not(:last-child) {
  border-bottom: 1px solid rgba(55, 45, 45, 0.2);
}
#admin-page .wrapper .sidebar .collapse-marge {
  width: 70%;
  margin-left: 150px;
  transition: 0.5s;
}
#admin-page .wrapper .sidebar #displayBtn {
  display: none;
}
#admin-page .wrapper .panes {
  margin-left: 90px;
  margin-right: 10px;
}
#admin-page .wrapper .panes .config {
  display: grid;
  grid-template-columns: 30em calc(100% - 30em);
  justify-items: start;
  gap: 1em;
}
#admin-page .wrapper.collapse .sidebar {
  width: 220px;
}
@media screen and (max-width: 768px) {
  #admin-page .wrapper.collapse .sidebar {
    width: 50px;
    height: calc(100% - 90%);
    overflow: hidden;
  }
}
#admin-page .wrapper.collapse .sidebar #displayBtn {
  display: block;
}
@media screen and (max-width: 546px) {
  #admin-page .wrapper.collapse .sidebar #displayBtn {
    display: none;
  }
}
#admin-page .wrapper.collapse .sidebar a span {
  display: block;
}
#admin-page .wrapper.collapse .sidebar .sidebar-menu .tab-item span {
  display: inline-block;
}
#admin-page .wrapper.collapse .panes {
  margin-left: 230px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #admin-page .wrapper.collapse .panes {
    margin-left: 2px;
    margin-right: 2px;
  }
}
#admin-page .section-access {
  margin-top: 1em;
}
#admin-page .section-access .header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#admin-page .section-access .header .nav {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 546px) {
  #admin-page .section-access .header .nav {
    flex-direction: column-reverse;
  }
}
#admin-page .section-access .header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
#admin-page .section-access .header ul li {
  display: inline-block;
}
#admin-page .section-access .header ul li a {
  padding: 10px 20px;
  display: inline-block;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
#admin-page .section-access .header ul li:not(:last-child) {
  margin-right: 10px;
}
#admin-page .section-access .header ul li.active a {
  background-color: #2d5680;
  color: white;
}
#admin-page .section-access .header .btn {
  width: auto;
  font-size: 1em;
  border-radius: 7px;
  padding: 10px 20px;
  margin: 0;
  min-width: auto;
  color: white;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #admin-page .section-access .header #access {
    margin-top: 50px;
  }
}
#admin-page .section-access #nav-content-access .tab-pane {
  padding: 10px 20px;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
#admin-page .section-access #nav-content-access .tab-pane .zone-add-role {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  #admin-page .section-access #nav-content-access .tab-pane .zone-add-role {
    flex-direction: column;
  }
}
#admin-page .section-access #nav-content-access .tab-pane .zone-add-role .btn-all input {
  color: #2d5680;
}
#admin-page .section-access #nav-content-access .tab-pane .zone-add-role .btn-all input:hover {
  color: #2fb9ca;
  text-decoration: underline;
}
#admin-page .section-access #nav-content-access .tab-pane .zone-add-role input {
  width: auto;
}
#admin-page .section-access #nav-content-access .tab-pane .zone-case {
  margin: 20px;
}
#admin-page .section-access #nav-content-access .tab-pane .zone-role input {
  width: auto;
}
#admin-page .section-access #nav-content-access .tab-pane .zone-role label {
  font-weight: 400;
}
#admin-page .section-access #nav-content-access .tab-pane .zone-role .titre {
  width: 50%;
}
@media only screen and (max-width: 546px) {
  #admin-page .section-access #nav-content-access .tab-pane .zone-role .titre {
    width: 100%;
  }
}

/**********
* General *
**********/
[id="question_page"] #edit-question {
  margin-top: 100px;
}
[id="question_page"] #edit-question .btn-add-question {
  max-width: 300px;
  margin: 1em auto 1em 0.5em;
}
[id="question_page"] #edit-question .content-edit {
  margin-top: 50px;
}
[id="question_page"] #edit-question .alert-btn-red {
  background-color: #ea5615;
}
[id="question_page"] #edit-question .alert-btn-orange {
  background-color: #f7b104;
}
[id="question_page"] #edit-question .alert-btn-green {
  background-color: #a0c640;
}
[id="question_page"] #edit-question #add_question {
  max-width: 300px;
  margin: 1em auto 1em 0.5em;
  color: white;
  background-color: #2f3f4f;
}
[id="question_page"] #edit-question #add_question:hover {
  color: #2f3f4f;
  background-color: white;
  border: 1px solid #2f3f4f;
}
[id="question_page"] #edit-question #form_save {
  bottom: 25px;
  background-color: rgba(47, 185, 202, 0.1);
  position: relative;
  font-size: 1em;
}
[id="question_page"] #edit-question #form_save #sortable .section-question {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 546px) {
  [id="question_page"] #edit-question #form_save #sortable .section-question {
    flex-direction: column;
    justify-content: start;
  }
}
[id="question_page"] #edit-question #form_save #sortable .section-question .question {
  flex-grow: 1;
}
[id="question_page"] #edit-question #form_save #sortable .section-question .question input {
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  box-shadow: none;
  background-color: white;
  border: none;
  box-shadow: 0px 0px 2px #cbc9c9;
  border: 1px solid #cbc9c9;
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .input_option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 546px) {
  [id="question_page"] #edit-question #form_save #sortable .section-answer .input_option {
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
    position: relative;
  }
  [id="question_page"] #edit-question #form_save #sortable .section-answer .input_option .link_remove {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  [id="question_page"] #edit-question #form_save #sortable .section-answer .input_option .alert {
    margin: 10px 0 10px 0 !important;
    height: 27px;
    padding: 7px;
    width: 5px;
  }
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .input_option .alert {
  padding: 5px;
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .input_option .message {
  width: 50%;
  resize: none;
  border: none;
  border-radius: 5px;
  margin-right: 5px;
  outline: none;
  overflow: auto;
  padding: 5px 10px;
  background-color: white;
  box-shadow: 0px 0px 2px #cbc9c9;
  border: 1px solid #cbc9c9;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  [id="question_page"] #edit-question #form_save #sortable .section-answer .input_option .message {
    width: 250px;
  }
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .input_option .option {
  background-color: white;
  border: none;
  box-shadow: 0px 0px 2px #cbc9c9;
  border: 1px solid #cbc9c9;
  cursor: pointer;
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .zone-name-graph {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .zone-name-graph .name-associate {
  flex-grow: 1;
  text-align: left;
  display: flex;
  justify-content: start;
  gap: 20px;
}
@media screen and (max-width: 546px) {
  [id="question_page"] #edit-question #form_save #sortable .section-answer .zone-name-graph .name-associate {
    flex-direction: column;
  }
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .zone-name-graph .name-associate input {
  width: 30%;
  border-radius: 5px;
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .zone-name-graph .name-associate textarea {
  box-shadow: 0px 0px 2px #cbc9c9;
  border: 1px solid #cbc9c9;
  outline: none;
  resize: none;
  overflow: auto;
  border-radius: 5px;
  padding: 5px 10px;
  width: 30%;
}
@media screen and (max-width: 546px) {
  [id="question_page"] #edit-question #form_save #sortable .section-answer .zone-name-graph .name-associate textarea {
    width: 100%;
  }
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .btn-submit {
  color: white;
  background-color: #2f3f4f;
}
[id="question_page"] #edit-question #form_save #sortable .section-answer .btn-submit:hover {
  color: #2f3f4f;
  background-color: white;
  border: 1px solid #2f3f4f;
}
[id="question_page"] #edit-question #form_save #sortable .question-item {
  margin-top: 10px;
  background-color: white;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
[id="question_page"] #edit-question #form_save #sortable .question-item .alert {
  border-radius: 50%;
  margin-left: 10px;
  max-width: 30px;
  min-width: 30px;
}
[id="question_page"] #edit-question #form_save #sortable .question-item .option {
  width: 100%;
  margin: 2px;
  border-radius: 5px;
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  [id="question_page"] #edit-question #form_save #sortable .question-item .option {
    width: 250px;
  }
}
[id="question_page"] #edit-question #form_save #sortable .question-item p {
  margin-left: 10px;
  padding: 5px;
  border: 0.5px;
  width: 95%;
}
[id="question_page"] #edit-question #form_save #sortable .question-item select {
  width: 80%;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #eeeeee;
}
[id="question_page"] #edit-question #form_save #sortable .question-item select:hover {
  background-color: #f0f0f0;
}
[id="question_page"] #edit-question #form_save #sortable .question-item .btn-submit {
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
[id="question_page"] #edit-question #form_save #sortable .question-item .btn-submit input.option,
[id="question_page"] #edit-question #form_save #sortable .question-item .btn-submit input.alert,
[id="question_page"] #edit-question #form_save #sortable .question-item .btn-submit span {
  display: inline-block;
}
[id="question_page"] #edit-question #form_save #sortable .question-item .input_option input,
[id="question_page"] #edit-question #form_save #sortable .question-item .input_option span {
  margin: 0;
}
[id="question_page"] #edit-question #form_save #sortable .question-item .input_option .alert {
  margin-left: 1em;
  margin-right: 1em;
}
[id="question_page"] #edit-question #form_save #form_header {
  margin: 0;
  background-color: white;
  padding: 1em;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 765px) {
  [id="question_page"] #edit-question #form_save #form_header {
    display: block;
  }
  [id="question_page"] #edit-question #form_save #form_header .projet-select {
    display: inline-block;
    margin-right: 20px;
  }
  [id="question_page"] #edit-question #form_save #form_header .deadline {
    display: inline-block;
  }
  [id="question_page"] #edit-question #form_save #form_header .btn-partage {
    display: inline-block;
  }
}
[id="question_page"] #edit-question #form_save #form_header .title, [id="question_page"] #edit-question #form_save #form_header .connect, [id="question_page"] #edit-question #form_save #form_header .projet-select, [id="question_page"] #edit-question #form_save #form_header .deadline {
  flex-grow: 1;
}
[id="question_page"] #edit-question #form_save #form_header .title label, [id="question_page"] #edit-question #form_save #form_header .projet-select label, [id="question_page"] #edit-question #form_save #form_header .deadline label {
  font-weight: 100;
}
[id="question_page"] #edit-question #form_save #form_header .title input, [id="question_page"] #edit-question #form_save #form_header .projet-select input, [id="question_page"] #edit-question #form_save #form_header .deadline input {
  background-color: white;
  border: none;
  box-shadow: 0px 0px 2px #cbc9c9;
  border: 1px solid #cbc9c9;
  cursor: pointer;
}
[id="question_page"] #edit-question #form_save #form_header .projet-select select {
  border-radius: 5px;
  cursor: pointer;
  background-color: #f2f5f7;
}
[id="question_page"] #edit-question #form_save #form_header .projet-select select:hover {
  background-color: #f0f0f0;
}
[id="question_page"] #edit-question #form_save #form_header .connect {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 765px) {
  [id="question_page"] #edit-question #form_save #form_header .connect {
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;
  }
}
[id="question_page"] #edit-question #form_save #form_header .connect input {
  cursor: pointer;
  margin-right: 5px;
}
[id="question_page"] #edit-question #form_save #form_header .btn-partage {
  background-color: #2f3f4f;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: 0.1s;
  margin-top: 15px;
}
[id="question_page"] #edit-question #form_save #form_header .btn-partage:hover {
  color: #2f3f4f;
  background-color: white;
  transition: 0.1s;
}
[id="question_page"] #edit-question #form_save #form_header .btn-partage .li-list {
  padding: 10px;
}
[id="question_page"] #edit-question #form_save #form_header ul {
  display: flex;
}
[id="question_page"] #edit-question #form_save #form_header ul li {
  display: flex;
  align-items: center;
  width: 10%;
}
[id="question_page"] #edit-question #form_save #form_header ul li label {
  width: 80%;
}
[id="question_page"] #edit-question #form_save #form_header ul li input {
  width: 10%;
  margin: 0 auto;
}
[id="question_page"] #edit-question #form_save .form_body {
  margin-bottom: 3em;
}
[id="question_page"] #edit-question #form_save .form_body ul {
  margin: 0;
  /* To remove default bottom margin */
  padding: 0;
  /* To remove default left padding */
}
[id="question_page"] #edit-question #form_save .form_body ul li {
  margin-left: 0;
  list-style-type: none;
}
[id="question_page"] #edit-question #form_save .form_body .alert-msg-green, [id="question_page"] #edit-question #form_save .form_body .alert-msg-red {
  width: 400px;
  resize: none;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  [id="question_page"] #edit-question #form_save .form_body .alert-msg-green, [id="question_page"] #edit-question #form_save .form_body .alert-msg-red {
    width: 250px;
  }
}
[id="question_page"] #edit-question #form_save .ui-sortable-helper {
  border: 1px solid #eff0f3;
  background-color: rgba(47, 185, 202, 0.1);
}
[id="question_page"] #edit-question #form_save .link_remove {
  margin-left: 10px;
  margin-right: 2px;
  cursor: pointer;
  opacity: 1;
  color: #f07e07;
}
[id="question_page"] #edit-question #form_save .link_remove:hover {
  opacity: 0.7;
}
[id="question_page"] #edit-question #form_save a {
  display: block;
  margin: 0 auto;
}
[id="question_page"] #edit-question #patient_list_question table {
  max-height: 60vh;
  overflow-y: auto;
}
[id="question_page"] #edit-question #patient_list_question .late {
  background-color: #fff3cd;
}
[id="question_page"] #edit-question #patient_list_question .no-late {
  background-color: #fff3cd;
}
[id="question_page"] #edit-question #patient_list_question .no-available {
  background-color: rgba(47, 185, 202, 0.1);
  color: #252225;
  cursor: default;
}
[id="question_page"] #edit-question #patient_list_question tr:hover {
  opacity: 0.9;
}
[id="question_page"] #edit-question #patient_display_question {
  margin-top: 10vh;
  overflow-x: hidden;
}
[id="question_page"] #edit-question #patient_display_question #form {
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}
[id="question_page"] #edit-question #patient_display_question #form .title_input {
  margin-top: 5px;
  margin-bottom: 2em;
  text-align: center;
  word-wrap: break-word;
}
[id="question_page"] #edit-question #patient_display_question #form .title_input:first-letter {
  text-transform: uppercase;
}
[id="question_page"] #edit-question #patient_display_question #form .response_input {
  padding-bottom: 5px;
}
[id="question_page"] #edit-question #patient_display_question #form .response_input ul {
  list-style: none;
  text-align: left;
  list-style-type: none;
}
[id="question_page"] #edit-question #patient_display_question #form .response_input ul li {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  list-style-type: none;
}
[id="question_page"] #edit-question #patient_display_question #form .response_input ul input {
  flex-basis: 10%;
  min-width: 0px;
  margin: 0;
  height: 20px;
  width: 20px;
  background-color: #2fb9ca;
}
[id="question_page"] #edit-question #patient_display_question #form .response_input ul label {
  flex-basis: 90%;
  margin: 0;
}
[id="question_page"] #edit-question #patient_display_question #form .response_input ul label:first-letter {
  text-transform: uppercase;
}
[id="question_page"] #edit-question #patient_display_question #form .response_input input[type="number"] {
  max-width: none;
  background-color: #eeeeee;
  width: 30%;
}
[id="question_page"] #edit-question #patient_display_question #form .response_input textarea {
  width: 100%;
  height: 15vh;
  max-width: 100%;
  min-width: 30%;
  max-height: 30vh;
  min-height: 15vh;
}

#protocole #form_save {
  bottom: 25px;
  background-color: white;
  box-shadow: 0px 0px 1px black;
  position: relative;
  font-size: 1em;
}
#protocole #form_save #form_header {
  margin: 0;
  background-color: #2fb9ca;
  padding: 1em;
}
#protocole #form_save #form_body {
  margin-bottom: 3em;
}
#protocole #form_save #form_body ul {
  list-style: none;
  padding: 0 0 5px 0;
}
#protocole #form_save #form_body .etp {
  background-color: rgba(47, 185, 202, 0.1);
  vertical-align: middle;
  border-top: 1px solid #eff0f3;
  border-bottom: 1px solid #eff0f3;
}
#protocole #form_save #form_body .etp h3 {
  text-transform: uppercase;
  text-align: center;
}
#protocole #form_save #form_body .etp span {
  display: inline-block;
  margin-right: 1em;
}
#protocole #form_save #form_body .input_action {
  min-width: 7em;
  float: left;
}
#protocole #form_save #form_body .input_todo {
  min-width: 3em;
  max-width: 40%;
  display: inline-block;
}
#protocole #form_save #form_body .input_during {
  display: inline-block;
}
#protocole #form_save #form_body .etp_rule {
  margin: 1em;
}
#protocole #form_save #form_body .etp_rule label {
  text-align: center;
}
#protocole #form_save #form_body .etp_rule select {
  text-align: center;
  display: inline-block;
  padding: 3px;
  border: 0.5px solid #e8f1f8;
  background-color: #ffffff;
}
#protocole #form_save #form_body .etp_rule label {
  margin-left: 5px;
}
#protocole #form_save #form_body .etp_rule input {
  display: inline-block;
  padding: 5px;
  border: 0.5px;
}
#protocole #form_save #form_body span.glyphicon {
  float: right;
  font-size: 2em;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
#protocole #form_save #form_body span.glyphicon:hover {
  color: #fff;
}
#protocole #form_save #form_body .btn-submit {
  display: block;
  max-width: 300px;
  margin: 1em auto 1em 0.5em;
}
#protocole #form_save #save {
  width: auto;
  margin: 5px;
  color: white;
  border-radius: 0;
  border: 0;
  background-color: #295c89;
  transition: 0s;
}
#protocole #form_save #save:hover {
  background-color: rgba(41, 92, 137, 0.9);
}
#protocole #form_save #save:active {
  box-shadow: 0px 0px 2px rgba(41, 92, 137, 0.9);
}
#protocole #form_save #destroy {
  width: auto;
  margin: 5px;
  color: black;
  border-radius: 0;
  border: 1px solid black;
  float: right;
  background-color: white;
  transition: 0s;
}
#protocole #form_save #destroy:hover {
  background-color: rgba(125, 125, 125, 0.1);
}
#protocole #form_save #destroy:active {
  box-shadow: 0px 0px 2px black;
}
#protocole #prot_descr,
#protocole #prot_title {
  margin-bottom: 15px;
}
#protocole .dropdown-check-list {
  display: inline-block;
}
#protocole .dropdown-check-list .person {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}
#protocole .dropdown-check-list .person:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#protocole .dropdown-check-list .person:active:after {
  right: 8px;
  top: 21%;
}
#protocole .dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
#protocole .dropdown-check-list ul.items li {
  list-style: none;
}
#protocole .dropdown-check-list.visible .person {
  color: #0094ff;
}
#protocole .dropdown-check-list.visible .items {
  display: block;
}

#graph_page .links line {
  stroke: #2fb9ca;
  stroke-opacity: 0.6;
}
#graph_page .nodes circle {
  stroke: #fff;
  stroke-width: 1.5px;
}
#graph_page text {
  font-family: sans-serif;
  font-size: 14px;
}
#graph_page svg g rect.overlay {
  width: 220px;
}
#graph_page svg g.c3-axis-x {
  width: 220px;
}
#graph_page svg g.c3-target-bar-stroked .c3-bars .c3-bar {
  stroke-width: 2px;
  stroke: #000;
}
#graph_page .assessment h3 {
  margin-bottom: 0px;
  text-align: center;
}
#graph_page .assessment .glyphicon {
  margin: 0;
  padding: 1em;
  text-align: left;
  font-size: 1em;
}
#graph_page .assessment .glyphicon-hand-right {
  color: #dadce7;
}
#graph_page .assessment .glyphicon-thumbs-up {
  color: #a0c640;
}
#graph_page .assessment .revenues .glyphicon-thumbs-down {
  color: #ea5615;
}
#graph_page .assessment .revenues .glyphicon-thumbs-up {
  color: #a0c640;
}
#graph_page .assessment .expenses .glyphicon-thumbs-down {
  color: #a0c640;
}
#graph_page .assessment .expenses .glyphicon-thumbs-up {
  color: #f7b104;
}

#canvas,
#diagram {
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-note {
  background-color: rgba(66, 180, 21, 0.7);
  color: White;
  border-radius: 5px;
  font-family: Arial;
  font-size: 12px;
  padding: 5px;
  min-height: 16px;
  width: 50px;
  text-align: center;
}

.alert_major {
  fill: #ea5615;
  background-color: #ea5615;
  color: #2f3f4f;
}

.alert_minor {
  fill: #f7b104;
  background-color: #f7b104;
  color: #2f3f4f;
}

.alert_ok {
  fill: #a0c640;
  background-color: #a0c640;
  color: #2f3f4f;
}

#graph_page #canvas {
  height: 100%;
}

#prez-page #prez-landing {
  background-color: #ffffff;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0.8em;
}
#prez-page #prez-landing .container {
  width: calc(100% - 5em);
  position: relative;
  top: 8em;
}
#prez-page #prez-landing h3 {
  width: 100%;
  text-align: center;
  color: #a0c640;
  padding: 2em 2em 1em 2em;
}
#prez-page #prez-landing h4 {
  padding: 1em 2em;
}
#prez-page #prez-landing .text-center {
  margin: 0 10em;
  color: #2f3f4f;
  background-color: rgba(181, 233, 239, 0.1);
  position: relative;
  top: 2em;
  text-align: justify;
  text-justify: inter-word;
}
#prez-page #prez-landing .text-left {
  color: #2f3f4f;
  position: relative;
  top: 2em;
  text-align: justify;
  text-justify: inter-word;
}
#prez-page #prez-landing .btn-submit {
  color: #fff;
  background-color: #2d5680;
  margin: 0em 1em;
  padding: 5px 2em;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1em;
}
#prez-page #prez-landing .img-mid {
  text-align: center;
  width: 200px;
  display: block;
  height: auto;
  margin: 1em auto;
}
@media screen and (min-width: 360px) {
  #prez-page #prez-landing .img-mid {
    width: 300px;
    margin: 2em auto;
  }
}
@media screen and (min-width: 768px) {
  #prez-page #prez-landing .img-mid {
    width: 480px;
    margin: 1em auto;
  }
}
@media screen and (min-width: 992px) {
  #prez-page #prez-landing .img-mid {
    width: 480px;
    margin: 0em auto;
  }
}
@media screen and (min-width: 1200px) {
  #prez-page #prez-landing .img-mid {
    width: 640px;
    margin: 0em auto;
  }
}
#prez-page #prez-landing .text-right {
  margin: 4em 3em 0 3em;
  padding: 1em 2em 3em 2em;
  color: #2f3f4f;
  background: rgba(181, 233, 239, 0.1);
  font-size: 0.9em;
  text-align: center;
}
#prez-page #prez-landing .text-right textarea {
  min-height: 2em;
}
#prez-page #prez-landing .text-right .label {
  font-size: 1em;
}
#prez-page #prez-landing .text-right input.form-control {
  height: 18px;
}
#prez-page #prez-landing .text-right input:invalid {
  color: #a0c640;
}
#prez-page #prez-landing .text-right input:required {
  background: #ffffff;
}

#team-page {
  margin: auto 10em;
}
@media only screen and (max-width: 768px) {
  #team-page {
    margin: auto 3em;
  }
}
@media only screen and (max-width: 546px) {
  #team-page {
    margin: auto 1em;
  }
}
#team-page .header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  margin: auto auto 1em 1em;
}
@media only screen and (max-width: 768px) {
  #team-page .header {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 546px) {
  #team-page .header {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
}
#team-page .header .list_filter {
  width: 80%;
}
#team-page .header .btn {
  background-color: #2d5680;
  color: white;
  width: 80%;
  border-radius: 5px;
  box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.1);
  border: 1px solid #2d5680;
}
#team-page .header .btn:hover {
  background-color: white;
  color: #2d5680;
  border: 1px solid #2d5680;
}
#team-page #form_save .grid {
  display: grid;
  grid-template-columns: calc(50% - 20em) 40em calc(50% - 20em);
  grid-gap: 20px;
  padding: 10px;
  margin-bottom: 100px;
}
#team-page #form_save .grid .section-info-team {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
#team-page #form_save .grid input {
  background-color: white;
  border: none;
  box-shadow: 0px 0px 2px #cbc9c9;
  border: 1px solid white;
}

#mailing-page .container {
  background-color: #ffffff;
}
#mailing-page .container .email-header {
  margin: 1em;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
#mailing-page .container .email-header .elt {
  display: inline-block;
  margin: 0;
}
#mailing-page .container .email-header .elt .btn {
  padding: 0;
  margin-bottom: 1em;
}
#mailing-page .container .email-header .elt .btn input {
  background-color: #2f3f4f;
  color: #fff;
  padding: 5px 1em;
  margin: 0em 1em;
}
#mailing-page .container .email-header .elt select .optout {
  font-weight: 400;
}
#mailing-page .container .email-header .elt select .optin {
  font-weight: 600;
}
#mailing-page .container .summernote_editor .note-editing-area {
  min-height: 15em;
}

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