@charset "UTF-8";
/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */
/* switching to border-box model for all elements */
/* ----------------------------- */
/* == typography                 */
/* ----------------------------- */
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/raleway-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v18-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v18-latin-regular.woff") format("woff"), url("../fonts/raleway-v18-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v18-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */ }

.crdm_form_rac {
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
  /* Transition
	========================== */ }
  .crdm_form_rac-wrapper {
    box-sizing: border-box;
    max-width: 576px;
    margin: auto; }
  .crdm_form_rac-steps {
    box-sizing: border-box; }
  .crdm_form_rac-hide {
    display: none; }
  .crdm_form_rac-step {
    box-sizing: border-box;
    display: none;
    border: 1px solid #187406; }
    .crdm_form_rac-step-current {
      display: block; }
    .crdm_form_rac-step-wrapper > * {
      padding: 0 15px 10px; }
    .crdm_form_rac-step-header {
      background: #187406;
      color: #fff;
      text-align: center;
      font-family: "Raleway", sans-serif;
      font-size: 20px;
      padding: 5px;
      margin-bottom: 20px; }
      .crdm_form_rac-step-header-title {
        color: #fff; }
    .crdm_form_rac-step_nav {
      margin-top: 15px;
      padding: 10px;
      box-sizing: border-box; }
      .crdm_form_rac-step_nav ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0; }
        .crdm_form_rac-step_nav ul li {
          padding: 0;
          margin: 0; }
          .crdm_form_rac-step_nav ul li:first-child {
            text-align: left; }
          .crdm_form_rac-step_nav ul li:last-child {
            text-align: right; }
    .crdm_form_rac-step-first button.prev {
      display: none; }
    .crdm_form_rac-step-last button.next {
      display: none; }
    .crdm_form_rac-step-col {
      display: flex;
      margin-left: -10px; }
      .crdm_form_rac-step-col > * {
        width: calc(100% * 1/2 - 10px);
        margin-left: 10px; }
    .crdm_form_rac-step-line {
      margin-bottom: 10px; }
  .crdm_form_rac p {
    margin-bottom: 10px;
    margin-top: 0; }
  .crdm_form_rac-inputs label {
    margin-bottom: 10px;
    display: block;
    font-family: "Raleway", sans-serif;
    box-sizing: border-box; }
  .crdm_form_rac-inputs input {
    /* Firefox */
    -moz-appearance: textfield;
    /* Chrome */
    /* Opéra*/
    box-sizing: border-box; }
    .crdm_form_rac-inputs input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .crdm_form_rac-inputs input::-o-inner-spin-button {
      -o-appearance: none;
      margin: 0; }
  .crdm_form_rac-inputs input[type=number] {
    text-align: right; }
  .crdm_form_rac-inputs input[type=radio] + label:before,
  .crdm_form_rac-inputs input[type=checkbox] + label:before,
  .crdm_form_rac-inputs input, .crdm_form_rac-inputs select, .crdm_form_rac-inputs textarea {
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 8px;
    transition: all .4s ease;
    max-width: 600px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box; }
  .crdm_form_rac-inputs input[type=radio],
  .crdm_form_rac-inputs input[type=checkbox] {
    display: none; }
  .crdm_form_rac-inputs input[type=radio] + label:before {
    border-radius: 50%; }
  .crdm_form_rac-inputs input[type=checkbox] + label:before {
    border-radius: 4px; }
  .crdm_form_rac-inputs input[type=radio] + label:before,
  .crdm_form_rac-inputs input[type=checkbox] + label:before {
    padding: 5px;
    content: '';
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  .crdm_form_rac-inputs input[type=radio]:checked + label:before,
  .crdm_form_rac-inputs input[type=checkbox]:checked + label:before {
    background: #187406; }
  .crdm_form_rac-require-message p {
    font-size: 13px;
    padding: 0 8px;
    font-style: oblique; }
  .crdm_form_rac-required label:after {
    content: ' *'; }
  .crdm_form_rac-alert p {
    color: red;
    font-weight: bold;
    text-align: center; }
  .crdm_form_rac-error input {
    border: 2px solid red; }
  .crdm_form_rac-error input[type=radio] + label:before,
  .crdm_form_rac-error input[type=checkbox] + label:before {
    border: 2px solid red; }
  .crdm_form_rac .crdm_form_rac-type_dossier {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .crdm_form_rac .crdm_form_rac-type_dossier > * {
      margin: 5px; }
  .crdm_form_rac input[type=button],
  .crdm_form_rac input[type=submit],
  .crdm_form_rac button {
    cursor: pointer;
    line-height: 1;
    background: #187406;
    border-radius: 4px;
    color: #fff;
    width: 120px;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #187406;
    font-size: 18px; }
    .crdm_form_rac input[type=button] span,
    .crdm_form_rac input[type=submit] span,
    .crdm_form_rac button span {
      color: #fff; }
  .crdm_form_rac-switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 90px;
    height: 35px;
    padding: 4px;
    margin: 0 10px 10px 0;
    /*background: #eeeeee;*/
    border-radius: 4px;
    /*box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
    cursor: pointer;
    box-sizing: content-box; }
  .crdm_form_rac-switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box; }
  .crdm_form_rac-switch-label {
    position: relative;
    display: block;
    height: inherit;
    /*font-size: 10px;*/
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-sizing: content-box; }
    .crdm_form_rac-switch-label:before, .crdm_form_rac-switch-label:after {
      position: absolute;
      top: 50%;
      margin-top: -.5em;
      line-height: 1;
      -webkit-transition: inherit;
      -moz-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      box-sizing: content-box; }
    .crdm_form_rac-switch-label:before {
      content: attr(data-off);
      right: 11px;
      color: #aaaaaa;
      /*text-shadow: 0 1px rgba(255, 255, 255, 0.5);*/ }
    .crdm_form_rac-switch-label:after {
      content: attr(data-on);
      left: 11px;
      color: #FFFFFF;
      /*text-shadow: 0 1px rgba(0, 0, 0, 0.2);*/
      opacity: 0; }
  .crdm_form_rac-switch-input:checked ~ .crdm_form_rac-switch-label {
    background: #187406;
    color: #fff; }
    .crdm_form_rac-switch-input:checked ~ .crdm_form_rac-switch-label:before {
      opacity: 0; }
    .crdm_form_rac-switch-input:checked ~ .crdm_form_rac-switch-label:after {
      opacity: 1; }
  .crdm_form_rac-switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
    .crdm_form_rac-switch-handle:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -6px 0 0 -6px;
      width: 12px;
      height: 12px;
      background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
      background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
      border-radius: 6px;
      box-shadow: inset 0 1px rgba(0, 0, 0, 0.02); }
  .crdm_form_rac-switch-input:checked ~ .crdm_form_rac-switch-handle {
    left: 59px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }
  .crdm_form_rac-switch-label, .crdm_form_rac-switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease; }
  .crdm_form_rac-date {
    display: flex; }
    .crdm_form_rac-date label {
      display: inline-flex;
      align-items: center; }
    .crdm_form_rac-date--month:before, .crdm_form_rac-date--year:before {
      padding: 4px;
      font-size: 20px;
      content: '/'; }
  .crdm_form_rac-progress {
    width: 70%;
    margin: 30px auto;
    /* Style de la barre pour Firefox*/
    /* Style de la barre pour Chrome*/ }
    .crdm_form_rac-progress progress {
      display: inline-block;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 20px;
      padding: 0px;
      background-color: #ccc;
      /* background: -webkit-linear-gradient(#2d2d2d,#444);
			background:    -moz-linear-gradient(#2d2d2d,#444);
			background:      -o-linear-gradient(#2d2d2d,#444);
			background:         linear-gradient(#2d2d2d,#444);*/
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: none; }
    .crdm_form_rac-progress progress::-moz-progress-bar {
      background: #187406;
      background: -moz-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
      background-size: 100% 20px, auto, auto;
      background-position: -100% 0, top, top;
      background-position: top right, top, top;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .crdm_form_rac-progress progress::-webkit-progress-value {
      background: #187406;
      background: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
      background-size: 100% 20px, auto, auto;
      background-position: -100% 0, top, top;
      background-position: top right, top, top;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .crdm_form_rac-progress progress[value='100'] span {
      width: 100%; }
    .crdm_form_rac-progress progress[value^='9']:not([value^='9.']):not([value='9']) span {
      width: 95%; }
    .crdm_form_rac-progress progress[value^='8']:not([value^='8.']):not([value='8']) span {
      width: 85%; }
    .crdm_form_rac-progress progress[value^='7']:not([value^='7.']):not([value='7']) span {
      width: 75%; }
    .crdm_form_rac-progress progress[value^='6']:not([value^='6.']):not([value='6']) span {
      width: 65%; }
    .crdm_form_rac-progress progress[value^='5']:not([value^='5.']):not([value='5']) span {
      width: 55%; }
    .crdm_form_rac-progress progress[value^='4']:not([value^='4.']):not([value='4']) span {
      width: 45%; }
    .crdm_form_rac-progress progress[value^='3']:not([value^='3.']):not([value='3']) span {
      width: 35%; }
    .crdm_form_rac-progress progress[value^='2']:not([value^='2.']):not([value='2']) span {
      width: 25%; }
    .crdm_form_rac-progress progress[value^='1']:not([value^='1.']):not([value='1']):not([value='100']) span {
      width: 15%; }
    .crdm_form_rac-progress progress span {
      -webkit-transition: width 1.6s linear;
      -moz-transition: width 1.6s linear;
      -o-transition: width 1.6s linear;
      transition: width 1.6s linear; }

/* ----------------------------- */
/* == Style Credimedia form           */
/* ----------------------------- */
/*
Author: Mennetrier cyril, Azaryl
Description: Style form credimedia
*/
hr {
  padding: 0;
  margin: 0;
  visibility: hidden;
  clear: both; }

#sub_dossier {
  max-width: 1125px;
  border: 1px solid #187406;
  width: 100%;
  margin: auto;
  position: relative;
  transition: all 0.75s ease; }
  #sub_dossier .h1-like {
    border: 1px solid #ccc;
    background-color: #D6D6D6;
    color: #000;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px; }
  #sub_dossier .h2-like {
    margin: 0px;
    padding: 5px;
    background-color: #187406;
    color: #fff;
    border-bottom: 3px solid #2c59b2;
    text-align: center; }
    #sub_dossier .h2-like.hide {
      display: none;
      /*opacity:0.2*/ }
  #sub_dossier .h3-like {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: bold; }
  #sub_dossier .hn-colorize {
    background-color: #3366CC;
    color: #fff;
    padding: 5px; }
  #sub_dossier .hide {
    display: none; }
  #sub_dossier .txtcenter {
    text-align: center; }
  #sub_dossier #divloading {
    position: fixed;
    border: 1px solid red;
    z-index: 3;
    background: #fff;
    width: 100%;
    height: 100hv;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #sub_dossier #divloading.hide {
      display: none; }
  #sub_dossier #steps {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
    /* easeOutQuint */ }
    #sub_dossier #steps .step {
      float: left;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
      position: relative;
      z-index: 1;
      top: 0;
      -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
      /* easeOutQuint */
      background: #fff; }
      #sub_dossier #steps .step.hide {
        display: none;
        /* display:block;height:0*/ }
      #sub_dossier #steps .step.current {
        display: block;
        transform: translate(0%, 0);
        -webkit-transform: translate(0%, 0);
        width: 100%;
        z-index: 2; }
        #sub_dossier #steps .step.current ~ .step {
          transform: translate(200%, 0);
          -webkit-transform: translate(200%, 0);
          display: right;
          z-index: 3;
          top: 0; }
      #sub_dossier #steps .step p {
        padding: 10px;
        font-size: 1.4rem;
        color: #000;
        font-family: "Raleway", sans-serif;
        line-height: 1.5; }
  #sub_dossier .line-form {
    position: relative;
    clear: both;
    width: calc(100% - 10px);
    box-sizing: border-box;
    margin: 0px auto;
    padding: 8px 0 3px;
    transition: all 0.25s ease-in;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex; }
    #sub_dossier .line-form.col_strp_crd {
      flex-wrap: wrap; }
      #sub_dossier .line-form.col_strp_crd .item-crd-rac_col {
        display: flex;
        width: 100%; }
    @media screen and (max-width: 480px) {
      #sub_dossier .line-form {
        flex-wrap: wrap; } }
    #sub_dossier .line-form label,
    #sub_dossier .line-form .label_like,
    #sub_dossier .line-form .label_like_radio {
      margin: 0 0 5px 0px;
      padding: 7px 8px;
      padding-left: 0;
      font-size: 15px;
      color: #0A1E55;
      width: auto; }
      @media screen and (max-width: 480px) {
        #sub_dossier .line-form label,
        #sub_dossier .line-form .label_like,
        #sub_dossier .line-form .label_like_radio {
          width: 100%; } }
    #sub_dossier .line-form label {
      flex: 1; }
    #sub_dossier .line-form.radio {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      text-align: center; }
    #sub_dossier .line-form.error input
