.shortcode-q_groupe_wrapper,
.widget-q_groupe_wrapper {
    margin: 35px auto;
    float: none;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.shortcode-q_groupe_wrapper *,
.widget-q_groupe_wrapper * {
    box-sizing: border-box;
}
.shortcode-questions_wrapper,
.widget-questions_wrapper {
    position: relative;
}
.shortcode-questions_wrapper #shortcode-queansform-the_content,
.widget-questions_wrapper #widget-queansform-the_content {
    background: rgba(255, 255, 255, .3);
}
.shortcode-questions_wrapper #shortcode-queansform-the_content > *,
.widget-questions_wrapper #widget-queansform-the_content > * {
    padding: 20px 30px 10px;
}
.shortcode-questions_wrapper #shortcode-queansform-the_content .shortcode-q_groupe_title,
.widget-questions_wrapper #widget-queansform-the_content .widget-q_groupe_title {
    padding: 0;
    margin-bottom: 10px;
}
.shortcode-questions_wrapper #shortcode-queansform-the_content img,
.widget-questions_wrapper #widget-queansform-the_content img {
    max-width: 100%;
    height: auto;
}
.shortcode-questions_wrapper #shortcode-queansform-the_content,
.shortcode-questions_wrapper .shortcode-question_wrapper,
.widget-questions_wrapper #widget-queansform-the_content,
.widget-questions_wrapper .widget-question_wrapper {
    padding-bottom: 75px;
}
.shortcode-question_wrapper,
.widget-question_wrapper {
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.shortcode-q_groupe_title,
.widget-q_groupe_title {
    text-shadow: 3px 3px 0px rgba(150, 150, 150, 0.2);
    width: 100%;
    min-height: 80px;
    padding: 20px;
    font-size: 26px;
    line-height: 36px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.shortcode-q_groupe_title .shortcode-q_groupe-nav,
.widget-q_groupe_title .widget-q_groupe-nav {
    position: absolute;
    margin: auto;
    top: 50%;
    bottom: 0;
    height: 60px;
    line-height: 58px;
    font-size: 2.5rem;
    cursor: pointer;
}
.shortcode-q_groupe_title .shortcode-q_groupe-back,
.widget-q_groupe_title .widget-q_groupe-back {
    left: 22px;
}
.shortcode-q_groupe_title .shortcode-q_groupe-next,
.widget-q_groupe_title .widget-q_groupe-next {
    right: 22px;
}
.shortcode-q_groupe_title .shortcode-q_groupe-disabled,
.widget-q_groupe_title .widget-q_groupe-disabled {
    cursor: default;
    -ms-filter: "progid:DXImageTransform.widget-Microsoft.widget-Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers,
.widget-question_wrapper ul.widget-q_groupe_answers {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li,
.widget-question_wrapper ul.widget-q_groupe_answers li {
    height: 225px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    list-style: none;
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .shortcode-question_wrapper ul.shortcode-q_groupe_answers li,
    .widget-question_wrapper ul.widget-q_groupe_answers li {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .shortcode-question_wrapper ul.shortcode-q_groupe_answers li,
    .widget-question_wrapper ul.widget-q_groupe_answers li {
        width: 25%;
    }
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-elements,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-elements {
    padding: 6px;
    width: 100%;
    height: 100%;
    border: 6px solid transparent;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    overflow: hidden;
    cursor: pointer;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-elements:hover,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-elements:hover {
    border-color: #9f9f9f;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-elements.shortcode-selected,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-elements.widget-selected {
    border-color: #ccc;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-q_groupe_answer-icon,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-q_groupe_answer-icon {
    height: 150px;
    width: 100%;
    background-size: cover 95%;
    background-position: center;
    background-repeat: no-repeat;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-q_groupe_answer-text,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-q_groupe_answer-text {
    height: 50px;
    line-height: 50px;
    border-top: rgba(0, 0, 0, .1) solid 1px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.shortcode-questions_progress,
.widget-questions_progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 68px;
}
.shortcode-questions_progress-total,
.widget-questions_progress-total {
    height: 7px;
    width: calc(100% - 80px);
    margin: auto;
    top: 18px;
    right: 0;
    left: 0;
    position: absolute;
    -webkit-box-shadow: 3px 3px 0 0 #3a32f8;
    -moz-box-shadow: 3px 3px 0 0 #3a32f8;
    box-shadow: 3px 3px 0 0 #3a32f8;
}
.shortcode-questions_progress-progress,
.widget-questions_progress-progress {
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
div.shortcode-questions_progress-steps,
span.shortcode-questions_progress-percent,
div.widget-questions_progress-steps,
span.widget-questions_progress-percent {
    position: relative;
    top: 12px;
    font-weight: bolder;
    font-size: 14px;
    line-height: 14px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
div.shortcode-questions_progress-steps,
div.widget-questions_progress-steps {
    position: absolute;
    right: 0;
}
span.shortcode-questions_progress-percent,
span.widget-questions_progress-percent {
    top: 20px;
    padding: 2px 4px 4px;
    border-radius: 3px;
    min-width: 56px;
    display: inline-block;
}
span.shortcode-questions_progress-percent-triangle,
span.widget-questions_progress-percent-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: -6px;
    right: 0;
    left: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
@media only screen and (min-width: 100px) and (max-width: 950px) {
    .shortcode-q_groupe_title,
    .widget-q_groupe_title {
        text-shadow: 3px 3px 0px rgba(150, 150, 150, 0.2);
        width: 100%;
        min-height: 80px;
        padding: 20px;
        font-size: 16px !important;
        line-height: 18px !important;
        font-weight: bolder;
        text-transform: uppercase;
        text-align: center;
        position: relative;
    }
}
@media only screen and (min-width: 100px) and (max-width: 950px) {
    .shortcode-question_wrapper ul.shortcode-q_groupe_answers,
    .widget-question_wrapper ul.widget-q_groupe_answers {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px !important;
    }
}
@media only screen and (min-width: 100px) and (max-width: 950px) {
    .shortcode-q_groupe_title .shortcode-q_groupe-nav,
    .widget-q_groupe_title .widget-q_groupe-nav {
        position: absolute;
        margin: auto;
        top: 54px !important;
        bottom: 0;
        height: 60px !important;
        line-height: 58px;
        font-size: 2.5rem;
        cursor: pointer;
    }
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
}
div.wpcf7-response-output {
    border: 2px solid #ff0000;
    margin: -12px 0 0 !important;
    padding: 0.2em 1em;
}