@charset "UTF-8";

/*!
        IMPORTANT : NE PAS MODIFIER LES FICHIERS .CSS
        LES FICHIERS SOURCES SONT DANS LE REPERTOIRE "/scss"
*/
/*! configuration */
.multi-steps>li.is-active:before,
.multi-steps>li.is-active~li:before,
#statenav .multi-steps>li.is-active:before,
#statenav .multi-steps>li.is-active~li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}

@media only screen and (max-width: 500px) {

  .multi-steps>li.is-active:before,
  .multi-steps>li.is-active~li:before,
  #statenav .multi-steps>li.is-active:before,
  #statenav .multi-steps>li.is-active~li:before {
    font-size: 12px;
  }
}

.multi-steps>li.is-active:after,
.multi-steps>li.is-active~li:after,
#statenav .multi-steps>li.is-active:after,
#statenav .multi-steps>li.is-active~li:after {
  background-color: #928b81;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.multi-steps span {
  font-size: 0.7em;
  line-height: 0.6em !important;
}

@media only screen and (max-width: 1000px) {
  .multi-steps span {
    display: none;
  }
}

.multi-steps>li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #808080;
  cursor: pointer;
}

.multi-steps>li:before {
  content: "\f00c";
  content: "\2713;";
  content: "\10003";
  content: "\10004";
  content: "\2713";
  content: counter(stepNum);
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-style: solid;
  border-width: 2px;
  border-color: #928b81;
  border-radius: 50%;
}

@media only screen and (max-width: 500px) {
  .multi-steps>li:before {
    width: 24px;
    height: 24px;
    line-height: 21px;
  }
}

.multi-steps>li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #928b81;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}

@media only screen and (max-width: 500px) {
  .multi-steps>li:after {
    top: 11px;
  }
}

.multi-steps>li:last-child:after {
  display: none;
}

.multi-steps>li.is-active span {
  color: #605a51;
}

.multi-steps>li.is-active:before {
  background: #928b81;
  border-color: #928b81;
  color: white;
}

.multi-steps>li.is-active~li {
  color: #808080;
}

.multi-steps>li.is-active~li:before {
  border-color: #928b81;
}

form h3 {
  padding-top: 20px;
  padding-top: 10px;
  font-size: 1.3em;
}

form {
  font-size: 0.9em;
}

#listforms {
  counter-reset: section;
}

#listforms li {
  margin-bottom: 10px;
}

#listforms li a {
  display: block;
  border: 1px solid #0f8349;
  border-radius: 3px;
  padding-left: 10px;
  max-width: 500px;
}

#listforms li a span.arrow {
  display: inline-block;
  padding: 5px 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 6px;
}

#listforms li a span.link {
  display: inline-block;
  padding: 10px 20px 10px 10px;
}

#listforms li a span.link:before {
  counter-increment: section;
  /* content:  counter(section) " : " */
}

.arrowbutton {
  display: inline-block;
  color: #0f8349 !important;
  border: 2px solid #641b45;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
}

.arrowbutton .svgbutton {
  fill: #0f8349;
}

.arrowbutton:hover {
  background-color: #641b45;
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

.arrowbutton:hover .svgbutton {
  fill: white !important;
}

.buttonimages {
  text-align: left;
}

.buttonimages .buttonimg .button {
  cursor: pointer;
  border: 1px solid #0f8349;
}

.buttonimages .icontime .buttonimg .button {
  cursor: default;
}

.buttonimg {
  display: inline-block;
  width: 140px;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid transparent;
}

.buttonimg .buttontextlabel {
  display: block;
  width: 120px;
}

.buttonimg .button {
  display: block;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-shadow: 0;
  border: 0;
  width: 120px;
  height: 95px;
  padding: 0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 2px solid #f2f2f2;
}

.buttonimg .button img {
  width: 95px;
  height: 95px;
}

.buttonimg .button svg {
  width: 95px;
  height: 95px;
}

.buttonimg .selected {
  background-color: #1b8e7b;
  border: 2px solid #1b8e7b;
  color: white !important;
}

.buttonimg input {
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.buttonimg label {
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #fff;
}

#listforms .completion {
  display: inline-block;
  padding: 5px 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
}

#listforms a:hover {
  text-decoration: none;
}

#listforms .completion {
  font-size: 1em;
  display: inline-block;
  text-align: center;
}

#listforms .completion {
  color: #641b45;
  border: 1px solid #641b45;
}

#listforms .done .completion {
  color: green;
  border: 1px solid green;
}

#listforms .pending .completion {
  color: #f60;
  border: 1px solid #f60;
}

