/*:root {
  --color-txt: #1E1E1E;
  --color-navborder: #DEDEDE;
  --color-titre: #898989;
  --color-charte: #1E59A1;
}*/

div.dvcontent {
  border-radius: 0.4em;
  border: 1px solid var(--color-wiz-border);
  padding: 20px;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.steplabel {
  font-size: 1em;
  font-weight: bold;
  color: var(--color-wiz-titre);
}


.steps {
  margin: 20px;
}

  .steps .step {
    display: block;
    width: 100%;
    text-align: center
  }

    .steps .step .step-icon-wrap {
      display: block;
      position: relative;
      width: 100%;
      height: 60px;
      text-align: center
    }

      .steps .step .step-icon-wrap::before,
      .steps .step .step-icon-wrap::after {
        display: block;
        position: absolute;
        top: 50%;
        width: 50%;
        height: 3px;
        margin-top: -1px;
        background-color: var(--color-wiz-fond);
        content: '';
        z-index: 1
      }

      .steps .step .step-icon-wrap::before {
        left: 0
      }

      .steps .step .step-icon-wrap::after {
        right: 0
      }

    .steps .step .step-icon {
      display: inline-block;
      position: relative;
      width: 60px;
      height: 60px;
      border: 1px solid var(--color-wiz-border);
      border-radius: 50%;
      background-color: var(--color-wiz-fond);
      color: var(--color-wiz-fondicon);
      font-size: 29px;
      line-height: 61px;
      z-index: 5
    }

    .steps .step .step-title {
      margin-top: 16px;
      margin-bottom: 0;
      color: #606975;
      font-size: 14px;
      font-weight: 500
    }

    .steps .step:first-child .step-icon-wrap::before {
      display: none
    }

    .steps .step:last-child .step-icon-wrap::after {
      display: none
    }

    .steps .step.completed .step-icon-wrap::before,
    .steps .step.completed .step-icon-wrap::after {
      background-color: var(--color-wiz-fondcomplit);
    }

    .steps .step.completed .step-icon {
      border-color: var(--color-wiz-bordercomplit);
      background-color: var(--color-wiz-fondcomplit);
      color: var(--color-wiz-fondiconcomplit);
    }

@media (max-width: 576px) {
  .steps .step .step-icon-wrap {
    height: 40px;
  }

  .steps .step .step-icon {
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 41px;
  }

  .steplabel {
    display: none;
  }
}










#wizardcontentwrap {
  margin: 10px;
  min-height: 250px;
  padding-top: 20px;
}

  #wizardcontentwrap INPUT, #wizardcontentwrap TEXTAREA, #wizardcontentwrap SELECT {
    width: 250px;
    display: inline;
  }

    #wizardcontentwrap INPUT[type=image] {
      width: auto;
      height: auto;
    }

    #wizardcontentwrap INPUT[type=radio], #wizardcontentwrap INPUT[type=checkbox] {
      width: 16px;
      height: 16px;
    }

  #wizardcontentwrap .left {
    float: left;
  }

  #wizardcontentwrap .right {
    float: right;
  }

  /*#wizardcontentwrap{ margin:auto; width:780px;}*/
  #wizardcontentwrap .col {
    width: 300px;
  }

  #wizardcontentwrap LABEL {
    margin: 5px;
    margin-left: 20px;
    width: 320px;
    display: inline-block;
    vertical-align: top;
  }

  #wizardcontentwrap .notLabelTitle LABEL {
    margin: 0px;
    width: auto;
    display: inline;
    font-weight: normal;
  }


#wizardcontent {
  margin: auto;
}

#wizard {
  margin: auto;
  width: 95%;
}