, #sub_dossier .line-form.error select
, #sub_dossier .line-form.error input[type="checkbox"] + label
, #sub_dossier .line-form.error input[type="radio"] + label {
      border: 1px solid red; }
    #sub_dossier .line-form.error .valid {
      border: 1px solid #ccc; }
    #sub_dossier .line-form.hide {
      display: none; }
    #sub_dossier .line-form.date_form .label_like {
      flex: 1; }
    #sub_dossier .line-form.date_form label {
      flex: initial; }
    #sub_dossier .line-form.date_form .date {
      /*display:flex;*/
      margin-bottom: 5px; }
      #sub_dossier .line-form.date_form .date label {
        padding: 0px 2px;
        margin: 0; }
    #sub_dossier .line-form.cp {
      margin-bottom: 5px; }
      #sub_dossier .line-form.cp .label_like {
        flex: 1; }
  #sub_dossier .infos {
    margin: 5px;
    border-bottom: none;
    padding-top: 10px; }
  #sub_dossier #rachat_reca_crd .label_like {
    padding: 20px 10px;
    display: block; }
  #sub_dossier input {
    -moz-appearance: textfield; }
    #sub_dossier input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    #sub_dossier input::-o-inner-spin-button {
      -o-appearance: none;
      margin: 0; }
    #sub_dossier input[type="radio"], #sub_dossier input[type="checkbox"] {
      display: none; }
      #sub_dossier input[type="radio"] + label, #sub_dossier input[type="checkbox"] + label {
        width: auto;
        margin: 5px;
        flex: initial; }
      #sub_dossier input[type="radio"]:checked + label,
      #sub_dossier input[type="radio"] + label:hover, #sub_dossier input[type="checkbox"]:checked + label,
      #sub_dossier input[type="checkbox"] + label:hover {
        background: #3366CC;
        color: #fff; }
    #sub_dossier input[type="checkbox"] + label:before {
      font-family: "FontAwesome";
      content: "\f00c";
      padding-right: 10px;
      color: #cccccc; }
    #sub_dossier input[type="checkbox"]:checked + label:before,
    #sub_dossier input[type="checkbox"] + label:hover:before {
      color: #fff; }
    #sub_dossier input.number, #sub_dossier input[type="number"] {
      flex: 1;
      text-align: right; }
    #sub_dossier input.mensuel {
      padding-right: 90px; }
    #sub_dossier input.annuel, #sub_dossier input.capital {
      padding-right: 40px; }
  #sub_dossier input