.button:focus {
  outline: none;
}

@media only screen and (max-width: 700px) {
  .navig {
    text-align: center;
  }
}

.navig .button {
  background-color: #5f9a90;
  border: 1px solid #0ab962;
  border-radius: 3px;
  color: white !important;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 0.9em;
  margin-bottom: 5px;
  text-transform: uppercase;
  background-size: 20px !important;
  margin-right: 10px;
}

.navig .button:hover,
.navig .button:focus {
  background-color: #1b8e7b;
  color: white;
  border: 1px solid #1b8e7b;
  text-decoration: none;
}

.navig .button.disabled:hover,
.navig .button.disabled:focus {
  background-color: #6d6d6dc0;
  color: white;
  border: 1px solid #1b8e7b;
  border: 1px solid #3c5448;
  text-decoration: none;
}

.navig .button.disabled {
  background-color: #6d6d6d;
  border: 1px solid #3c5448;
  border-radius: 3px;
  color: white !important;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 0.9em;
  margin-bottom: 5px;
  text-transform: uppercase;
  background-size: 20px !important;
  margin-right: 10px;
  cursor: not-allowed;
}

.navig .btnnext {
  background: #0ab962 url(/images/leftWhiteArrow.svg) no-repeat right center;
  padding-right: 25px;
}

.navig .btnprev {
  background: #0ab962 url(/images/rightWhiteArrow.svg) no-repeat left center;
  padding-left: 25px;
}

fieldset legend {
  font-size: 1em;
}

.styled-select select {
  background: transparent;
  width: 350px;
  padding: 5px 5px 5px 20px;
  font-size: 14px;
  line-height: 1;
  color: #0f8349;
  border: 1px solid #0f8349;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  position: relative;
}

.styled-select {
  top: 0;
  left: 0;
  background: transparent url(../images/arrow-down.png) 6px 12px no-repeat;
  background-size: 13px 10px;
}

.styled-select select:focus {
  outline: none;
}

.navig {
  padding-top: 50px;
}

.input-group input[type="text"] {
  text-align: right;
}

.required {
  color: #f60 !important;
}

#statenav .multi-steps>li.is-active:before,
#statenav .multi-steps>li.is-active~li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}

@media only screen and (max-width: 500px) {

  #statenav .multi-steps>li.is-active:before,
  #statenav .multi-steps>li.is-active~li:before {
    font-size: 12px;
  }
}

#statenav .multi-steps>li.is-active:after,
#statenav .multi-steps>li.is-active~li:after {
  background-color: #928b81;
}

#statenav .multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#statenav .multi-steps span {
  font-size: 0.7em;
  line-height: 0.6em !important;
}

@media only screen and (max-width: 1000px) {
  #statenav .multi-steps span {
    display: none;
  }
}

#statenav .multi-steps>li.done:before {
  content: "" !important;
  content: "✓;" !important;
  content: "𐀃" !important;
  content: "𐀄" !important;
  content: "✓" !important;
  color: green !important;
  border-color: #928b81 !important;
}

#statenav .multi-steps>li.pending:before {
  content: "!" !important;
  color: #f60 !important;
  border-color: #928b81 !important;
}

#statenav .multi-steps>li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #808080;
  cursor: pointer;
}

#statenav .multi-steps>li:before {
  content: counter(stepNum);
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-style: solid;
  border-width: 2px;
  border-color: #928b81;
  border-radius: 50%;
}

@media only screen and (max-width: 500px) {
  #statenav .multi-steps>li:before {
    width: 24px;
    height: 24px;
    line-height: 21px;
  }
}

#statenav .multi-steps>li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #928b81;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}

@media only screen and (max-width: 500px) {
  #statenav .multi-steps>li:after {
    top: 11px;
  }
}

#statenav .multi-steps>li:last-child:after {
  display: none;
}

#statenav .multi-steps>li.is-active span {
  color: #928b81;
}

#statenav .multi-steps>li.is-active:before {
  background-color: #928b81;
  border-color: #928b81;
  border-color: #928b81 !important;
  color: #fff !important;
}

#statenav .multi-steps>li.is-active~li {
  color: #808080;
}

#statenav .multi-steps>li.is-active~li:before {
  border-color: #928b81;
}

/*! general */
h1,
h2 {
  font-weight: 400;
}

.main h1.mainheader {
  padding-bottom: 0.2em;
  margin-bottom: 0.8em;
  font-size: 2em;
}

.main h2 {
  font-size: 1.3em;
}

a {
  color: var(--secondary-color);
}

a:hover {
  color: var(--secondary-color);
}

.step {
  padding-bottom: 20px;
}

