body {
    font-family: 'Speedee';
}

.mdi-radiobox-marked::before {
    color: #FFBA33;
}

.mdi-checkbox-marked::before {
    color: #FFBA33;
}

.form-cnt {
    position: relative;
}

.form-cnt .bgimg {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.form-cnt h2 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 33px;
    font-weight: 700;
    font-family: 'Speedee';
    line-height: 44.24px;
}

.form-cnt h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.obligation {
    color: #D50000;
    font-family: Speedee;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.yc-cnt {
    background-color: #FFBA33;
    border-radius: 40px;
    background-image: url(../img/home-bg.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 40px 40px 0 0;
}

.yellow-header {
    background: linear-gradient(180deg, #264F36 0%, rgba(29, 117, 50, 0.00) 56.1%), url(../img/home-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.pack-header {
    background-image: url(../img/mcdonalds.png);
    height: 137px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.yc-cnt .bgimg {
    width: 100%;
}

.lang-cnt {
    position: absolute;
    top: 40px;
    right: 30px;
}

.lang-flag {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #949494;
    padding: 1px;
    cursor: pointer;
}

.logo {
    text-align: center;
}

.logow {
    margin-top: 120px;
    width: 100%;
    text-align: center;
    position: relative;
    left: 34px;
}


.logo img {
    height: 75px;
    width: 75px;
    float: left;
    margin-left: 25px;
    margin-top: 7px;
    cursor: pointer;
}

button.gbtn,
button.ybtn-connect,
button.ybtn {
    border-radius: 20px !important;
    width: auto !important;
    text-transform: none !important;
    margin-bottom: 30px;
    font-weight: bold;
    border: 1px solid #FFF;
    height: 67px !important;
}

button.gbtn {
    background-color: #225032 !important;
    color: #fff !important;
}

.ybtn .v-btn__content {
    color: #000 !important;
}

.ybtn {
    background-color: #FFBC0D !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 20px !important;
    border: 1px solid #FFF;
    margin-top: -100px;
}

.ybtn-connect {
    background-color: #FFBC0D !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 20px !important;
    border: 1px solid #FFF;
}

.ybtn-connect .v-btn__content {
    color: #000 !important;
}

.termes {
    color: #0890CA;
    text-align: center;
    font-family: Speedee;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.intro-cnt {
    padding-top: 460px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    width: 320px;
    left: calc(50% - 160px);
}

.conditions-intro {
    align-self: center;
}

.intro-bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.intro-img {
    max-width: 100%;
    max-height: 50vh;
}

.intro-cnt h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.intro-cnt h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.intro-cnt strong {
    color: #225032;
}

strong {
    color: #D50000;
}

.intro-cnt .bgimg {
    width: auto;
}

.header-cnt {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#app {
    height: 100vh;
}

.page-cnt {
    display: none;
    position: absolute;
    transition: all 0.2s ease-in;
    padding-top: 128px;
    transform-origin: bottom;
    transform: translateY(0px);
    top: 0;
    width: 100%;
}

.page-cnt.active {
    display: block;
}

.page-cnt.next {
    transform: translateY(-100%);
}

.page-cnt {
    min-height: calc(100vh);
}

h1 {
    width: 430px;
    word-wrap: break-word;
    font-family: Speedee;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
}

.grecaptcha-logo iframe {
    width: 300px;
}

.grecaptcha-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-obligation {
    font-family: Speedee;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #9fa7b5;
    position: relative;
    text-align: center;
    right: 70px;
}

.inter-ligne {
    height: 360px;
}

.grecaptcha-badge {
    box-shadow: none !important;
    width: 100% !important;
    margin: 20px 0px;
    position: relative;
    filter: hue-rotate(230deg) saturate(0.7);
}

.tc-link,
.tc-link:hover,
.tc-link:visited {
    color: #0890CA;
    font-weight: bold;
    cursor: pointer;
}

.tc-link-int,
.tc-link-int:visited {
    color: #0890CA;
    font-weight: normal;
}

.v-field {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    width: 314px !important;
    height: 67px !important;
    flex-shrink: 0;
}

.containers {
    display: flex;
}

.image-containers {
    flex: 1;
    height: 145px;

}

.right {
    background: url(../img/img-right.svg) left top no-repeat;
    margin-left: -15px !important;
    margin-top: -40px;
}

.left {
    background: url(../img/img-left.svg) right top no-repeat;
    margin-right: -15px !important;
    margin-top: -40px;
}

.v-input {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.wquize-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-weight: bold;
    font-size: 20px;
}

.quiz-text {
    font-family: Speedee;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    width: 350px;
    margin-bottom: 10px;
}

.img-left,
.img-right {
    margin-top: 20px;
    margin-bottom: -20px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.left-right {
    display: flex;
}

.red-gray {
    display: flex;
    margin-top: -100px;
    margin-bottom: 35px;
}

.chronometre {
    background-color: #FFBA33;
    color: #fff;
    font-weight: bold;
    height: 89px;
    font-family: Speedee;
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: center;
    padding: 20px 0 0 20px;
    margin-top: 20px;
}

.questionscore {
    color: #797878;
    font-family: Speedee;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
}

.answer {
    background-color: #D9D9D9;
    font-family: Speedee;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px 0 10px 0;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.is_done .answer {
    opacity: 0.3;
}

.answer.correct {
    background: #225930;
    color: #FFFFFF;
}
.answer.mine {
    background: #EF9D9D;
}
.answer.correct.mine {
    background: #225930;
    color: #FFFFFF;
}


.answer-cnt {
    position: absolute;
    width: 100%;
}

a {
    cursor: pointer;
}

.confirme {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-weight: bold;
    font-size: 20px;
}

.show {
    display: block !important;
}

.footer-cnt {
    top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
}

.img-home,
.img-params {
    margin-left: 40px;
    margin-right: 40px;
    height: 41px;
    width: 41px;
}

.big-params {
    background-color: #FFBA33;
    color: #fff;
    font-weight: bold;
    font-family: Speedee;
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: center;
    padding: 60px 0 0 20px;
    height: 339px;
    flex-shrink: 0;
}

.params-title {
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-top: 21px;
}

.params-links {
    height: 78px;
    flex-shrink: 0;
    background-color: #D9D9D9;
    line-height: 25px;
    letter-spacing: 0em;
    padding: 25px 0 0 0;
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-top: 5px solid #fff;
    text-decoration: none;
    cursor: pointer;
}

.deja-texte {
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
}

.s1 {
    border-bottom: 6px solid #BB0909;
    width: 100px;
    margin-bottom: 5px;
}

.gbtn .v-btn__content {
    color: #FFF;
    text-align: center;
    font-family: Speedee;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* width: 500px !important; */

}

a {}

.progress-loader-cnt {
    width: 100%;
    text-align: center;
}

.tabs {
    width: auto !important;
}

.v-tab {
    width: 25px !important;
    background-color: #fff !important;
}

.classement {
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-top: 25px;
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.row {
    display: table-row;
}

.thead {
    display: table-header-group;
    background-color: transparent;
}

.col {
    display: table-cell;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 5px;
}

.row:not(.thead) .col:nth-child(1) {
    background: linear-gradient(180deg, #264F36 0%, #1F7132 100%);
    color: #FFF;
    text-align: center;
    font-family: Speedee;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    width: 10%;
    border-bottom: 5px solid #FFF;
}

.row:not(.thead) .col:nth-child(2) {
    color: #000;
    font-family: Speedee;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    background-color: #B8E3C6;
    width: 40%;
    border-bottom: 5px solid #FFF;
}

.row:not(.thead) .col:nth-child(3) {
    background-color: rgba(148, 148, 148, 0.41);
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    width: 25%;
    border-bottom: 5px solid #FFF;
}

.row:not(.thead) .col:nth-child(4) {
    background-color: rgba(148, 148, 148, 0.19);
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    width: 25%;
    border-bottom: 5px solid #FFF;
}

#ligne-heigth:after {
    height: 5px;
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
}

/*.box {*/
/*    flex: 1;*/
/*    padding-bottom: 10px;*/
/*    text-align: center;*/
/*}*/

#sem1 {
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 6px solid #000;
}

.v-tab .v-btn__content {
    color: #000 !important;
    font-family: Speedee;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: none;
}

.v-tab--selected .v-tab__slider{
    background-color: #BB0909 !important;
    height: 6px;
}

.img-classement {
    margin-bottom: -22px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.perfect {
    font-family: Speedee;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 50px;
}

#score-s {
    color: #FFF;
    text-align: center;
    font-family: Speedee;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #264F36;
    border-radius: 50%;
    height: 152px;
    width: 152px;
    line-height: 152px;
    position: relative;
}

#score-s::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #B8B7B7;
    top: 50%;
    z-index: -1;
    left: -100%;
}

#score-s::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #B8B7B7;
    top: 50%;
    z-index: -1;
    left: 50%;
}

#score-g {
    color: #fff;
    text-align: center;
    font-family: Speedee;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    background-image: url(../img/score.svg);
    background-size: auto 130px;
    width: 152px;
    height: 152px;
    background-position-x: 0px;
    background-position-y: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 25px 2px;
    position: relative;
}

#score-g::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #B8B7B7;
    top: 30%;
    z-index: 0;
    left: 75%;
}

#score-g::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #B8B7B7;
    top: 46%;
    z-index: -1;
    left: -50%;
}

#score-s-text {
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin: 0 40px 0 40px;
}

#score-g-text {
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

#time-s {
    color: #264F36;
    text-align: center;
    font-family: Speedee;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 24px;
}

