#page_0 .rond_config.electrolyseur h1 {
    padding-top: 55px !important;
    padding-bottom: 0px !important;
}
input[name='heures_filtration'] {
    margin-top: 37px;
}
#page_6_e sup {
    vertical-align: super;
}
#page_6_e .help {
    height: auto;
    width: auto;
    padding: 0px 20px 0px 50px;
    margin-left: 10px;
    margin-top: 90px;
    background-position: left center;
    text-align: left;
    font-size: 14px;
    color: #fff;
}
.radio_group {
    clear: both;
    text-align: center;
    margin-bottom: 25px;
}
.radio_group .radio {
    display: inline-block;
}
.radio_group div.radio:first-of-type {
    margin-right: 20px;
}
.no_absolute {
    position: relative !important;
    left: 0 !important;
}
.blockResultats{
    background: none;
    color: #00446b;
    position: absolute;
    padding: 5px !important;
    z-index: 10;
    top: 0px;
    margin: 0;
    width: 275px;
    left: calc(50% - 142px);
    font-size: 14px;
    font-weight: 700;
}
.previous_choice img, .next_choice img{
	display: none !important;
}
.pompes .blockResultats {
    padding: 3px !important;
    width: 100%;
    left: 0px;
}
.robots .blockResultats{
    left: calc(50% - 118px);
}

p.resultat_electrolyseur {
    background: #007ac2;
    color: #fff;
    padding: 10px 20px;
    margin: 5px;
    width: 80%;
    position: absolute;
    top: 20px; left: 10% !important;
    font-size: 18px;
}
p.resultat_electrolyseur span {
    font-weight: normal;
}
.no_result {
    display: inline-block;
    background-color: #fff;
    width: 70%;
    padding: 20px;
}
.no_result span, .no_result img {
    margin : 20px 0;
}
#resultat_electrolyseur {
    font-weight: bold;
}
p.resultat_electrolyseur img.mano {
    height: 25px; width: auto;
    vertical-align: middle; margin-right: 15px;;
    font-weight: normal;
}
span.cadre {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #fff;
    margin : 10px;
}
.conseil {
    display: block;
    padding: 5px;
    color: #007ac2;
    background-color: #fff;
    font-size: 14px;
}
.conseil .logo {
    margin-right: 5px; height: 18px; vertical-align: middle;
}
.previous_choice-robot.previous_choice-electrolyseur {
    left: 28px !important;
}


.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position:absolute;
    bottom: 5px;
    left: 100px; right: 100px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  
      font-size: 12px;
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 4px solid #64BCDA;
    width: 100%;
    top: 8px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #64BCDA;
    width: 100%;
    top: 8px;
    left: 50%;
    z-index: 2;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #64BCDA;
    margin-bottom: 6px;
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;

  }
  
  .stepper-item.active {
    font-weight: bold;
    color: #fff;
  }
  .stepper-item.active .step-counter {
    background-color: #fff;
    color: #007ac2;
  }  
  .stepper-item.completed .step-counter {
    background-color: #007ac2;
    color: #fff;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #007ac2;
    width: 100%;
    top: 8px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }

#electrolyseur_grid {
    position: absolute;
    top: 120px;
    left: 5%;
    width: 90%;
    bottom: 30px;
    display: block;
    /*flex-flow: row nowrap;
    justify-content: center;
    align-items: center;*
    gap: 20px;
    overflow-x:auto;*/
}
.electrolyseur_grid_item {
    /*display: grid;*/
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}
.electrolyseur_grid_item img {
    max-height: 80px;
}

#electrolyseur_product_view {
    position: absolute;
    top: 70px;
    left: 10%;
    right: 10%;
    width: 80%;
    bottom: 50px;
    overflow-y:auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-content:  space-between;

}
.electrolyseur_product_view_inner {
    display: flex;
    flex-direction: row;
    align-items:  center;
    justify-content:  space-between;

}.electrolyseur_product_view_inner p {
    padding-left: 30px !important;

}
#electrolyseur_product_view .titrePage8 {
    font-size: 22px;
    text-align: center;
    margin: 5px 0 20px 0;
}
#electrolyseur_product_view img {
    max-height: 160px;
    /*float: right;*/
    margin-left: 20px;
}
#electrolyseur_product_view ul {
    /*list-style-type: "\2713";*/
    list-style-type: "\1F5F8";
    font-size: 14px;
}
#electrolyseur_product_view li {
    padding-left: 10px;
    padding-bottom: 5px;
}
.voirPlus span {
    display: inline-block;
    padding: 5px 20px;
    background-color: #00446b;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;

}
.voirPlus span:hover {
    background-color: #007ac2;

}
.retour_liste {
    background: url(../img/icon_nouvelle_simulation_mobile.jpg) top left no-repeat #00446b;
    bottom: 8px;
    position: absolute;
    min-width: 270px;
    left: calc(50% - 135px);
    height: 34px;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}