, #sub_dossier select
, #sub_dossier input[type="radio"] + label
, #sub_dossier input[type="checkbox"] + label
, #sub_dossier input.number {
    display: inline-block;
    margin: 0 0 5px 5px;
    padding: 7px 8px;
    background: #f3f3f3;
    color: #333333;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold; }
  #sub_dossier select {
    margin: 0 0 5px 5px;
    padding: 5px 8px;
    min-width: 280px; }
    #sub_dossier select.qty {
      max-width: 80px;
      min-width: initial; }
    #sub_dossier select.day {
      width: 55px;
      min-width: initial;
      margin: 0; }
      @media screen and (max-width: 320px) {
        #sub_dossier select.day {
          width: 45px; } }
    #sub_dossier select.month {
      width: 120px;
      min-width: initial;
      margin: 0; }
      @media screen and (max-width: 320px) {
        #sub_dossier select.month {
          width: 90px; } }
    #sub_dossier select.year {
      width: 85px;
      min-width: initial;
      margin: 0; }
      @media screen and (max-width: 320px) {
        #sub_dossier select.year {
          width: 80px; } }
  #sub_dossier input[type="radio"] + label
, #sub_dossier input[type="checkbox"] + label {
    margin: 0 0 5px 5px;
    padding: 5px 8px;
    width: auto; }
  #sub_dossier input[type="text"]
