@font-face {
    font-family: Awesome;
    src: url('../fonts/Awesome/AwesomeSauce-Regular.ttf');
  }
  @font-face {
    font-family: Awesome-italic;
    src: url('../fonts/Awesome/AwesomeSauce-Italic.ttf');
  }
  @font-face {
    font-family: Poppins-bold;
    src: url('../fonts/Poppins/Poppins-Bold.otf');
    font-weight:700;
  }
  @font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins-Regular.otf');
  }
  
  
  html,body{padding:0;margin:0;font-size:13px;background-color:#000000;}
  
  div#main_wrapper{width:100%;height:100%;background-image:url('../img/wall.png');background-repeat: repeat;max-width:600px;margin:0 auto;padding-bottom:80px;}


div#main_wrapper > div#survey_main_wrapper > div#big_logo_wrapper {
    width: 100%;
    text-align: center;
    padding: 25px 0px;
}
        div#main_wrapper > div#survey_main_wrapper > div#big_logo_wrapper > img {
            max-width: 30%;
            max-width: 350px;
            width: 350px;
        }

    div#main_wrapper > div#survey_main_wrapper > div.big_ttl_wrapper {
        width: 100%;
        font-family: Awesome-italic;
        font-weight: 700;
        color: #FFFFFF;
        background-color: black;
        text-align: center;
        font-size: 5em;
        clear: both;
        margin: 25px 0px;
        padding: 15px 0px;
    }
        div#main_wrapper > div#survey_main_wrapper > div.big_ttl_wrapper > div.big_ttl_wrapper_inner {
            padding-bottom: 15px;
        }

    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper {
        margin: 15px 0px;
        clear: both;
        width: 100%;
        text-align: center;
    }
        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner {
            padding: 25px 50px;
        }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_sentence {
        font-family: Poppins;
        font-weight: 700;
        color: #212121;
        font-size: 1.5em;
        text-align: left;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_sentence > span {
        color: #E23B31;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_sentence > img.middot {
        width: 12px;
        height: 12px;
        margin-bottom: 1px;
    }

        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_sentence > div.question_sentence_dot {
            float: left;
            width: 20px;
            padding: 0;
            margin: 0;
        }

        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_sentence > div.question_sentence_sentence {
            float: left;
            padding: 0;
            margin: 0;
            width: calc(100% - 25px);
        }

            div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_sentence > div.question_sentence_sentence > span {
                color: #E23B31;
            }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score {
        padding: 20px 0px 15px 0px;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 70%;
        margin: 0 auto;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul > li {
        float: left;
        width: 20%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul > li > img {
        width: 85%;
        cursor: pointer;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="false"] > li[data-hover="false"] > img.star-w {
        display: block;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="false"] > li[data-hover="false"] > img.star-r {
        display: none;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="false"] > li[data-hover="false"] > img.star-b {
        display: none;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="false"] > li[data-hover="true"] > img.star-b {
        display: none;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="false"] > li[data-hover="true"] > img.star-r {
        display: block;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="false"] > li[data-hover="true"] > img.star-w {
        display: none;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="true"] > li[data-hover="false"] > img.star-w {
        display: block;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="true"] > li[data-hover="false"] > img.star-r {
        display: none;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="true"] > li[data-hover="false"] > img.star-b {
        display: none;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="true"] > li[data-hover="true"] > img.star-b {
        display: block;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="true"] > li[data-hover="true"] > img.star-r {
        display: none;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_score > ul.rating_ul[data-score-submitted="true"] > li[data-hover="true"] > img.star-w {
        display: none;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks {
        color: #000000;
        font-size: 0.9em;
        font-family: Poppins;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks > ul > li {
        float: left;
        padding: 0;
        margin: 0;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks > ul > li.q_scoring_remarks_ns {
        text-align: right;
        width: 25%;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks > ul > li.q_scoring_remarks_e {
        width: 50%;
    }
    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks > ul > li.q_scoring_remarks_s {
        text-align: left;
        width: 25%;
    }



            div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_closed_options {
                text-align: center;
                padding-top: 10px;
            }

                div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_closed_options > ul {
                    margin: 0 auto;
                    padding: 0;
                    list-style: none;
                    text-align: center;
                    min-height: 30px;
                    width: auto;
                    position: relative;
                    display: block;
                    text-align: center;
                }

                    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_closed_options > ul > li {
                        width: auto;
                        margin: 0;
                        border: solid 1px #212121;
                        padding: 7px 12px;
                        background-color: #FFFFFF;
                        border-radius: 10px;
                        font-family: Poppins;
                        font-weight: 700;
                        color: #212121;
                        font-size: 1.3em;
                        display: inline;
                        text-transform: uppercase;
                    }

                        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_closed_options > ul > li:hover[data-selected="false"] {
                            cursor: pointer;
                            background-color: #E23B31;
                            color: #FFFFFF;
                            border-color: #E23B31;
                        }

                        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_closed_options > ul > li[data-selected="true"] {
                            background-color: #212121;
                            color: #FFFFFF;
                            border-color: #212121;
                        }

                        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_closed_options > ul > li:first-of-type {
                            margin-right: 5px;
                        }

                        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_closed_options > ul > li:last-of-type {
                            margin-left: 5px;
                        }




    div#main_wrapper > div.thanks_main_wrapper {
        font-family: Poppins;
        text-align: center;
        padding: 30px 25px;
        font-weight: 700;
        display: none;
    }
        div#main_wrapper > div.thanks_main_wrapper > div.thanks_word {
            font-family: Awesome;
            padding: 20px 0px;
            font-weight: 700;
            font-size: 5em;
            color: #E23B31;
        }

        div#main_wrapper > div.thanks_main_wrapper > div.thanks_logo_wrapper {
            padding-top: 15px;
        }

            div#main_wrapper > div.thanks_main_wrapper > div.thanks_logo_wrapper > a {
                text-decoration: none;
            }
    div#main_wrapper > div.thanks_main_wrapper > div.thanks_logo_wrapper > a > img {
        max-width: 200px;
    }

    div#main_wrapper > div.thanks_main_wrapper > div.website_url_wrapper {
        color: #E23B31;
        text-transform: uppercase;
        font-size: 1.8em;
        padding: 40px 0px 15px 0px;
    }

        div#main_wrapper > div.thanks_main_wrapper > div.website_url_wrapper > a {
            color: #E23B31;
            text-decoration: none;
        }
    div#main_wrapper > div.thanks_main_wrapper > div.sentence_1 {
        clear: both;
        text-align: center;
        color: #000000;
        font-size: 1.8em;
    }
        div#main_wrapper > div.thanks_main_wrapper > div.voucher_wrapper {
            clear: both;
            display: none;
            padding-top: 30px;
            font-weight: normal;
            width: 90%;
            margin: 0 auto;
            font-size: 1.2em;
        }
            div#main_wrapper > div.thanks_main_wrapper > div.voucher_wrapper > div.voucher_sentence1 {
                clear: both;
            }
                div#main_wrapper > div.thanks_main_wrapper > div.voucher_wrapper > div.voucher_sentence1 > span {
                    color: #E23B31;font-weight:700;
                }
