
/*----------------------------------------------------------------------------------*/
/* RESTITUTION "REF_FORMS_Question_Style_CSS"                                       */
/*----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------*/
/* RESTITUTION "REF_FORMS_Question_Style_CSS_label"                                 */
/*----------------------------------------------------------------------------------*/
.label_marge_20 {
    margin-top: 20px;
}
.text-gris-70 {
    color: #707070;
}
.text-taille-22 {font-size: 22px;}
.text-taille-24 {font-size: 24px;}
.text-lineheight-25 {line-height: 25px;}

/*----------------------------------------------------------------------------------*/
/* RESTITUTION "REF_FORMS_Question_Style_CSS_inner"                                 */
/*----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------*/
/* RESTITUTION "REF_FORMS_Question_Style_CSS_outer"                                 */
/*----------------------------------------------------------------------------------*/

/*---------------- RADIO BOUTON 2 COLS ----------------*/
.flex-radio-twocols {
    display: flex;
    justify-content: space-between;
}
.flex-radio-twocols label {
    width: 48%;
}
.flex-radio-twocols .radio-full {
    width: 48%;
}
.flex-radio-twocols .radio-full label {
    width: 100%;
}

/*---------------- RADIO BOUTON fleche arondi + fleche ----------------*/
.question__answers .radio-roundone .custom-radio-arrow__label::after {
    border: 1px solid white;
    border-radius: 15px;
}
.question__answers .radio-roundone .custom-radio-arrow:checked + .custom-radio-arrow__label::after {

    border: 0;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    
    border-radius: initial;

}