, #sub_dossier input[type="tel"]
, #sub_dossier input[type="number"]
, #sub_dossier input.number {
    width: 220px; }
    @media screen and (max-width: 480px) {
      #sub_dossier input[type="text"]
, #sub_dossier input[type="tel"]
, #sub_dossier input[type="number"]
, #sub_dossier input.number {
        max-width: initial;
        margin-left: 0;
        width: 100%; } }
    #sub_dossier input[type="text"]:focus
, #sub_dossier input[type="text"]:hover
, #sub_dossier input[type="tel"]:focus
, #sub_dossier input[type="tel"]:hover
, #sub_dossier input[type="number"]:focus
, #sub_dossier input[type="number"]:hover
, #sub_dossier input.number:focus, #sub_dossier input.number:hover {
      background: #fff; }
  #sub_dossier input.codepostal {
    max-width: 70px;
    width: 100%;
    margin: 0;
    text-align: left; }
  #sub_dossier input.ville {
    max-width: 220px;
    margin: 0; }
  #sub_dossier .wrapper_number {
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      #sub_dossier .wrapper_number {
        max-width: initial;
        margin-left: 0;
        width: 100%; } }
    #sub_dossier .wrapper_number .devise {
      position: absolute;
      display: block;
      border-left: 1px solid #cccccc;
      padding: 0 5px;
      font-size: 15px;
      font-weight: bolder;
      top: 4px;
      right: 8px;
      text-align: left;
      background: transparent;
      color: #333333; }
  #sub_dossier #prop_comment, #sub_dossier #estimation_par {
    max-width: 480px; }
    @media screen and (max-width: 480px) {
      #sub_dossier #prop_comment, #sub_dossier #estimation_par {
        max-width: 100%; } }
  #sub_dossier input[type="checkbox"]#acceptation + label:before {
    content: '\f096';
    font-size: 20px;
    vertical-align: middle; }
  #sub_dossier input[type="checkbox"]:checked#acceptation + label:before {
    content: '\f046';
    font-size: 20px;
    vertical-align: middle; }
  #sub_dossier #rachat_before .date_form .date {
    max-width: 250px; }
  #sub_dossier #rachat_before .rappel_devis.red {
    color: red;
    font-weight: bold; }
  #sub_dossier .required .label_like_radio:after,
  #sub_dossier .required .label_like:after,
  #sub_dossier .required label:after {
    content: ' *';
    color: red; }
  #sub_dossier .required.date_form label:after,
  #sub_dossier .required.checkbox label:after,
  #sub_dossier .required.radio label:after {
    content: ''; }
  #sub_dossier #resume {
    padding: 0px; }
    #sub_dossier #resume .mam {
      margin: 20px; }
    #sub_dossier #resume .resume {
      height: 250px;
      overflow: auto;
      border: 2px dashed orange;
      margin: 20px; }
    #sub_dossier #resume .hide {
      color: #f6f6f6;
      display: none; }
    #sub_dossier #resume .responses {
      padding: 10px; }
      #sub_dossier #resume .responses .reponse, #sub_dossier #resume .responses .regul {
        display: inline-block;
        color: #FF9D00;
        border-radius: 2px; }
      #sub_dossier #resume .responses .regul.hide {
        display: none; }
  #sub_dossier #resume #rgpd input[type="checkbox"] + label {
    margin: 0; }
  #sub_dossier #resume #rgpd.error input[type="checkbox"] + label {
    border: 1px solid red; }
  #sub_dossier #resume #rgpd.error input[type="checkbox"] + label:before {
    color: red; }
  #sub_dossier #resume #rgpd.error input[type="checkbox"]:checked + label {
    border: 1px solid #ccc; }
  #sub_dossier #resume #rgpd.error input[type="checkbox"]:checked + label:before {
    color: #fff; }

