#jeu_comme_on_dit_form{
	opacity: .5;
}

#jeu_comme_on_dit_form.opacity_1{
	opacity: 1;
}

#jeu_comme_on_dit_form form {
    position: relative;
}

#jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_1 {
    background-color: #FFFFFF;
    padding: 2% 2% 2% 2%;
    display: none;
}

#jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_1 p .jcod_bold {
    font-weight: 700;
}

#jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 p {
    color: #FFFFFF;
    font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0 auto 0 auto;
    line-height: 1.3;
    text-align: center;
    max-width: 1400px;
}

#jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 h4.jcod_bravo {
    text-align: center;
    color: #FFCD33;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 auto 20px auto;
    display: none;
    max-width: 1000px;
}

@media only screen and (max-width : 767px) {
    #jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 h4.jcod_bravo {
        font-size: 24px;
    }
}

#jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 p.jcod_bravo {
    margin: 0 auto 40px auto;
    display: none;
}

#jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 p .jcod_bold {
    font-weight: 700;
    text-transform: uppercase;
}

#jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 form {
    margin: 0 auto;
}

#jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 form .jcod_input_group label {
    display: none;
}

#jeu_comme_on_dit_form .jcod_input_group {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

#jeu_comme_on_dit_form .jcod_input_group .jcod_input_item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    padding: 10px;
}

#jeu_comme_on_dit_form .jcod_input_group .jcod_input_item input,
#jeu_comme_on_dit_form .jcod_input_group .jcod_input_item select {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px;
}

#jeu_comme_on_dit_form .jcod_checkbox_group {
    padding: 10px 10px 20px 10px;
}

#jeu_comme_on_dit_form .jcod_checkbox_item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 6px;
}

#jeu_comme_on_dit_form .jcod_checkbox_item label {
    color: #fff !important;
    font-family: "Barlow", sans-serif !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
}

#jeu_comme_on_dit_form .jcod_checkbox_item label a {
    color: #FFCD33;
    text-decoration: none;
}

#jeu_comme_on_dit_form .jcod_checkbox_item input {
    margin-right: 9px;
    margin-top: 6px;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

#jeu_comme_on_dit_form .jcod_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#jeu_comme_on_dit_form .jcod_submit_btn button {
    font-size: 24px;
	font-weight: 600;
    line-height: 1;
    padding: 13px 35px 15px 35px;
	margin-bottom: 20px;
    min-height: 59px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase !important;
    background-color: #eb50c4 !important;
	background-image: none !important;
    color: #fff !important;
}

#jeu_comme_on_dit_form .jcod_submit_btn button:hover {
    background-color: #fff !important;
	background-image: none !important;
    color: #eb50c4 !important;
}

@media only screen and (max-width : 767px) {

    #jeu_comme_on_dit_form .jcod_submit_btn button {
        font-size: 30px;
        padding: 5px 30px 5px 30px;
        min-height: 53px;
    }
}

#jeu_comme_on_dit_form form .filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F57A41;
    opacity: 0;
    cursor: not-allowed !important;
}

.jeu_comme_on_dit_form_merci h3 {
    color: #fff;
    font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0;
    margin: 0 auto .5em auto;
    text-align: center;
    max-width: 1400px;
}

.jeu_comme_on_dit_form_merci p {
    color: #FFFFFF;
    font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0 auto 0 auto;
    line-height: 1.3;
    text-align: center;
    max-width: 1400px;
}

.jeu_comme_on_dit_form_merci p .jcod_bold {
    font-weight: 700;
    text-transform: uppercase;
}

#jeu_comme_on_dit_form_merci {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

@media only screen and (max-width : 767px) {

    #jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_1 {
        padding: 5%;
    }

    #jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_1 p {
        font-size: 18px;
    }

    #jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 p {
        font-size: 18px;
    }

    #jeu_comme_on_dit_form .jcod_input_group {
        display: block;
    }

    #jeu_comme_on_dit_form .jeu_comme_on_dit_form_part_2 form {
        padding: 5%;
    }

    #jeu_comme_on_dit_form .jcod_checkbox_item label {
        font-size: 16px !important;
    }

    #jeu_comme_on_dit_form .jcod_checkbox_item input {
        margin-top: 4px;
    }

    #jeu_comme_on_dit_form .jcod_input_group .jcod_input_item {
        padding: 5px;
    }

    #jeu_comme_on_dit_form .jcod_input_group .jcod_input_item input {
        font-size: 16px;
        min-height: 46px;
        padding: 7px 14px;
    }
}

#jeu_comme_on_dit_form .checkbox-div{
	margin-bottom: 10px;
    padding: 10px;
}

#jeu_comme_on_dit_form .checkbox-div > div{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 6px;
}

#jeu_comme_on_dit_form .checkbox-div > div p{
	margin: 0;
}

#jeu_comme_on_dit_form .checkbox-div input{
	margin-right: 10px;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
	flex: 0 0 20px;
	margin-top: 0px;
    outline: none;
	background-color: #eee;
}

#jeu_comme_on_dit_form .checkbox-div label{
	cursor: pointer;
	margin: 0;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	line-height: 1.3;
    color: #fff;
}

#jeu_comme_on_dit_form .checkbox-div label a {
    text-decoration: none;
    color: #443C6D;
}

#jeu_comme_on_dit_form .checkbox-div label a:hover {
    text-decoration: underline;
    color: #443C6D;
}


@media only screen and (max-width : 767px) {
    #jeu_comme_on_dit_form .checkbox-div label{
        font-size: 16px;
    }
}

