:root {

    --primary: #1f0a42;
    --base-font-size: 16px;
    --base-radius: 7px;
    --background: #f1f1f1;
    --border: #e8e8e8;
    --text: #14495e;
    --radio-button-color: #14495e;
    --radio-button-background: #f1f1f1;
    --radio-button-border: #f1f1f1;
    --radio-button-checked-color: #fff;
    --radio-button-checked-background: #1f0a42;
    --radio-button-checked-border: #1f0a42;
}



.cst-radio-button input:checked+label {
    background: var(--radio-button-checked-background);
    border-color: var(--radio-button-checked-border);
    color: var(--radio-button-checked-color);
    font-weight: 600;
}

.cst-form-group {
    margin-bottom: 20px;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cst-form-group__legend {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
}

.cst-form-group__legend.required {
    position: relative;
}

.cst-form-group__legend.required:after {
    bottom: 3px;
    color: var(--text);
    content: "*";
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: -12px;
}

.cst-radio-button-group {
    display: flex;
    flex-wrap: wrap;
   
}

strong {
    font-weight: bold;
}

.cst-radio-button-group .cst-radio-button {
    margin: 0 5px 10px;
    min-width: calc(50% - 10px);
    width: calc(50% - 10px);
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input {
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text);
    font-size: 16px;
    height: 48px;
    padding: 0 15px;
    transition: .15s ease-in;
    width: 100%;
}

.cst-radio-button input {
    display: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

label {
    display: inline;
    font-size: 20px;
    font-weight: 400;
}

.cst-radio-button label {
    align-items: center;
    background: var(--radio-button-background);
    border: 1px solid var(--radio-button-border);
    border-radius: 0px;
    color: var(--radio-button-color);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 62px;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    transition: .15s ease-in;
}

.cst-radio-button input:checked + label {
    background: var(--radio-button-checked-background);
    border-color: var(--radio-button-checked-border);
    color: var(--radio-button-checked-color);
    font-weight: 600;
}


.cst-radio-button label:active,
.cst-radio-button label:focus,
.cst-radio-button label:hover {
    border-color: var(--primary);
}

@media (max-width: 760px) {
    .cst-radio-button-group--mobile-vertical {
        flex-direction:column;
        margin: 0
    }

    .cst-radio-button-group--mobile-vertical .cst-radio-button {
        margin: 0 0 10px;
        min-width: 100%;
        width: 100%
    }
}

/* Slider */ 


.rangeslider-horizontal .rangeslider__fill {
    background: #fb6238;
}
.rangeslider-horizontal .rangeslider__handle {
    background: #fb6238;
    border: 2px solid #fb6238;
}
.rangeslider-horizontal .rangeslider__handle:after {
    background: #fb6238;
}
.rangeslider-horizontal .rangeslider__handle-tooltip {
    background: #fb6238;
}
.rangeslider__fill {
    background: #fb6238;
}
.rangeslider__handle {
    border-color: #fb6238;
}
.rangeslider__handle:after {
    background: #fb6238;
}
.rangeslider__handle-tooltip {
    background: #fb6238;
}
.rangeslider__labels .rangeslider__label-item {
    color: #000;
}
/* Style pour les ticks verticaux */
.rangeslider__ticks {
    position: relative;
}
.rangeslider__ticks-vertical {
    width: 2px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.lbl-slide {
    display: block;
    margin-bottom:15px;
}

#soins-value,#pharmacie-value,#dentaire-value,#optique-value,#hospitalisation-value {
    
    padding:15px 0px 15px 0px;
    font-size:16px;
    display: block;
}


.rangeslider--horizontal {
    height: 12px;
}

.rangeslider__handle,
.rangeslider__handle:focus-within,
.rangeslider__handle:active{
    box-shadow: none;
    outline: none;
}


.frm-label {
    display: block;
    margin: 10px 0px;
}

.frm-tt {
    margin-bottom: 0px;
    font-size:28px;
    padding:10px 0px 7px 0px;
}

/*Profession*/

.cst-radio-button-custom-g .cst-radio-button {
    margin: 0 0 10px;
    min-width: 100%;
    width: 100%;
    
}
.cst-radio-button-custom-g .cst-radio-button label {
    justify-content: flex-start;
    text-align: left;
}

.selectok select{
    background: var(--primary)!important;
    border:none!important;
    color: #fff!important;
    font-weight: bold;
    
}
.lst,.lst-c {
    width: 100%;
}

.rangeslider__handle {

    width:33px;
    height:33px;
}

.rangeslider__handle:after {

    width: 15px;
    height: 15px;
}