/* ----------------------------- */
/* == Style Credimedia form           */
/* ----------------------------- */
/*
Author: Mennetrier cyril, Azaryl
Description: Style form credimedia
*/
#sub_dossier .resume_sub {
  line-height: 1;
  background: #187406;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 8px 6px;
  border: 1px solid #2c59b2;
  border-bottom: 3px solid #2c59b2; }

#sub_dossier button {
  line-height: 1;
  background: #187406;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 100px;
  margin: 0;
  padding: 8px 6px;
  border: 1px solid #2c59b2;
  border-bottom: 3px solid #2c59b2; }
  #sub_dossier button.hide {
    display: none; }

#sub_dossier #all_nav {
  /*
			position:absolute;bottom:0;left:0;right:0;border:1px solid red;width:100%;}
		*/
  border: 0;
  margin: 0;
  padding: 10px;
  padding-top: 0; }
  #sub_dossier #all_nav #step_nav {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center; }
    #sub_dossier #all_nav #step_nav ul {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
    #sub_dossier #all_nav #step_nav li {
      width: 50%;
      display: inline-block;
      cursor: pointer;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: left; }
      #sub_dossier #all_nav #step_nav li:nth-child(2) {
        text-align: right; }

#sub_dossier #progress {
  width: 70%;
  margin: 30px auto;
  /* Style de la barre pour Firefox*/
  /* Style de la barre pour Chrome*/ }
  #sub_dossier #progress progress {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    padding: 0px;
    background-color: #ccc;
    /* background: -webkit-linear-gradient(#2d2d2d,#444);
			background:    -moz-linear-gradient(#2d2d2d,#444);
			background:      -o-linear-gradient(#2d2d2d,#444);
			background:         linear-gradient(#2d2d2d,#444);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none; }
  #sub_dossier #progress progress::-moz-progress-bar {
    background: #187406;
    background: -moz-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
    background-size: 100% 20px, auto, auto;
    background-position: -100% 0, top, top;
    background-position: top right, top, top;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #sub_dossier #progress progress::-webkit-progress-value {
    background: #187406;
    background: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
    background-size: 100% 20px, auto, auto;
    background-position: -100% 0, top, top;
    background-position: top right, top, top;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #sub_dossier #progress progress[value='100'] span {
    width: 100%; }
  #sub_dossier #progress progress[value^='9']:not([value^='9.']):not([value='9']) span {
    width: 95%; }
  #sub_dossier #progress progress[value^='8']:not([value^='8.']):not([value='8']) span {
    width: 85%; }
  #sub_dossier #progress progress[value^='7']:not([value^='7.']):not([value='7']) span {
    width: 75%; }
  #sub_dossier #progress progress[value^='6']:not([value^='6.']):not([value='6']) span {
    width: 65%; }
  #sub_dossier #progress progress[value^='5']:not([value^='5.']):not([value='5']) span {
    width: 55%; }
  #sub_dossier #progress progress[value^='4']:not([value^='4.']):not([value='4']) span {
    width: 45%; }
  #sub_dossier #progress progress[value^='3']:not([value^='3.']):not([value='3']) span {
    width: 35%; }
  #sub_dossier #progress progress[value^='2']:not([value^='2.']):not([value='2']) span {
    width: 25%; }
  #sub_dossier #progress progress[value^='1']:not([value^='1.']):not([value='1']):not([value='100']) span {
    width: 15%; }
  #sub_dossier #progress progress span {
    -webkit-transition: width 1.6s linear;
    -moz-transition: width 1.6s linear;
    -o-transition: width 1.6s linear;
    transition: width 1.6s linear; }

/* ----------------------------- */
/* == Style Credimedia form           */
/* ----------------------------- */
/*
Author: Mennetrier cyril, Azaryl
Description: Style form credimedia
*/
.orange #sub_dossier {
  border: 1px solid #FF7F00; }
  .orange #sub_dossier .h2-like {
    background-color: #FF7F00;
    color: #fff;
    border-bottom: 3px solid #ea7500; }
  .orange #sub_dossier .hn-colorize {
    background-color: #187406; }
  .orange #sub_dossier fieldset {
    border-bottom: 1px solid #FF7F00; }
    .orange #sub_dossier fieldset.hide {
      border: none; }
    .orange #sub_dossier fieldset.radio .label_like {
      border-bottom: 1px dashed  #FF7F00; }
  .orange #sub_dossier input[type="radio"]:checked + label,
  .orange #sub_dossier input[type="radio"] + label:hover, .orange #sub_dossier input[type="checkbox"]:checked + label,
  .orange #sub_dossier input[type="checkbox"] + label:hover {
    background: #FF7F00;
    color: #fff; }
  .orange #sub_dossier button,
  .orange #sub_dossier .resume_sub {
    background: #FF7F00;
    border: 1px solid #ea7500;
    border-bottom: 3px solid #ea7500; }
  .orange #sub_dossier #all_nav #step_nav li div,
  .orange #sub_dossier #all_nav #step_nav li button {
    background: #FF7F00;
    border: 1px solid #ea7500;
    border-bottom: 3px solid #ea7500; }
    .orange #sub_dossier #all_nav #step_nav li div span,
    .orange #sub_dossier #all_nav #step_nav li button span {
      color: #fff; }
  .orange #sub_dossier #progress {
    /* Style de la barre pour Firefox*/
    /* Style de la barre pour Chrome*/ }
    .orange #sub_dossier #progress progress::-moz-progress-bar {
      background: #FF7F00;
      background: -moz-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #FF7F00;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #FF7F00; }
    .orange #sub_dossier #progress progress::-webkit-progress-value {
      background: #FF7F00;
      background: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #FF7F00;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #FF7F00; }