.lwc {
  text-transform: capitalize;
}

.content h2.mainheader {
  margin-bottom: 1rem;
}

.content h2 {
  margin: 10px 0 1rem !important;
}

.main .content {
  padding: 20px 20px 50px;
  min-height: 400px;
}

.rightLinksWrapperStyle {
  padding-top: 10px;
}

.dashrow {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.innermain .dashrow:last-child {
  padding-bottom: 16px !important;
}

.header__wrapperStyle .metaHeaderStyle .rightLinksWrapperStyle .linkWrapperStyle:last-child .linkWrapperStyle:after {
  background-color: transparent;
}

.header__wrapperStyle .metaHeaderStyle {
  height: 45px;
}

.main {
  padding-bottom: 50px;
}

ul li a.extlink {
  text-transform: normal !important;
}

#monProjetHeaderLink {
  text-transform: uppercase;
}

.footer {
  background-color: var(--secondary-color);
}

.footer .container {
  color: white;
  height: 45px;
  background: transparent url(../images/poweredByMobytrust.png) right 20px center no-repeat;
  background-size: 81px 30px;
  position: fixed;
  bottom: 0;
  width: 90%;
}

.footer .container-fluid {
  color: white;
  height: 45px;
  background: transparent url(../images/poweredByMobytrust.png) right 70px center no-repeat;
  background-size: 81px 30px;
  position: fixed;
  bottom: 0;
  width: 90%;
}

.globalFormError {
  color: red;
  margin-left: 1em;
  font-size: 0.8em;
  padding-top: 1rem;
}

.warning {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #f60;
  text-align: center;
  border-radius: 50%;
}

.mdl-card__supporting-text {
  line-height: 22px;
}

.header__wrapperStyle .metaHeaderStyle .rightLinksWrapperStyle .linkWrapperStyle:last-child:after {
  background: white;
}

.header__wrapperStyle .metaHeaderStyle {
  background-color: #f2f2f2;
}

.header__wrapperStyle .metaHeaderStyle .linkMetaStyle {
  background-color: #f2f2f2;
}

div .upload-btn {
  background-color: #641b45;
}

div .upload-btn:hover,
div .upload-btn:focus,
div .upload-btn:active,
div .upload-btn.active {
  background-color: #641b45;
}

.mdl-card__supporting-text {
  font-size: 0.9em;
  min-height: 100px;
}

.usercard {
  padding: 15px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 2px #f2f2f2;
  font-size: 1.1em;
}

/* .dashboard1 {
  padding-left: 100px !important;
  background: white url(/images/profile.svg) no-repeat 10px 10px;
  background-size: 100px 100px; } */

.mdl-button {
  padding: 0 0 0 5px;
}

#userlastname {
  text-transform: uppercase;
}

#breadcrumbs {
  margin-top: -10px;
}

#breadcrumbs ul {
  padding: 0 0 20px;
  list-style-type: none;
}

#breadcrumbs ul li {
  font-size: 0.9em;
  display: inline;
}

#breadcrumbs ul li:after {
  content: " > ";
}

#breadcrumbs ul li:last-child:after {
  content: "";
}

.step h2.mainheader {
  color: #641b45;
  padding-bottom: 5px;
  padding-top: 20px;
}

.step .mainheader {
  border-bottom: 1px solid #641b45;
}

::selection {
  background: rgb(15, 132, 109, 0.2);
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: rgb(15, 132, 109, 0.2);
  /* background: #e6afcf; */
  /* Gecko Browsers */
}

.qmark {
  background-color: #0f3443;
  padding: 3px;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
}

#powerTip {
  width: 300px;
  white-space: normal !important;
}

h2.mainheader {
  margin-bottom: 1.8em;
  font-size: 2em;
}

/* #dashboard {
  /* Our Grid Code */
/* try to resize the screen }*/
#dashboard h3 {
  font-size: 1.3em;
  /* color: #5f9a90; */
  color: var(--secondary-color)
}

#dashboard .box {
  color: #333;
  padding: 1em 2em 1em 140px;
  text-align: left;
  background-color: grey;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: white url(/images/profile.svg) no-repeat 15px 20px;
  background-size: 100px 100px;
}

#dashboard .box .link a {
  /* border: 1px solid #5f9a90; */
  border: 1px solid var(--secondary-color);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 0.8em;
}

#dashboard .box .cont {
  font-size: 0.9rem;
}

#dashboard .newbox {
  color: #333;
  padding: 1em 1em;
  text-align: left;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-size: 100px 100px;
}

