.custom-control-label::before {
    top: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #4BBCCE;
    background-color: #4BBCCE;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}

.config-label-check {
    display:flex;
    margin-left: 40px;
    margin-top: -10px;
    max-width: 300px;
}

.config-label-liste {
    display:flex;
    margin-left: 20px;
    margin-bottom: 10px;
}
.config-label-radio {
    display:flex;
    margin-left: 10px;
    margin-top: 0;
    padding-right: 60px;
}
    
.radio-button-config, .checkbox-button-config, .liste-button-config {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.0em;
    cursor: pointer;
}

.checkbox-button-config {
    margin-left: 20px;
}

.liste-button-config {
    margin-left: 0;
}

.radio-button-config-mini {
    font-size: 11px;
    line-height: 17px;
}

label.radio-button-config {
    border: 2px solid rgba(25, 73, 87, 0.2);
    width: 100%;
    height: 55px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    margin-bottom: 0;
}
label.radio-button-config-actif {
    /*border: 3px solid #4BBCCE;*/
    border: 3px solid #FFE900;
    padding-left: 9px;
    height: 55px;
}
label.radio-button-config.disabled {
    background-color: rgba(25, 73, 87, 0.2);
    color: rgba(28, 34, 36, 0.4);
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    /*top: 13.3333333333px;*/
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    /*
    height: 40px;
    width: 40px;
    */
    height: 20px;
    width: 20px;
    background: none;
    /*border: #adb5bd solid 2px; */
    border: 2px solid #4BBCCE;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input-mini {
    height: 25px;
    width: 25px;
    border-width: 1px;
    top: 8.3333333333px;
}
/*
.option-input:hover {
    background: #9faab7;
}*/
.option-input:checked {
    /*
    background: #4BBCCE;
    border-color: #4BBCCE;
    */
    background: #FFE900;
    border-color: #FFE900;
}


.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio {
    /*border-radius: 50%;*/
    border: none;
    height: 0;
    width: 0;
}

.option-input.check-option, 
.option-input.pack-select {
    /*border: 2px solid #4BBCCE;*/
    border: 2px solid #FFE900;
}

.option-input.check-option:hover,
.option-input.pack-select:hover {
    /*background: #4BBCCE;*/
    background: #FFE900;
}
.option-input.check-option:checked::before,
.option-input.pack-select:checked::before 
{
    position: absolute;
    display: inline-block;
    /*content: '\2716';*/       /* une croix X */
    /* top: -1px; left: 2px; */
    content: '\2713';       /* check mark */
    left: 2.5px;
    font-weight: bold;
    color: #000;
}

/*
.option-input.radio::after {
    border-radius: 50%;
}
*/
.option-input.radio:disabled, .disablelabel {
    border-color: lightgray;
    color: lightgray;
}
.disablelabel .option-input.radio:hover {
    background-color: white;
}

.option-input.pack-select:disabled {
    background-color: #dfe5e9;
    border-color: #dfe5e9;
}

.option-input.pack-select.pack-checked-disabled {
    background-color: #b99aa0;
    border-color: #b99aa0;
}

.form-radio-lib-disabled {
    color: #dfe5e9;
}


.div-checkbox {
    width: 100%;
    padding-right: 10px;
}

.prix-pack, .prix-option1N, .prix-option-check, .prix-option-accessoire {
    float: right;
    position: relative;
}

.prix-pack {
    top: 8px;
    font-weight: 600;
}

.prix-option1N {
    top: -15px;
    font-weight: 600;
}

.prix-option-check {
    top: 8px;
    font-weight: 600;
}

.prix-option-accessoire {
    top: 0;
    font-weight: 600;
}
