@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: .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 #0f8349;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.8em; }

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

.arrowbutton:hover {
  background-color: #0f8349;
  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: #0f8349;
  border: 1px solid #0f8349; }

#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: #0f8349;
  border: 1px solid #0f8349;
  border-radius: 3px;
  color: white !important;
  padding: 5px 15px;
  cursor: pointer;
  font-size: .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 .btnnext {
  background: #0f8349 url(/images/leftWhiteArrow.svg) no-repeat right center;
  padding-right: 25px; }

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

fieldset legend {
  font-size: 1em; }

.styled-select select {
  background: transparent;
  width: 250px;
  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: .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; }

form input[type=text] {
  min-height: 30px !important; }

.form-control input {
  line-height: 1.5em !important;
  font-size: 1.5em !important; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  font-size: 1em !important; }

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