@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; }

[data-popup] {
  color: #f60;
  cursor: pointer; }

form em {
  color: #666;
  font-style: italic; }

.radbinBtn, .brdRadioBtn {
  position: relative;
  overflow: hidden; }
  .radbinBtn label, .brdRadioBtn label {
    border: 1px solid #928b81;
    display: inline-block;
    background-color: white;
    padding: 3px 15px;
    border-radius: 3px;
    color: #666;
    cursor: pointer;
    margin-right: 0px; }
  .radbinBtn label + label, .brdRadioBtn label + label {
    margin-left: 5px; }
  .radbinBtn input, .brdRadioBtn input {
    visibility: hidden;
    position: absolute !important; }
  .radbinBtn .btnChecked, .brdRadioBtn .btnChecked {
    background-color: #928b81;
    color: white; }

input:focus {
  outline: none; }

.alert-danger {
  font-size: .8rem; }

.togglelinks {
  border: 1px solid #96306b;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-style: normal; }

.togglelinks:hover {
  text-decoration: none; }

.pdf {
  display: inline-block;
  background: transparent url(/images/PDF_file_icon.svg) 5px center no-repeat;
  background-size: 20px 20px;
  min-height: 25px;
  padding: 6px 10px 7px 30px;
  margin-bottom: -1px;
  font-size: 0.9em; }

#pdftab {
  float: left;
  margin: 20px 0 0;
  list-style-type: none;
  padding: 0; }
  #pdftab li {
    border: 1px solid #641b45;
    margin: 0;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
    background-color: transparent; }
    #pdftab li a {
      display: inline-block;
      padding: 5px 10px;
      font-size: .8rem;
      text-decoration: none; }
      #pdftab li a:hover {
        background-color: #f4e4ed; }
    #pdftab li.active a {
      background-color: #641b45; }
    #pdftab li.active a {
      color: white !important; }

#pdfdownload {
  float: left;
  margin: 20px 0 0;
  list-style-type: none;
  padding: 0; }
  #pdfdownload li {
    border: 1px solid #641b45;
    border-radius: 3px;
    margin: 0 0 10px;
    background-color: transparent; }
    #pdfdownload li a {
      display: inline-block;
      padding-left: 30px;
      background: transparent url(/images/PDF_file_icon.svg) 5px center no-repeat;
      background-size: 20px 20px;
      min-height: 25px;
      padding: 6px 10px 7px 30px;
      width: 200px;
      font-size: .8rem;
      text-decoration: none; }
      #pdfdownload li a:hover {
        background-color: #f4e4ed; }
    #pdfdownload li.active a {
      background-color: #641b45; }
    #pdfdownload li.active a {
      color: white !important; }

#downloadpdf {
  float: right; }

.inforead {
  color: #641b45;
  border: 2px solid #641b45;
  padding: 5px 10px;
  background-color: white; }

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .multi-steps span {
    font-size: .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.5em;
  margin-bottom: 1.4em; }

form {
  font-size: 0.9em; }

#listforms {
  counter-reset: section;
  padding-left: 0; }
  #listforms li {
    margin-bottom: 10px; }
  #listforms li a {
    display: block;
    border: 1px solid #96306b;
    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: #96306b !important;
  border: 1px solid #641b45;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.8em; }

.arrowbutton .svgbutton {
  fill: #96306b; }

.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 #96306b; }

.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: #641b45;
    border: 2px solid #641b45;
    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; }

.form-check-input[type="radio"] {
  position: relative;
  margin-top: 0;
  margin-left: auto; }

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

.navig .button {
  background-color: #641b45;
  border: 1px solid #641b45;
  border-radius: 3px;
  color: white !important;
  padding: 5px 15px;
  cursor: pointer;
  font-size: .8rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  background-size: 20px !important;
  margin-right: 10px; }
  .navig .button:hover, .navig .button:focus {
    background-color: #641b45;
    color: white;
    border: 1px solid #928b81;
    text-decoration: none; }

.navig a.disabled {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  color: #666 !important; }
  .navig a.disabled:hover {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    color: #666 !important; }

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

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

fieldset legend {
  font-size: 1em; }

#lrbox {
  margin-left: 5px;
  margin-top: 1em; }
  #lrbox legend {
    font-size: 1.3rem;
    font-weight: 500; }

.styled-select select {
  background: transparent;
  width: 250px;
  padding: 5px 5px 5px 20px;
  font-size: 14px;
  line-height: 1;
  color: #96306b;
  border: 1px solid #96306b;
  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 ul {
  list-style-type: none;
  padding-left: 0; }

#statenav .multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%; }
  #statenav .multi-steps span {
    font-size: .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 */
body {
  font-size: 1rem; }

h1, h2 {
  font-weight: 400; }

.main h1.mainheader {
  padding-bottom: .2em;
  margin-bottom: .8em;
  font-size: 2em;
  color: #641b45; }

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

a {
  color: #96306b !important; }

.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: 0px; }

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

#monProjetHeaderLink {
  text-transform: uppercase; }

.footer {
  background-color: #666;
  width: 100%; }

.footer .container {
  color: white;
  height: 45px;
  background: transparent url(/images/poweredbyiubi.png) right 20px center no-repeat;
  background-size: 85px 30px; }

.lwc {
  color: #666; }

.errorpage {
  max-width: 600px;
  margin: 100px auto 100px; }

input:focus {
  outline: none; }

.globalFormError {
  color: #f60;
  margin-left: 1em;
  font-size: .8em;
  padding-top: 1rem;
  list-style-type: none; }

.warning {
  display: inline-block;
  width: 20px;
  font-size: .8rem;
  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: transparent; }

.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: .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; }

/* SPINNER */
/* Spinner 1 */
.spinner-1:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  z-index: 80;
  top: 20%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  border: 3px solid lightgray;
  border-top-color: #641b45;
  animation: spinner 0.7s linear infinite;
  z-index: 1000; }

.spinner-1:after {
  content: "Chargement...";
  z-index: 80;
  color: #641b45;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 80px;
  box-sizing: border-box;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.breadcrumbs {
  margin-top: -10px; }
  .breadcrumbs ul {
    padding: 0 0 20px;
    list-style-type: none; }
    .breadcrumbs ul li {
      font-size: .9em;
      display: inline; }
      .breadcrumbs ul li:after {
        content: ' > '; }
      .breadcrumbs ul li:last-child:after {
        content: ''; }

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

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

::selection {
  background: #e6afcf;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  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: 1.8em; }

#dashboard {
  /* Our Grid Code */
  /* try to resize the screen */ }
  #dashboard h3 {
    font-size: 1.3em;
    color: #641b45; }
  #dashboard .box {
    color: #333;
    padding: 1em 2em 1em 120px;
    text-align: left;
    background-color: white;
    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 10px 10px;
    background-size: 100px 100px; }
    #dashboard .box .link a {
      border: 1px solid #641b45;
      border-radius: 3px;
      padding: 5px 10px;
      font-size: .8em; }
    #dashboard .box .cont {
      font-size: .8rem; }
    @media screen and (min-width: 801px) and (max-width: 1000px) {
      #dashboard .box {
        padding: 1em 2em;
        background-position: right 10px bottom 5px;
        background-size: 70px 70px; } }
  #dashboard .box:hover {
    cursor: pointer; }
  #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/mes_projets.svg); }
  #dashboard .profile {
    background-image: url(/images/profile.svg); }
  #dashboard .dossier {
    background-image: url(/images/dossier.svg); }
  #dashboard .contracts {
    background-image: url(/images/contracts.svg); }
  #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; } }

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