.simulateur-intro {
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #57585b;
}

.simulateur-etapes {
  margin: 0 0 50px;
  padding: 30px 0;
  background: #f0f0f0;
  overflow: hidden;
}

.simulateur-etapes li {
  float: left;
  padding-left: 30px;
  width: 33.33%;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  color: #43596b;
  overflow: hidden;
}

@media all and (max-width: 830px) {
  .simulateur-etapes li {
    padding-left: 10px;
  }
}
.simulateur-etapes li .num {
  float: left;
  margin: -6px 6px 10px 0;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 52px;
  line-height: 3.25rem;
}
@media all and (max-width: 950px) {
  .simulateur-etapes li .num {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}
.simulateur-etapes li .label {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media all and (max-width: 950px) {
  .simulateur-etapes li .label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
.simulateur-etapes li .label strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media all and (max-width: 950px) {
  .simulateur-etapes li .label strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.simulateur-etapes li .hr {
  display: block;
  clear: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 0;
  text-align: left;
  font-size: 0;
  border: 0;
  border-top: 2px solid #e1dcd5;
}

.simulateur-pai .form-simulateur .title-lvl2 {
  margin: 0 0 40px;
  padding: 0 0 15px;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #43596b;
  border-bottom: 1px solid #e1dcd5;
}
.simulateur-pai .form-simulateur fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.simulateur-pai .form-simulateur .title-lvl3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #43596b;
}
.simulateur-pai .form-simulateur .form-case {
  margin: 0 0 40px;
  padding: 30px;
  background: url(https://media.nazaretta.fr/upload/img/background-stripes2.png) repeat;
}
.simulateur-pai .form-simulateur .form-case .hr {
  margin: 30px 0;
}
.simulateur-pai .form-simulateur .form-case .mentions {
  margin: 0 0 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #57585b;
}
.simulateur-pai .form-simulateur .radio-content {
  position: relative;
  font-size: 0;
}
.simulateur-pai .form-simulateur .radio-content label {
  background-color: #f0f0f0;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 12px 0;
  width: 30%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  border: 1px solid #e1dcd5;
}
.simulateur-pai .form-simulateur .radio-content label:hover {
  color: white;
  background: #d01c34;
  border: 1px solid #d01c34;
}
.simulateur-pai .form-simulateur .radio-content .label-radio + input[type="radio"] + label {
  margin: 0;
}
.simulateur-pai .form-simulateur .radio-content div input:first-child + label {
  margin: 0;
}
.simulateur-pai .form-simulateur .radio-content :checked + label {
  color: white;
  background: #d01c34;
  border: 1px solid #d01c34;
}
.simulateur-pai .form-simulateur .radio-content .checked + label {
  color: white;
  background: #d01c34;
  border: 1px solid #d01c34;
}
.simulateur-pai .form-simulateur label, .simulateur-pai .form-simulateur .label-radio {
  display: block;
  width: auto;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: black;
  cursor: pointer;
}
.simulateur-pai .form-simulateur label.error {
    color: red;
}
.simulateur-pai .form-simulateur input[type="text"], .simulateur-pai .form-simulateur input[type="number"]  {
  display: block;
  padding: 0 13px;
  width: 100%;
  height: 50px;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #57585b;
  border: 1px solid #ccc;
}
.ie8 .simulateur-pai .form-simulateur input[type="text"], .ie8 .simulateur-pai .form-simulateur input[type="number"] {
  padding-top: 13px;
}
.simulateur-pai .form-simulateur input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.simulateur-pai .form-simulateur select {
  -webkit-appearance: none;
  display: block;
  padding: 0 0 0 13px;
  width: 250px;
  height: 50px;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #57585b;
  background: #fff url(https://media.nazaretta.fr/nfr2014/img/select-arrow.png) no-repeat right center;
  background-size: 23px 6px;
  border: 1px solid #ccc;
}
.ie8 .simulateur-pai .form-simulateur select, .ie9 .simulateur-pai .form-simulateur select, .ff .simulateur-pai .form-simulateur select {
  background: white !important;
}
.ff .simulateur-pai .form-simulateur select {
  padding-top: 4px;
}
.ie8 .simulateur-pai .form-simulateur select {
  padding: 13px 0 13px 13px;
}
.simulateur-pai .form-simulateur option {
  padding: 0 0 0 13px;
}
.simulateur-pai .form-simulateur .submit {
  vertical-align: top;
  margin: auto;
  margin-bottom: 1em;
  width: 280px;
  height: 45px;
  text-transform: uppercase;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  line-height: 2.8125rem;
  color: white;
  background: #d01c34;
  border: 0;
  float: none;
  -webkit-transition: background 0.15s;
  -moz-transition: background 0.15s;
  -ms-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
.simulateur-pai .form-simulateur .submit:hover {
  background: #8e9ba6;
}
.simulateur-pai .form-simulateur .simulateur-progression {
  display: flex;
  flex-direction: column;
  margin: 0 0 45px;
  width: 100%;
  height: 45px;
  overflow: hidden;
  -webkit-transition: width 0.15s;
  -moz-transition: width 0.15s;
  -ms-transition: width 0.15s;
  -o-transition: width 0.15s;
  transition: width 0.15s;
}
@media all and (max-width: 880px) {
  .simulateur-pai .form-simulateur .simulateur-progression {
    width: 40%;
  }
}
.simulateur-pai .form-simulateur .simulateur-progression .title {
  display: block;
  margin: 0 0 6px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #57585b;
}
.simulateur-pai .form-simulateur .simulateur-progression .etapes {
  display: flex;
  font-size: 0;
}
.simulateur-pai .form-simulateur .simulateur-progression .etape {
  width: auto;
  flex: 1;
}
.simulateur-pai .form-simulateur .simulateur-progression .etape .barre {
  margin: 0 0 6px;
  width: 100%;
  height: 4px;
  background: #f0f0f0;
}
.simulateur-pai .form-simulateur .simulateur-progression .etape span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #57585b;
}
.simulateur-pai .form-simulateur .simulateur-progression .etape.current .barre {
  background: #d01c34;
}
.simulateur-pai .form-simulateur .simulateur-progression .etape.current span {
  font-weight: bold;
  color: #d01c34;
}
.simulateur-pai .form-simulateur .question-mark {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 6px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  background: #fff url(https://media.nazaretta.fr/nfr2014/img/question-mark.png) no-repeat;
  background-size: 20px 20px;
  cursor: help;
}
.ie8 .question-mark {
  background-image: url(https://media.nazaretta.fr/nfr2014/img/question-mark-ie8.png);
}
.simulateur-pai .form-simulateur .hr {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 0;
  border: 0;
  border-top: 1px solid #e1dcd5;
}
.simulateur-pai .form-simulateur .line-space {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 0;
  border: 0;
}
.simulateur-pai .form-simulateur .line-space-question {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 0;
  border: 0;
}
.simulateur-pai .form-simulateur .mentions {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #57585b;
}

.warning-cdd {
  display: block;
  text-align: justify;
  clear: both;
  float: none;
  margin: 3em;
}

div.mentions {
  text-align: center;
}

div.mentions a {
  color: inherit;
  text-decoration: underline;
}

.intro-pai {
  margin: 6px 0px 6px 0px;
  padding: 0 0 15px;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  line-height: 22px;
  line-height: 1.375rem;
  color: #43596b;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

input[type='number'] {
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.euro-after-once:after {
  content: '€';
  position: absolute;
  right: 7px;
  top: 46px;
  color: #999;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 1.575rem;
}

.euro-after:after {
  content: '€/mois';
  position: absolute;
  right: 7px;
  top: 46px;
  color: #999;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 1.575rem;
}

.euro-after-p {
  margin-bottom: 10px;
}

.euro-after-p:after {
  content: '€/mois';
  position: absolute;
  right: 7px;
  top: 46px;
  color: #999;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 1.575rem;
}

#send_form {
    font-size: 24px;
    font-weight: 100;
    padding: 17px 34px;
    letter-spacing: 1px;
}
.simulateur-intro {
  margin: 0 0 10px;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #57585b; }
.contact-pinel .simulateur-intro {
  margin: 0 0 10px;
}

.simulateur-etapes {
  margin: 0 0 50px;
  padding: 30px 0;
  background: #f0f0f0;
  overflow: hidden; }
  .simulateur-etapes li {
    float: left;
    padding-left: 30px;
    width: 33.33%;
    font-family: 'Johan','Trebuchet MS',sans-serif;
    color: #43596b;
    overflow: hidden; }
    @media all and (max-width: 830px) {
      .simulateur-etapes li {
        padding-left: 10px; } }
    .simulateur-etapes li .num {
      float: left;
      margin: -6px 6px 10px 0;
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 52px;
      line-height: 3.25rem; }
      @media all and (max-width: 950px) {
        .simulateur-etapes li .num {
          font-size: 40px;
          font-size: 2.5rem;
          line-height: 52px;
          line-height: 3.25rem; } }
    .simulateur-etapes li .label {
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px;
      line-height: 1.125rem; }
      @media all and (max-width: 950px) {
        .simulateur-etapes li .label {
          font-size: 16px;
          font-size: 1rem;
          line-height: 16px;
          line-height: 1rem; } }
      .simulateur-etapes li .label strong {
        display: block;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 20px;
        line-height: 1.25rem; }
        @media all and (max-width: 950px) {
          .simulateur-etapes li .label strong {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 20px;
            line-height: 1.25rem; } }
    .simulateur-etapes li .hr {
      display: block;
      clear: left;
      margin: 0;
      padding: 0;
      width: 26px;
      height: 0;
      text-align: left;
      font-size: 0;
      border: 0;
      border-top: 2px solid #e1dcd5; }

.ptz-result{
    padding-top:20px;
}

.form-simulateur .title-lvl2 {
  margin: 0 0 40px;
  padding: 0 0 15px;
  text-transform: none;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #43596b;
  border-bottom: 1px solid #e1dcd5; }

.form-simulateur h2.encart {
  margin-left: 35px;
  margin-bottom: 50px;
  width: 358px;
  padding: 15px 18px;
  z-index: 2;
  font-weight: normal;
  font-size: 20px;
  color: #FFF;
  background-color: #b6bf00;
  box-shadow: 4px 4px 4px #9C9C9C;
}

.form-simulateur fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
.form-simulateur .title-lvl3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #43596b; }
.ptz-result .form-simulateur .title-lvl3, .retraite-result .form-simulateur .title-lvl3 {
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #0098c3; }
.form-simulateur .form-case {
  margin: 0 0 20px;
  padding: 30px;
  background: #f0f0f0; }
  .form-simulateur .form-case .hr {
    margin: 30px 0; }
  .form-simulateur .form-case .mentions {
    margin: 0 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #57585b; }
.form-simulateur .radio-content {
  position: relative;
  font-size: 0; }
  .form-simulateur .radio-content label {
    display: inline-block;
    margin: 1%;
    padding: 12px 0;
    width: 30%;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    border: 1px solid #e1dcd5;
    background-color:#f0f0f0;
    text-transform: uppercase;
    color: black;}
  .form-simulateur .radio-content #nxt_sim_ptz_typeAchat label {
    width: 100%;}
    .form-simulateur .radio-content label:hover {
      color: white;
      background: #d01c34;
      border: 1px solid #d01c34; }
    .pinel-result .form-simulateur .radio-content label:hover {
      color: white;
      background: #E79F0F;
      border: 1px solid #E79F0F; }

  .form-simulateur .radio-content .label-radio + input[type="radio"] + label {
    margin: 0; }
  .form-simulateur .radio-content :checked + label {
    color: white;
    background: #d01c34;
    border: 1px solid #d01c34; }
  .form-simulateur .radio-content .checked + label {
    color: white;
    background: #d01c34;
    border: 1px solid #d01c34; }

.pinel-result .form-simulateur .radio-content :checked + label {
    color: white;
    background: #E79F0F;
    border: 1px solid #E79F0F; }
.pinel-result .form-simulateur .radio-content .checked + label {
    color: white;
    background: #E79F0F;
    border: 1px solid #E79F0F; }

.form-simulateur label, .form-simulateur .label-radio {
  display: block;
  margin: 0 0 20px;
  /*text-transform: uppercase;*/
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: #3F586E;
  cursor: pointer; }
.form-simulateur input[type="text"], .form-simulateur input[type="number"]  {
  display: block;
  padding: 0 13px;
  width: 100%;
  height: 50px;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #57585b;
  border: 1px solid #e1dcd5; }
  .ie8 .form-simulateur input[type="text"] {
    padding-top: 13px; }
  .ie8 .form-simulateur input[type="number"] {
    padding-top: 13px;
    width: 283px; }
.form-simulateur input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0); }
.form-simulateur select {
  -webkit-appearance: none;
  display: block;
  padding: 0 0 0 13px;
  width: 283px;
  height: 50px;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #57585b;
  background: white url(https://media.nazaretta.fr/nfr2014/img/select-arrow.png) no-repeat right center;
  background-size: 23px 6px;
  border: 1px solid #e1dcd5; }
  .ie8 .form-simulateur select, .ie9 .form-simulateur select, .ff .form-simulateur select {
    background: white !important; }
  .ff .form-simulateur select {
    padding-top: 4px; }
  .ie8 .form-simulateur select {
    padding: 13px 0 13px 13px; }
.form-simulateur option {
  padding: 0 0 0 13px; }
.form-simulateur .submit {
  display: block;
  float: right;
  width: 280px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Johan','Trebuchet MS',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  color: white;
  background: #d01c34;
  border: 0;
  -webkit-transition: background 0.15s;
  -moz-transition: background 0.15s;
  -ms-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s; }
  .form-simulateur .submit:hover {
    background: #8e9ba6; }
.form-simulateur .simulateur-progression {
  float: left;
  margin: 0 0 45px;
  width: 50%;
  height: 45px;
  overflow: hidden;
  -webkit-transition: width 0.15s;
  -moz-transition: width 0.15s;
  -ms-transition: width 0.15s;
  -o-transition: width 0.15s;
  transition: width 0.15s; }
  @media all and (max-width: 880px) {
    .form-simulateur .simulateur-progression {
      width: 40%; } }
  .form-simulateur .simulateur-progression .title {
    display: block;
    margin: 0 0 6px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Johan','Trebuchet MS',sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #57585b; }
  .form-simulateur .simulateur-progression .etapes {
    width: 100%;
    font-size: 0; }
  .form-simulateur .simulateur-progression .etape {
    display: inline-block;
    margin-right: 1px;
    width: 32%; }
    .form-simulateur .simulateur-progression .etape .barre {
      margin: 0 0 6px;
      width: 100%;
      height: 4px;
      background: #f0f0f0; }
    .form-simulateur .simulateur-progression .etape span {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Johan','Trebuchet MS',sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 14px;
      line-height: 0.875rem;
      color: #57585b; }
    .form-simulateur .simulateur-progression .etape.current .barre {
      background: #d01c34; }
    .form-simulateur .simulateur-progression .etape.current span {
      font-weight: bold;
      color: #d01c34; }
    .form-simulateur .question-mark {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -28px;
    top: 18px;
    background: white url(https://media.nazaretta.fr/nfr2014/img/question-mark.png) no-repeat;
    background-size: 20px 20px;
    z-index: 10;
    }
    .ie8 .question-mark {
    background-image: url(https://media.nazaretta.fr/nfr2014/img/question-mark-ie8.png);}
    .form-simulateur .question-mark-special {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -18px;
    background: white url(https://media.nazaretta.fr/nfr2014/img/question-mark.png) no-repeat;
    background-size: 20px 20px;}
    .ie8 .question-mark-special {
    background-image: url(https://media.nazaretta.fr/nfr2014/img/question-mark-ie8.png);}
.form-simulateur .hr {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 0;
  border: 0;
  border-top: 1px solid #e1dcd5; }
.form-simulateur .line-space {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 0;
  border: 0; }
.form-simulateur .line-space-question {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 0;
  border: 0; }
.form-simulateur .mentions {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #57585b; }

/*Ajout LK*/
.form-simulateur .form-case {
    padding: 20px 30px 0;
    background: url(https://media.nazaretta.fr/upload/img/background-stripes2.png) repeat;}
.form-simulateur .form-case .hr {
    margin:10px 0 0;}
.form-simulateur label, .form-simulateur .label-radio{
    display: inline-block;
    width:50%;
    padding-right:30px;}
.form-simulateur label, .form-simulateur .form-element{
    display:inline-block;
    width:50%;
    vertical-align: middle;
}
.form-simulateur .radio-list label{display:block;
    width:100%;}
.form-simulateur .radio-content .type_approche label{
    width:45%;}
.form-simulateur .radio-content .nb_enfant label{
    width:14%;
    margin: 0 5px 0 0;}
.ie8 .form-simulateur .radio-content .nb_enfant label{
    width:13.5%;}
.form-simulateur .radio-content .prjtypezone2 label{
    width:22%;
    text-transform: none;
    margin: 0 5px 0 0;}
.form-simulateur .radio-content .prjtypezone2 label:first-of-type{
    width:26%;
}
div.row_type_approche{
    display:table;
    width:100%;}
div.row_type_approche div.input{
    /*display:inline-block;*/
    float:left;
    display:block;
    width:45%;
    margin: 0 25%;}

.contact-form .title-lvl4 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Johan','Trebuchet MS',sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 18px;
    line-height: 1.3125rem;
    color: #CD042E; }

.contact-form .engagement {
    font-size: 16px;
    font-size: 1rem;
    color: black;
}

.bloc-informations{width:100%;background-color: #F6F6F6;padding:5%;margin-bottom: 35px;position:relative;color: #43596b;}
.bloc-informations .bloc-informations-content{
    padding: 10px 10%;
}
.bloc-informations .informations {
    background: url(https://media.nazaretta.fr/nfr2014/img/informations.png) no-repeat 0 0 transparent;
}

.parametres-zone-mentions{margin:-15px 0 30px 0;color:#8e8e8e;font-size:0.8rem;}

.pinel-result .phrase_accroche strong.exergues, .pinel-result .col-md-3 {
    color:#EA9D11;
}

.pinel-result .tab-cta .active, .pinel-result .txt-top, .pinel-result .tab-cta .onglet .txt-bottom {
    color: #57585b;
}

.pinel-result .active {
    background-color:#FBFBFB;
}

.contact-pinel .faps .gratis {
  margin-left:-10px;
}

.page .content .container .page-content .savoir-plus-pinel p, .page .content .container .page-content .savoir-plus-pinel li {
    font-size:1rem;
}

.simulateur-common .form-simulateur .radio-content label, .pinel .form-simulateur .radio-content label {
    width: auto;
    display: inline-block;
    padding: 12px 14px;
}

.ptz .form-simulateur .radio-content #nxt_sim_ptz_typeAchat label {
    width: calc( 49% - 5px );
    margin-bottom: 10px;
    margin-left: 0px;
}

.ptz .form-simulateur .radio-content #nxt_sim_ptz_typeAchat label:nth-child(4),
.ptz .form-simulateur .radio-content #nxt_sim_ptz_typeAchat label:nth-child(8) {
    margin-left: 10px;
}

.ptz .form-simulateur .radio-content #nxt_sim_ptz_typeAchat label:nth-child(6),
.ptz .form-simulateur .radio-content #nxt_sim_ptz_typeAchat label:nth-child(8) {
    margin-bottom: 0px;
}

header.header-pinel h1.iframe {
    font-family: 'Johan','Trebuchet MS',sans-serif;
    font-size: 34px;
    font-size: 1.325rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #43596b;
}

.retraite-result .form-simulateur .label-radio {
  vertical-align: top;
  padding-top: 10px;
}

.row.mentions a {
  display: block;
  color: #333;
  margin-top:1em;
  text-decoration: underline;
  font-size: 1em;
  text-align: left;
  float: none;
  clear: both;
}

.block-breadcrumb {
  margin: 25px 0 0 10px;
}

.block-breadcrumb .breadcrumb {
  margin: 0;
}

.block-breadcrumb .breadcrumb li {
  display: inline;
  font-size: 13px;
  font-family: 'Johan','Trebuchet MS',sans-serif;
}

.block-breadcrumb .breadcrumb a, .block-breadcrumb .breadcrumb span{
  color: #333;
  font-weight: normal;
}

.block-breadcrumb .breadcrumb >li+li:before {
  content: " > ";
}
.ml {
  font-size: 12px;
  color: #57585B;
  font-weight: normal;
  margin-left: 10px;
  text-decoration: underline;
}
.consentement {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #ffffff;
}
.consentement div:first-child {
  width: 7%;
}
.consentement div:last-child {
  font-size: 13px;
  color: #3F586E;
}
.consentement_error {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #F0DBDB;
}
.consentement_checkbox_text_error {
  font-size: 13px;
  color: #b3071b;
  padding-left: 5px;
}

