/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* CHOIX A NOTER */
.subotai_wrapper .subotai  .gsurvey-rating>input:checked~label,
.subotai_wrapper .subotai  .gsurvey-rating:not(:checked)>label:hover,
.subotai_wrapper .subotai .gsurvey-rating:not(:checked)>label:hover~label
{
    background-image: url(assets/images/star-on.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px 64px;
}

.subotai_wrapper .subotai .gsurvey-rating:not(:checked)>label {
    float: right;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 68px!important;
    line-height: 40px;
    color: #ddd;
    background-image: url(assets/images/star-off.png);
    background-repeat: no-repeat;
    background-size: 64px 64px;
    margin-right: 5px;
}


/* CHOIX A TRIER */
.subotai_wrapper .subotai ul.gsurvey-rank {

    padding: 0px;
    margin: 0px;
}

.subotai_wrapper .subotai .gsurvey-rank-choice {
    border-top: 1pxsolidrgba(204,204,204,0);
    border-bottom: 1pxsolidrgba(204,204,204,0);
    padding: 0.5rem 5rem!important;
    width: auto;
    white-space: nowrap;
    background-image: url(assets/images/handle.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 64px 64px;
    line-height: 2rem;
    font-size: 1rem;
}

/* GRAVITY PROGRESS BAR */
.subotai_wrapper .subotai .gf_progressbar_wrapper .gf_progressbar_title {
    font-size: 1rem;
} 

.subotai_wrapper .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: var( --e-global-color-primary );
    color: #fff;
}
.subotai_wrapper .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue span {
    font-size: 1rem;
}

/* BOUTONS GRAVITY */
.subotai_wrapper .subotai .gform_body .gform_page_footer input[type="button"] {
    width: auto !important;
}


.gform_wrapper.gravity-theme .gfield {
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}

.gform_confirmation_message {
    font-size: var(--e-global-typography-3b725bc-font-size);
    text-align: center;
    margin-top: 50px;
    color: var(--e-global-color-primary);
    font-weight: 500;
}