div#main_wrapper > div.thanks_main_wrapper > div.voucher_wrapper > div.voucher_sentence2 {
    clear: both;
    font-weight: 700;
}
            div#main_wrapper > div.thanks_main_wrapper > div.voucher_wrapper > div.voucher_code {
                clear: both;
                color: #E23B31;
                font-weight: 700;
                text-transform: uppercase;
                padding-top: 7px;
                padding-bottom: 3px;
                font-size: 1.3em;
            }
            div#main_wrapper > div.thanks_main_wrapper > div.voucher_wrapper > div.voucher_conditions {
                clear: both;
                font-size: 0.8em;
                font-style: italic;
                font-weight: 200;
            }
                div#main_wrapper > div.thanks_main_wrapper > div.voucher_wrapper > div.voucher_conditions > span {
                    color: #000000;
                    font-weight: 700;
                }

            div#main_wrapper > div.thanks_main_wrapper > div.sentence_2 {
                clear: both;
                margin-top: 40px;
                color: #E23B31;
                color: #000000;
                font-size: 1.8em;
            }
        div#main_wrapper > div.thanks_main_wrapper > div.sentence_2 > a {
            text-decoration: none;
            color: #E23B31;
        }

    div#main_wrapper > div.thanks_main_wrapper > div.google_logo_ctn {
        padding: 10px 0px 15px 0px;
    }
  div#main_wrapper > div.thanks_main_wrapper > div.google_logo_ctn > img{width:120px;}
  div#main_wrapper > div.thanks_main_wrapper > div.sentence_3{color:#000000;font-size:1.8em;padding-top:20px;}
  div#main_wrapper > div.thanks_main_wrapper > div.sentence_3_low_score{color:#000000;font-size:1.8em;padding-top:50px;}





    div#main_wrapper > div#low_thanks_main_wrapper {
        padding-top:0px;
    }
    div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper {
        padding: 30px 50px;
        font-size: 1.8em;
        font-family: Poppins;margin-top:10px;
    }
        div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#stnc_1 {
            color: #000000;
            font-weight: 700;
        }
            div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#stnc_1 > span {
                color: #E23B31;
                font-weight: 700;
            }
        div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#stnc_2 {
            color: #000000;
            font-size: 0.7em;
            line-height: 1.2em;
            padding: 1px 0px 10px 0px;
            font-weight: 400;
        }
        div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper {
            width: 415px;
            margin: 0 auto;
            padding-top: 10px;
        }
            div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_indicatif {
                float: left;
                width: 90px;
            }
                div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_indicatif > span {
                    color: #000000;
                    font-weight: 700;
                    font-size: 1em;
                    line-height: 2.2em;
                    padding-left: 20px;
                    display: block;
                }
                div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_indicatif > input[type="text"] {
                    background-color: #FFFFFF;
                    border-radius: 15px;
                    padding: 10px 15px;
                    border: solid 2px #000000;
                    font-size: 1em;
                    color: #000000;
                    width: 40px;
                    display: none;
                }
                div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_indicatif > img#phone_indicatif_bottom_arrow {
                    float: left;
                    width: 30px;
                    margin-top: 10px;
                    cursor: pointer;
                }
            div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_number {
                float: left;
                width: 260px;
            }
                div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_number > input[type="text"] {
                    background-color: #FFFFFF;
                    border-radius: 15px;
                    padding: 10px 15px;
                    border: solid 2px #000000;
                    font-size: 1em;
                    color: #000000;
                    width: 220px;
                }
            div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#lowscore_form_btn {
                float: left;
                width: 55px;
                padding-top: 5px;
                padding-left: 5px;
            }
                div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#lowscore_form_btn > button {
                    background-color: #E23B31;
                    border-radius: 10px;
                    padding: 8px;
                    font-size: 0.7em;
                    font-weight: 700;
                    text-transform: uppercase;
                    color: #FFFFFF;
                    border: 0px;
                    cursor: pointer;
                }
      /*  div#main_wrapper > div#low_thanks_main_wrapper > div.website_url_wrapper {
            margin-top: 30px;
        }*/





        div#main_wrapper > div#invalid_code_main_wrapper {
            display: block !important;
        }


    div#main_wrapper > div#survey_main_wrapper > div#question_comment_wrapper > div.question_wrapper_inner > textarea#comment_txt {
        border-radius: 10px;
        color: #000000;
        font-size: 1em;
        padding: 10px 15px;
        border: solid 1px #000000;
        width: 85%;
        margin-top: 15px;
        font-family: Poppins;
        font-weight:normal;
    }


    div#main_wrapper > div#survey_main_wrapper > div#survey_btn_wrapper {
    clear:both;width:100%;text-align:center;
    }
        div#main_wrapper > div#survey_main_wrapper > div#survey_btn_wrapper > button#survey_submit_btn {
            border-radius: 30px;
            color: #FFFFFF;
            background-color: #E23B31;
            font-size: 1.2em;
            font-weight: 700;
            border: 0px;
            padding: 10px 50px;
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
            cursor:pointer;
        }

    div#main_wrapper > div#survey_main_wrapper > div#validation-error-msg-wrapper{clear:both;width:100%;display:none;}
    div#main_wrapper > div#survey_main_wrapper > div#validation-error-msg-wrapper > div#validation-error-msg-inner-wrapper {
        padding: 20px 50px;
    }

        div#main_wrapper > div#survey_main_wrapper > div#validation-error-msg-wrapper > div#validation-error-msg-inner-wrapper > p {
            font-family: Poppins;
            font-size: 1em;
            text-align: left;
            font-weight: normal;
        }

            div#main_wrapper > div#survey_main_wrapper > div#validation-error-msg-wrapper > div#validation-error-msg-inner-wrapper > p > span {
                font-style: italic;
                color: #E23B31;
            }


    @media (max-width: 500px) {
        div #main_wrapper > div#survey_main_wrapper > div#big_logo_wrapper {
        padding-top: 45px;
    }

        div#main_wrapper > div#survey_main_wrapper > div#big_logo_wrapper > img {
            max-width: 30%;
            max-width: 300px;
            width: 300px;
        }

    div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner {
        padding: 15px;
    }

        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_sentence {
            font-size: 1.5em;
        }

                div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks > ul > li.q_scoring_remarks_ns {
                    width: 28%;
                }

        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks > ul > li.q_scoring_remarks_e {
            width: 44%;
        }

        div#main_wrapper > div#survey_main_wrapper > div.question_wrapper > div.question_wrapper_inner > div.question_marks > ul > li.q_scoring_remarks_s {
            width: 28%;
        }



    div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper{margin-top:0px;}
    div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_indicatif {
        width: 75px;
    }

        div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_indicatif > span {
            padding: 0px;
            line-height: 2em;
            font-size: 1em;
        }

        div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_indicatif > img#phone_indicatif_bottom_arrow {
            width: 25px;
            margin-top: 10px;
        }

    div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_number {
        width: 165px;
    }

        div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_number > input[type="text"] {
            font-size: 0.7em;
            width: 125px;
        }

    div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#lowscore_form_btn {
        padding: 0px;
    }

    div#main_wrapper > div#low_thanks_main_wrapper > div#low_thanks_survey_main_wrapper > div#lowscore_form_wrapper > div#phone_indicatif > input[type="text"] {
        font-size: 0.7em;
        padding: 10px 5px;
        width: 35px;
    }
}


@media (min-width: 800px) {
    div#main_wrapper > div.thanks_main_wrapper > div#website_url_wrapper {
        padding: 80px 0px 15px 0px;
    }
}