/* Rangeslider */
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
}
.simulateur-column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rangeslider--horizontal {
    height: 10px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
    height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #F08200;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background-color: #F08200;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle {
    position: relative;
}
.rangeslider__handle .value {
    font-family: "DM Sans", sans-serif;
    text-align: center;
    position: absolute;
    line-height: 26px;
    /* color: #FFFFFF; */
    font-size: 20px;
    width: 100%;
    top: 35px;
    left: 0;
    /* color: black; */
}

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
/*.rangeslider--horizontal .rangeslider__handle {
    background-image: url('https://www.edwyn.tech/wp-content/themes/edwyn/img/arrowslr.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    cursor: ew-resize;
}*/

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.simulateur-datas {
    display: none;
}
.simulateur-container{
    max-width: 1140px;
    margin: auto;
}

#clarifications-form {
    opacity: 0;
}

.cst-tabs section.clarifications-clubsec {
    margin-top: 0;
}

.cst-tabs .elementor-column.elementor-col-50 {
    padding: 0 15px;
}

.cst-tabs .elementor-row {
    margin-left: -15px;
    margin-right: -15px;
}

.cst-tabs label {
    font-size: 16px;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
}
.cst-tabs .rangeslider__handle .value {
    font-size: 14px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.cst-tabs .rangeslider__fill {
    background-color: #5BC084;
}
.rangeslider[data-disabled="1"] {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.cst-tabs .rangeslider__handle {
    background-color: #1E472F;
}

.cst-tabs p {
    font-size: 15px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    line-height: normal;
    margin-top: 5px;
    margin-left:50px;
}
.show-mobile{
    display: none;
}

div#salaire {
    font-size: 22px;
    font-weight: 700;
    color: #037815;
    font-family: "Nunito", sans-serif;
    font-weight: 700 !important;
}

.clarification-fm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
}
.clarifications-clubsec-type {
    position: relative;
    z-index: 2;
    padding: 10px 30px;
    display: inline-block;
    line-height: normal;
    border: 2px solid #1E472F;
    border-radius: 5px;
    color: #1E472F;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}
.imageContainer{
    margin: auto;
    text-align: center;
}
.cst-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 9999;
    height: 80px;
    width: 100px;
    cursor: pointer;
}

.clarifications-clubsec-type.active {
    background-color: #1E472F;
    color: #fff;
}

.cst-radio {
    margin: 0 10px;
}

.clarification-fm input#clarifications-form {
    display: none;
}
.simulateur-result h2 {
    font-family: "Poppins", sans-serif;
    font-size: 22px !important;
}


@media only screen and (min-width: 768px) {
  .simulateur-slider{
      width: 50%;
  }
   .simulateur-result{
      width: 50%;
  }

}


@media only screen and (max-width: 768px) {
    .show-mobile{
        display: block;
    }
    .show-desktop{
        display: none;
    }
    .simulateur-slider{
      width: 100%;
    }
   .simulateur-result{
      width: 100%;
    }
    .simulateur-result center {
        font-size: 36px;
        margin: 0 0 15px;
    }
    .simulateur-result h2 {
        font-size: 18px !important;
        line-height: normal !important;
        padding: 0 0 0 !important;
        margin: 0 0 15px;
        text-shadow: none;
        text-align: center;
    }
    .clarifications-clubsec-type {
        padding: 10px 22px;
    }
    .rangeslider__handle {
        width: 30px !important;
        height: 30px !important;
    }
    .simulateur-slider label {
        font-size: 14px;
        position: relative;
        top: -3px;
    }
}