.slider {
    width: 100%;
    height: 300px;
  }
  
  .wrapper {
    overflow: hidden;
    position: relative;
    min-width: 100%;
    height: 300px;
    z-index: 1;
    display: flex;
    align-items: center;
  }
  
  .slides {
    display: flex;
    position: relative;
    gap: 20px;
    top: 0;
    left: 0;
  }
  
  .slides.shifting {
    transition: left .2s ease-out;
  }
  
  .slide {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    border-radius: 2px;
    width: 150px;
  }
  
  .slider.loaded {
    
  }
.control {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    z-index: 2;
  }
  
  .prev_slider,
  .next_slider {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .prev_slider {
    background-image: url(../img/previous_on.png);
    left: -50px;
  }
  
  .next_slider {
    background-image: url(../img/next_on.png);
    right: -50px;
  }
  .prev_slider:hover {
    background-image: url(../img/previous.png);
  }
  .next_slider:hover {
    background-image: url(../img/next.png);
  }
  
  .prev_slider:active,
  .next_slider:active {
    transform: scale(.8);
  }
  
  .dots i{
    display:inline-block;
    width:10px;
    height:10px;
    background:#00446b;
    border-radius: 50%;
    margin: 2px;
    cursor: pointer;
}
  
  .dots i.active {
    background:white;
    cursor: default;
} 
@media screen and (max-width: 500px) {
    #electrolyseur_grid {
        position: relative;
        text-align: center;
        top: 30vh;
    }
    .slider {
        height: auto;
        align-items: center;
    }
    .wrapper {
        overflow: visible;
        height: auto;
        display: block;
    }
    .slides {
        flex-wrap: wrap;
        justify-content: center;
    }
    #electrolyseur_product_view {
        width: auto;
    }
    #page_5_e .box_config, #page_6_e .box_config, #page_7_e .box_config, #page_8 .box_config {
        width: 100%;
        padding: 0;
        left: 0px;
        top: 0px;
        height: 100%;
    }
    #page_5_e .previous, #page_6_e .previous, #page_7_e .previous {
        left: 25px;
        position: absolute;
        bottom: 18px;
    }
    #page_5_e .next, #page_6_e .next, #page_7_e .next {
        right: 25px;
        position: absolute;
        bottom: 18px;
    }
    .blockResultats{
        width: 80% !important;
    }
    .previous_choice img, .next_choice img{
        display: none !important;
    }
    .pompes .blockResultats {
        padding: 3px !important;
        width: 100%;
        left: 0px;
    }
    .robots .blockResultats{
        left: calc(50% - 118px);
    }
    .reception_mail {
        width: auto !important;
    }
    .electrolyseur_product_view {
        flex-wrap: wrap;
        height: max-content;
    }
    .electrolyseur_product_view_inner {
        flex-direction: column;
        align-content: space-around;
        flex-wrap: wrap;
        height: 100%;
    }
    .electrolyseur_product_view_inner img {
        max-height: none !important;
        max-width: 80%;
        margin: 20px;
        display: block;
    }
    .electrolyseur_product_view_inner p {
        margin: 10px !important;
        display: block;
    }
    #main_configurateur .navigation.hidden_grand {
        display: none !important;
    }
    .stepper-wrapper {
        bottom: 0px;
    }
    #page_1 .stepper-wrapper {
        bottom: 20px;
    }
    .stepper-item.active .step-counter {
        border: 1px solid #007ac2;
    }
}

.reception_mail {
    display: inline-block;
    left: -5px;
    width: 264px;
    height: 38px;
    background: #c2c2c2;
    padding: 10px 0 2px 30px;
    bottom: -5px;
    cursor: pointer;
}
.reception_mail img {
    float: left !important;
    margin: 0px 13px 2px 0 !important;
}
.reception_mail {
    display: block;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}