/* ----------------------------- */
/* == Style Credimedia form           */
/* ----------------------------- */
/*
Author: Mennetrier cyril, Azaryl
Description: Style form credimedia
*/
.green #sub_dossier {
  border: 1px solid #187406; }
  .green #sub_dossier .h2-like {
    background-color: #187406;
    color: #fff;
    border-bottom: 3px solid #599B4C; }
  .green #sub_dossier .hn-colorize {
    background-color: #187406; }
  .green #sub_dossier fieldset {
    border-bottom: 1px solid #187406; }
    .green #sub_dossier fieldset.hide {
      border: none; }
    .green #sub_dossier fieldset.radio .label_like {
      border-bottom: 1px dashed  #187406; }
  .green #sub_dossier input[type="radio"]:checked + label,
  .green #sub_dossier input[type="radio"] + label:hover, .green #sub_dossier input[type="checkbox"]:checked + label,
  .green #sub_dossier input[type="checkbox"] + label:hover {
    background: #187406;
    color: #fff; }
  .green #sub_dossier button,
  .green #sub_dossier .resume_sub {
    background: #187406;
    border: 1px solid #599B4C;
    border-bottom: 3px solid #599B4C; }
  .green #sub_dossier #all_nav #step_nav li div,
  .green #sub_dossier #all_nav #step_nav li button {
    background: #187406;
    border: 1px solid #599B4C;
    border-bottom: 3px solid #599B4C; }
    .green #sub_dossier #all_nav #step_nav li div span,
    .green #sub_dossier #all_nav #step_nav li button span {
      color: #fff; }
  .green #sub_dossier #progress {
    /* Style de la barre pour Firefox*/
    /* Style de la barre pour Chrome*/ }
    .green #sub_dossier #progress progress::-moz-progress-bar {
      background: #187406;
      background: -moz-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406; }
    .green #sub_dossier #progress progress::-webkit-progress-value {
      background: #187406;
      background: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #187406; }

