body {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    background: #232038;
}
ol, ul {
    padding-left: 1rem;
}
ol, ul, p,
.form-group {
    margin-bottom: 14px;
}

img {
    -webkit-user-select : none;
    -khtml-user-select  : none;
    -moz-user-select    : none;
    -o-user-select      : none;
    user-select         : none;
    pointer-events      : none;
}

.form-select,
.form-control {
    border-radius: 0;
    border-color: #7a7a7a;
    font-size: 14px;
}
.form-control::placeholder,
.placeholder {
    color: #010101;
}

.help-block {
    font-size: 11px;
}

.has-error input,
.has-error select:not(.placeholder),
.has-error .help-block {
    color: #842029;
}

.body-inner {
    background: #232038;
    color: #fff;
}

.main-content {
    background: #fff;
    color: #010101;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer {
    font-size: 15px;
    padding: 15px;
    color: #fff;
    background: #232038;
}
footer a {
    color: #fff;
    text-decoration: none;
}

header {
    padding: 25px 0;
}

.game {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.lead-text {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 42px;
    color: #010101;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}
.lead-line {
    display: block;
    width: 100%;
    padding: 0 5px;
    margin-top: 5px;
}
.formation-line-highlight,
.lead-line-highlight{
    display: inline-flex;
    background: #fefbae;
    width: auto;
}
.formation-line-highlight-wrapper {
    padding: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.formation-line-highlight {
    font-size: 35px;
    font-weight: 800;
    padding: 0 5px;
}
.separator {
    height: 2px;
    width: calc(100% + 24px);
    background: url("../images/separator.png") repeat-x center center;
    margin: 0 -12px 20px;
}

.reassurances {
    border-top: 1px solid #efeff1;
    padding-top: 30px;
}
.reassurance {
    margin-bottom: 25px;
}
.reassurance-picto {
    margin-bottom: 10px;
}
.reassurance-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 12px;
}
.reassurance-description {
    padding: 0 12px;
}
.reassurance-se {

}
.match-text {
    font-size: 17px;
    color: #010101;
    line-height: 1.05;
    padding-left: 5px;
    font-weight: 600;
}

.game-wrapper {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.game-title {
    display: inline-flex;
    padding: 7px 15px;
    font-size: 23px;
    line-height: 1;
    background: #2cff9c;
    color: #212529;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
}
.game-date {
    display: flex;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.step-number, .rounded-number {
    display: flex;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    background: #2cff9c;
    font-weight: bold;
}

.step-number {
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 15px;
}

.rounded-number {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}

.step-title, .step-description, .question-label, .content-text {
    font-size: 15px;
}
.content-text {
    text-align: center;
    margin-bottom: 30px;
}

.step-title {
    display: flex;
    width: 100%;
    justify-content: center;
}

.step-description {
    font-weight: normal;
}

.question-label {
    font-weight: bold;
    text-align: center;
}

.main-content {
    background: #fff;
    color: #010101;
}
#header-logo {
    display: inline-flex;
    width: 100%;
    max-width: 340px;
}

.btn-submit {
    background: #ffb527;
    font-size: 21px;
    font-weight: 800;
    border-radius: 25px;
    width: 100%;
    max-width: 324px;
    border: none;
}
.continue-without {
    text-align: center;
}
.continue-without a{
    color: #010101;
}

.email-list {
    margin-bottom: 25px;
}

.landing {
    display: flex;
    width: 100%;
    background: #dbcbc6 url('../images/landing/bg.jpg') no-repeat bottom center;
    background-size: 100% auto;
    height: 528px;
    color: #010101;
}

.landing-inner {
    position: relative;
    height: 100%;
    padding-top: 12px;
}

.trustpilot {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.policy-text {
    font-size: 10px;
    text-align: center;
    padding-top: 15px;
}

.content-page-d-block {
    display: none;
}

body.content-page .landing{
    height: auto;
    min-height: auto !important;
    background: #fff;
}
body.content-page .match-text{
    display: none;
}
body.content-page .lead-text{
    text-align: center;
    margin-bottom: 25px;
    font-size: 31px;
}
body.content-page .lead-line{
    display: inline-flex;
    width: auto;
}
body.content-page .content-page-d-block {
    display: block;
}

body.content-page .landing .game-wrapper {
    display: flex;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 25px;
}

body.content-page .landing .landing-inner {
    padding-top: 20px;
}

body.content-page .main-content-outer {
    background: #fff;
}

.question {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.question .question-has-error,
.question .question-label {
    justify-content: center;
    text-align: center;
}
.question .question-has-error,
.question .question-next,
.question .question-label,
.question .step {
    display: flex;
    width: 100%;
}
.question .question-label {
    padding-top: 15px;
}
.question .question-items-wrapper {
    width: 100%;
    padding: 30px 0;
}
.question .question-items-wrapper-radio {
    justify-items: center;
}

.question .question-items-wrapper-swipe {
    display: flex;
    padding-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.question .question-items-wrapper-swipe label{
    position: relative;
    width: 314px;
    height: 297px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.question .question-items-wrapper-swipe .label-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    padding-bottom: 29px;
    border-radius: 22px;
}
.question .question-items-wrapper-swipe .label-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 22px;
}

.question .question-items-wrapper-swipe input{
    display: none;
}

.question .question-items-wrapper-swipe .picto-text{
    display: flex;
    min-height: 104px;
    max-width: 80%;
    align-items: center;
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}
.question .question-items-wrapper-swipe .picto-btn{
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
    background: #fff;
    border: 7px solid #f3f3f3;
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.question .question-items-wrapper-swipe .picto-btn span{
    display: block;
    width: 100%;
    text-align: center;
}
.question .question-items-wrapper-swipe .picto-btn img{
    display: inline-flex;
}

.question .question-next {
    justify-content: center;
    text-align: center;
}
.question .question-next button {
    background: #ffb527;
    font-size: 21px;
    font-weight: 800;
    border-radius: 25px;
    width: 100%;
    max-width: 324px;
    border: 0;
}

@media (min-width: 576px) {
    .landing {
        background: url('../images/landing/bg-sm.jpg') no-repeat bottom center;
        background-size: auto;
        height: 557px;
    }

    .landing .game-wrapper {
        position: absolute;
        left: 260px;
        top:  18px;
    }
    .match-text {
        font-size: 21px;
    }
    body.content-page .lead-text{
        font-size: 35px;
    }
}

@media (min-width: 768px) {
    .landing {
        background: url('../images/landing/bg-md.jpg') no-repeat bottom center;
        height: 542px;
    }

    .step-title, .step-description, .question-label, .content-text {
        font-size: 19px;
    }

    #header-logo {
        max-width: 443px;
    }
    .game-wrapper {
        margin-bottom: 0;
    }

    .landing {
        background: url('../images/landing/bg-md.jpg') no-repeat bottom center;
        height: 542px;
    }

    .lead-text {
        font-size: 48px;
    }

    .landing .game-wrapper {
        display: none;
    }

    .game-title {
        padding: 10px 15px;
        font-size: 23px;
    }

    .game-date {
        color: #fff;
    }
    body.content-page .landing .game-wrapper {
        display: none;
    }

    body.content-page .landing .landing-inner {
        padding-top: 25px;
    }
    body.content-page .lead-text{
        font-size: 40px;
    }

    body.content-page .main-content-outer {
        background: transparent;
    }

    .question .question-items-wrapper-swipe label {
        width: 330px;
        height: 312px;
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media (max-width: 991px) {
    .main-content.container{
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    .question .question-items-wrapper-swipe label {
        width: 346px;
        height: 327px;
        margin-left: 30px;
        margin-right: 30px;
    }

    body {
        background: #fff;
    }
    .body-inner {
        padding-bottom: 15px;
    }
    header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-content {
        margin-bottom: 15px;
        border-radius: 25px;
        padding: 25px;
    }
    .landing {
        background: #ddcbc7 url('../images/landing/bg-lg.jpg') no-repeat bottom left;
        background-size: auto auto;
        height: calc(100% + 50px);
        min-height: 612px;
        width: calc(100% + 25px);
        margin-bottom: -25px;
        margin-top: -25px;
        margin-left: -25px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        display: flex;
        flex-direction: column;
        padding: 25px 20px;
    }
    footer {
        background: #fff;
        color: #010101;
    }
    footer a {
        color: #010101;
    }
    .game-date {
        color: inherit;
    }
    .lead-text {
        margin-bottom: 125px;
    }

    .separator {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}