#jeu_comme_on_dit_form .checkbox-div input[type="checkbox"]:after {
    content: ' ';
	background-color: #eee;
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
}

#jeu_comme_on_dit_form .checkbox-div input[type="checkbox"]:checked::before {
    background-color: #FED700;
}

#jeu_comme_on_dit_form .checkbox-div input[type="checkbox"]:checked::after {
    background-color: transparent;
    border-right: 4px solid #FED700;
    border-bottom: 4px solid #FED700;
    width: 9px;
    height: 13px;
    margin-left: 6px;
    margin-top: 3px;
    transform: rotate(40deg);
}

#jeu_comme_on_dit_form .checkbox-div input[type="checkbox"]:checked::after {
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
}

#jeu_comme_on_dit_form .checkbox-div input[type="checkbox"]:checked::after {
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
}

.question_card pre {
    background-color: #fff;
    color: #000;
    padding: 12px;
    margin: 12px;
}

.question_card .image {
    margin: 0 0 20px 0;
}

.question_card .image img {
    display: block;
    line-height: 0;
    margin: 0 auto;
    width: 460px;
}

.question_card .texte {
    color: rgb(255, 255, 255);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.question_card .question {
    color: rgb(255, 255, 255);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.question_card .question .blank_line {
    letter-spacing: -.05em;
}

.question_card .reponse {
    margin: 0;
    list-style: none;
    margin: 0 0 20px 0;
}

.question_card .reponses li {
    color: rgb(255, 255, 255);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 6px 0;
    display: block;
}

.question_card .reponses li .inside_li {
    display: inline-flex;
    column-gap: 12px;
    padding: 0px 12px 4px 12px;
    border-radius: 20px;
    border-color: transparent;
    border-width: 1px;
    border-style: dashed;
}

.question_card .reponses li:hover .inside_li {
    cursor: not-allowed;
}

.question_card .reponses li:hover.ready .inside_li {
    font-weight: 600;
    cursor: pointer;
}

.question_card .reponses li.clicked .inside_li {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: #eb50c4;
    border-color: #fff;
}

.question_card .reponses li.clicked_limit .inside_li {
    font-weight: 600;
    /* background-color: #eb50c4; */
    border-color: #fff;
}

.question_card .reponses li.ready.clicked .inside_li {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: transparent;
    border-color: #fff;
}

.question_card .reponses li:last-child {
    margin: 0;
}

.question_card .reponses li.good .inside_li {
    background-color: #eb50c4 !important;
    font-weight: 600;
    border-color: transparent;
}

.question_card .reponses li.bad .inside_li {
    background-color: #433B6D !important;
    font-weight: 600;
    border-color: transparent;
}

.question_card .reponses li.bad .inside_li .times {
    display: block;
}

.question_card .reponses li.good .inside_li .check {
    display: block;
}

.question_card .reponses li .check,
.question_card .reponses li .times {
    display: none;
}

.jcod_btn_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-top: 60px;
}

.jcod_btn_buttons .jcod_btn_indice {
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 0px;
    color: #490C7D;
    cursor: pointer;
    display: flex;
    fill: #490C7D;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding: 20px 30px;
    text-align: center;
    text-decoration-color: #490C7D;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    column-gap: 9px;
    transition: all .3s ease;
}

.jcod_btn_buttons .jcod_btn_indice:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.jcod_btn_buttons .jcod_btn_indice.clicked {
    background-color: rgba(255, 255, 255, 0.57);
    color: rgba(73, 12, 125, 0.66);
    cursor: default;
}

.jcod_btn_buttons .jcod_btn_indice.clicked:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 0px;
}

.jcod_btn_buttons .jcod_btn_indice i {
    color: #eb50c4;
}

.jcod_btn_buttons .jcod_btn_reponse {
    background-color: #eb50c4;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 0px;
    color: #490C7D;
    cursor: not-allowed;
    display: flex;
    fill: #490C7D;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding: 20px 30px;
    text-align: center;
    text-decoration-color: #490C7D;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    column-gap: 9px;
    transition: all .3s ease;
}

.jcod_btn_buttons .jcod_btn_reponse.ready {
    cursor: pointer;
}

.jcod_btn_buttons .jcod_btn_reponse:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.jcod_btn_buttons .jcod_btn_reponse i {
    color: rgb(255, 255, 255);
}

.jcod_btn_buttons .jcod_btn_reponse.clicked {
    background-color:  rgba(235, 80, 196, 0.45);
    color: rgba(73, 12, 125, 0.66);
    cursor: default;
}

.jcod_btn_buttons .jcod_btn_reponse.clicked i {
    opacity: .5;
}

.jcod_btn_buttons .jcod_btn_reponse.clicked:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 0px;
}

.jcod_submit_btn button.submitting {
    pointer-events: none;
}

@media only screen and (max-width : 767px) {

    .question_card .texte {
        font-family: "Barlow Semi Condensed", sans-serif;
        font-size: 22px;
    }

    .question_card .question {
        font-size: 26px;
    }

    .question_card .reponses li {
        font-family: "Barlow Semi Condensed", sans-serif;
        font-size: 22px;
    }

    .jcod_btn_buttons {
        flex-direction: column;
        row-gap: 15px;
    }

    .jcod_btn_buttons .jcod_btn_indice,
    .jcod_btn_buttons .jcod_btn_reponse {
        width: 100%;
        justify-content: center;
        font-size: 17px;
        line-height: 17px;
    }
}