/* ----------------------------- */
/* == Style Credimedia form           */
/* ----------------------------- */
/*
Author: Mennetrier cyril, Azaryl
Description: Style form credimedia
*/
.purple #sub_dossier {
  border: 1px solid #520D2B; }
  .purple #sub_dossier .h2-like {
    background-color: #520D2B;
    color: #fff;
    border-bottom: 3px solid #753D55; }
  .purple #sub_dossier .hn-colorize {
    background-color: #187406; }
  .purple #sub_dossier fieldset {
    border-bottom: 1px solid #520D2B; }
    .purple #sub_dossier fieldset.hide {
      border: none; }
    .purple #sub_dossier fieldset.radio .label_like {
      border-bottom: 1px dashed  #520D2B; }
  .purple #sub_dossier input[type="radio"]:checked + label,
  .purple #sub_dossier input[type="radio"] + label:hover, .purple #sub_dossier input[type="checkbox"]:checked + label,
  .purple #sub_dossier input[type="checkbox"] + label:hover {
    background: #520D2B;
    color: #fff; }
  .purple #sub_dossier button,
  .purple #sub_dossier .resume_sub {
    background: #520D2B;
    border: 1px solid #753D55;
    border-bottom: 3px solid #753D55; }
  .purple #sub_dossier #all_nav #step_nav li div,
  .purple #sub_dossier #all_nav #step_nav li button {
    background: #520D2B;
    border: 1px solid #753D55;
    border-bottom: 3px solid #753D55; }
    .purple #sub_dossier #all_nav #step_nav li div span,
    .purple #sub_dossier #all_nav #step_nav li button span {
      color: #fff; }
  .purple #sub_dossier #progress {
    /* Style de la barre pour Firefox*/
    /* Style de la barre pour Chrome*/ }
    .purple #sub_dossier #progress progress::-moz-progress-bar {
      background: #520D2B;
      background: -moz-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #520D2B;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #520D2B; }
    .purple #sub_dossier #progress progress::-webkit-progress-value {
      background: #520D2B;
      background: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), -moz-linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #520D2B;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px), linear-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 60%), #520D2B; }

/* ----------------------------- */
/* ==own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can also link them with a Sass @import */
/* @import "my-styles"; */
