.leads-form-pompe-widget .leads-pompe-btn input[type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.leads-form-pompe-widget .leads-pompe-btn input[type=radio]+label {
    font-size: 18px;
    color: #023f75;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.form-leads {
    background-image: radial-gradient(circle at center,#004896 0%,#001766 100%);
}
.form-title {
    background-color: #fff;
    color: #001766;
    margin: 20px 0 0;
    padding: 15px;
    width: 90%;
}
.form-check-list {
    color: #000;
    display: flex;
    justify-content: space-around;
}
.leadspompe_step_title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 15px 0 25px;
    text-align: center;
}
.leads-pompe-btn {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .12), 0 2px 16px 0 rgba(14, 30, 37, .32);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    height: 160px;
    justify-content: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    width: 180px;
}
.leads-pompe-btn img {
    border-radius: 8px;
    margin: 15px 0;
    max-height: 90px;
}
.leads-pompe-btn .leads-pompe-option-text {
    display: block;
}
.leads-pompe-btn .leads-pompe-option-text::before {
    content: ' ';
    display: inline-block;
    border: 2px solid #0e226f;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    vertical-align: sub;
    margin-right: 7px;
}
.leads-pompe-btn:hover {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 15px rgba(95, 95, 95, .8);
    cursor: pointer;
    transform: scale(1.05);
}
.leads-pompe-btn:hover .leads-pompe-option-text::before{
    background-color: #0e226f;
    transition: .4s;
}
.assurance-text {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.float-label-field label {
    font-size: 16px;
    left: 20px;
    opacity: 0.5;
    position: absolute;
    top: 8px;
    transition: all 0.2s ease;
}
.float-label-field.float label {
    color: white;
    font-size: 90%;
    opacity: 1;
    top: -20px;
    transition: all 0.2s ease;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
.btn-style {
    background-color: #fea100;
    position: relative;
    border-radius: 50px 50px 50px 50px;
    overflow: hidden;
    padding-top: 10px!important;
    padding-right: 20px!important;
    padding-bottom: 10px!important;
    padding-left: 20px!important;
    color: #fff;
    font-size: 18px;
    display: block;
}
#rgpd_form {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 11px;
    line-height: normal;
    margin-top: 10px;
    padding: 0 20px;
    text-align: left;
    text-transform: none;
}
#rgpd_form img {
    margin-right: 15px;
    max-width: 55px;
}
.leads_pompe_step_wrapper fieldset {
    margin-top: 15px;
}
.last-step h5 {
    color: #fff;
}
h1 {
    color: #fea100;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
header p {
    color: #004896 ;
    font-size: 24px;
}
.advantages-list li {
    align-items: center;
    display: flex;
    font-size: 18px;
    margin: 10px 0;
}
.header-btn {
    background-color: #fea100;
    align-items: center;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    justify-content: space-evenly;
    width: 300px;
    margin-bottom: 25px;
}
.header-btn a {
    line-height: 20px;
}
.btn a {
    color: #fff;
}
.header-btn span {
    font-size: 14px;
}