#dashboard .newbox .link a {
  /* border: 1px solid #5f9a90; */
  border: 1px solid var(--secondary-color);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 0.8em;
  color: var(--secondary-color);
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  #dashboard .box {
    padding: 1em 2em;
    background-position: right 20px bottom 55px;
    background-size: 70px 70px;
  }

  #dashboard .box h3,
  #dashboard .box p {
    width: 50% !important;
  }
}

#dashboard .box:hover,
#dashboard .newbox:hover {
  cursor: pointer;
}

#dashboard .box:hover>.link a {
  /* background-color: #5F9A90; */
  background-color: var(--secondary-color);
  color: #fff !important;
}

.newbox:hover>:first-child>.parent svg g path,
.newbox:hover>:first-child>.parent svg g circle,
.newbox:hover>:first-child>.parent svg g rect,
.newbox:hover>:first-child>.parent svg path,
.newbox:hover>:first-child>.parent svg circle,
.newbox:hover>:first-child>.parent svg rect {
  fill: var(--accent-color) !important;
}

#dashboard .newbox:hover {
  background-color: var(--secondary-light);
  color: #fff !important;
}

#dashboard .newbox:hover>:nth-child(2)>.link a {
  background-color: var(--accent-color);
  color: #fff !important;
  border: 1px solid var(--accent-color);
}

#dashboard .newbox:hover>:nth-child(2)>h3 {
  color: var(--accent-color);
}

#dashboard .app-layout {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

#dashboard .project {
  background-image: url(/images/usersV.svg);
}

#dashboard .users {
  background-image: url(/images/usersV.svg);
}

#dashboard .annonce {
  background-image: url(/images/annonce.svg);
}

#dashboard .profile {
  background-image: url(/images/profile.svg);
}

#dashboard .dossier {
  background-image: url(/images/dossier.svg);
}

#dashboard .contracts {
  background-image: url(/images/vaultV.svg);
}

#dashboard .coffre {
  background-image: url(/images/vaultV.svg);
}

#dashboard .groupement1 {
  background-image: url(/images/groupement1.svg);
}

#dashboard .groupement2 {
  background-image: url(/images/groupement2.svg);
}

#dashboard .groupement3 {
  background-image: url(/images/groupement3.svg);
}

#dashboard .demande {
  background-image: url(/images/demandesV.svg);
}

#dashboard .locations {
  background-image: url(/images/locationV2.svg);
}

#dashboard .annonce {
  background-image: url(/images/annonce.svg);
}

#dashboard .equipement {
  background-image: url(/images/equipement.svg);
}

#dashboard .bien {
  background-image: url(/images/bien.svg);
}

#dashboard .chantier {
  background-image: url(../images/enterprisesV.svg);
}

#dashboard .anomalies {
  background-image: url(../images/anomalies.svg);
}

#dashboard .parcours {
  background-image: url(../images/parcours.svg);
}

#dashboard .menus {
  background-image: url(../images/menus.svg);
}

#dashboard .qrcode {
  background-image: url(../images/qrCode.svg);
}

#dashboard .settings {
  background-image: url(../images/settings.svg);
}

#dashboard .photoID {
  background-image: url(/images/photoID.svg);
  fill: #5f9a90;
}

#dashboard .carteID {
  background-image: url(/images/carteID.svg);
  fill: #5f9a90;
}

#dashboard .user {
  background-image: url(/images/002-social-1.svg);
  fill: #5f9a90;
}

#dashboard .entreprises {
  background-image: url(/images/companies.svg);
  fill: #5f9a90;
}

#dashboard .details {
  background-image: url(/images/details.svg);
  fill: #5f9a90;
}

#dashboard .fournisseurs {
  background-image: url(/images/fournisseur.svg);
  fill: #5f9a90;
}

#dashboard .alertes {
  background-image: url(/images/alerteHover.svg);
  fill: #5f9a90;
}

#dashboard main .app-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 800px) {
  #dashboard h3 {
    font-size: 1.1em;
  }

  #dashboard .app-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  #dashboard p.link {
    text-align: right;
  }

  #dashboard .box {
    padding-left: 90px;
    background-size: 70px 70px;
  }

  #dashboard .delivery {
    background-size: 140px 137px;
    background-position: -10% 0%;
  }
}

#ticketfilter {
  background: transparent url(../images/buttons/loupe.svg) 5px center no-repeat;
  background-size: 15px 15px;
  padding-left: 25px;
}

.table th,
.table td {
  vertical-align: inherit;
  padding: 0.25rem;
}

.supprimer {
  color: rgba(255, 0, 0, 0.61);
}

.supprimer:hover {
  color: rgba(255, 0, 0, 1);
}

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