#time-g {
    color: #264F36;
    text-align: center;
    font-family: Speedee;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 24px;
}

.score-bg {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.score-bg>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vtab .v-tab__slider {
    background-color: #225930;
    height: 6px;
}

.vtab .v-btn__overlay {
    background: transparent;
}

.pel.current .col:nth-child(1) {
    background: #FFBA33;
}

.pel.current .col:nth-child(2) {
    background: #FAD181;
}

.pel.current .col:nth-child(3) {
    background: #FFDFA0;
}

.pel.current .col:nth-child(4) {
    background: #FFEDCA;
}

.text-bold {
    font-weight: bold;
    width: auto;
}

.row-pointer:hover {
    cursor: pointer;
}

.mleft {
    margin: 0 40px 0 40px;
}

@media screen and (max-width: 767px) {
    #score-g::before {
        width: 0%;
    }

    .mleft {
        margin: 0px;
    }

    #score-g::after {
        content: "";
        position: absolute;
        width: 28%;
        border-top: 1px solid #B8B7B7;
        top: 30%;
        z-index: 0;
        left: 72%;
    }
    .score-bg>div {
        margin-left: -48px;
    }
    #score-g-text{
        margin: 0 40px 0 40px;
    }


}
.grecaptcha-badge {
    display: none;
}

.rank-cnt .table {
    table-layout: auto;
    padding: 0;    
}

.rank-cnt .table-cnt {
    /* height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    float: left; */
    display: block;
    width: 100%;
}

/* .rank-cnt .table>li {
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
    position: relative;
} */

.mcenter {
    width: 100%;
    text-align: center;
}