/*
//TODO
650PX max en hauteur !!
*/

#main {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

body, html {
    height: 100%;
    min-height: 650px;
    background-color: #000;
}

body {
    font-family: Roboto, sans-serif;
}

#pink-title {
    width: 40%;
    position: absolute;
    right: 3%;
    top: 20%;
}

#pink-title .top {
    /*font-family: Gotham, sans-serif;*/
    color: #000;
    font-size: 2.2rem;
    font-weight: 900;
    margin-top: 20px;
    text-transform: uppercase;
    /*margin-left: 40px;*/
}

#pink-subtitle {
    font-size: 0.85rem;
    color: #000;
    font-weight: 900;
    margin-right: 10px;
    /*font-family: Gotham, sans-serif;*/
}

.ml2 {
    text-align: left;
    visibility: hidden;
    line-height: 110%;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

#boxInnerContent {
    width: 100%;
    height: 100%;
    /*max-height: 800px;*/
    position: relative;
    /*display: flex;*/
    visibility: hidden;
}

#boxContent {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    background-clip: padding-box;
    background-color: black;
    flex-grow: 1;
}

header {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: white;
}


header, #boxContent, #boxHeader, #footer {
    max-width: 1200px;
}

#headerWrapper {
    width: 100%;
    position: relative;
    background-color: black;
}

#boxHeaderWrapper {
    width: 1200px;
    position: relative;
    margin: auto;
    /*height:454px;*/
    /*border-bottom: 2px solid #ebebeb;*/
    overflow: hidden;
}

.withFruits {
    width: 70%;
    margin-bottom: 60px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}


#submitButton.gameButton {
    margin: 10px 0 45px 0;
}


#boxHeader {
    /*max-width: 100%;*/
    position: relative;
    overflow: hidden;
    /*margin-bottom: -24px;*/
    /*margin-top:-5px;*/
    /*background-image: linear-gradient(to right, #8d2f36 , #d74c4f);*/
    /*height:100%;*/
    padding: 0;
}


#boxClub {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;
    z-index: 2;
    text-align: center;
}

#boxClub > img {
    width: 50px;
}

#boxLanguage {
    bottom: 10px;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ff3300;
}

#boxLanguage > a {
    color: #ff3300;
    /*font-family: Gotham, sans-serif;*/
    text-decoration: none;
    font-size: 1.0rem;
}

#boxPump {
    position: relative;
    font-size: 0.9rem;
    /*background-image:url("/assets/img/redbull/game-bg.png");*/
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    display: inline-block;
    color: #fafafa;
    width: 100%;
}

#path {
    position: absolute;
}

#gameBall {
    z-index: 3;
    width: 8%;
    bottom: 10px;
    left: 50%;
    margin-left: -3.5%;
    position: absolute;
}

#gameGoalBackground {
    max-width: 100%;
    width: 800px;
}

.gameGoalKeepers {
    z-index: 2;
    width: 14%;
    bottom: 35%;
    left: 50%;
    margin-left: -6.5%;
    position: absolute;
}

#gameGoalKeeper2 {
    opacity: 0;
}

#gameGoalKeeper3 {
    opacity: 0;
}

#gameGoalKeeper4 {
    opacity: 0;
}

#boxPlay {
    position: relative;
}

#boxPlay.played {
    min-height: 300px;
}

#boxPlay.played #boxPump {
    /*margin-top:40px;*/
}

/*#boxPump {*/
/*    min-height: 200px;*/
/*}*/

#boxPump canvas {
    position: relative;
    margin: 50px auto 0 auto;
    display: block;
    bottom: auto;
    pointer-events: none;
    width: 500px;
    max-width: 100%;


}

#boxPump .question {
    color: white;
    font-size: 1rem;
    font-weight: 100;
}

#boxPump .questionForm {
    color: white;
    font-weight: 900;
}

#boxPump .answer {
    color: white;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    /*border-radius: 3px;*/
    /*max-width: 5px;*/
    border-radius: 10px !important;
    font-size: 1.1rem;
    background-color: white;
}

#boxPump .answer:checked {
    background-color: #293c4e;
}

.form-check .response {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

.subtitlequestion {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    line-height: 1rem;
}


.rules a {
    text-decoration: underline;
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
}

#boxPump #overlay {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

#boxPump .form-check {
    min-width: 300px;
}

#playBtn2 {
    background-color: white;
    border: none;
    box-shadow: none;
    color: #293c4e;
}


@keyframes windanimation {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(5deg);
        /*top: -12px;*/
    }
    30% {
        transform: rotate(0deg);
        /*top: -10px;*/
    }
    60% {
        transform: rotate(10deg);
        /*top: -8px;*/
    }
    70% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
        /*top: -10px;*/
    }
}

#header-lemon {
    position: absolute;
    width: 22%;
    top: -10px;
    left: 2%;
    z-index: 1;
    animation: windanimation 7s ease-out infinite reverse both;
}

#header-table {
    position: absolute;
    width: 65%;
    bottom: 0;
    left: -5%;
    z-index: 1;
}

#header-bottles {
    position: absolute;
    width: 24%;
    bottom: 6%;
    left: -30%;
    z-index: 2;
    transform: rotate(-5deg);
}

#header-cap {
    position: absolute;
    width: 4%;
    bottom: 63%;
    left: -30%;
    transform: rotate(-5deg);
    z-index: 3
}

#header-cap-path-wrapper {
    position: absolute;
    /*bottom: 20%;*/
    width: 100%;
    left: 0%;
    border: 1px solid red;
}

#header-cap-path {
    width: 16%;
}

#header-logos {
    /*position: absolute;*/
    /*bottom: 9%;*/
    /*right: 5%;*/
    display: flex;
    justify-content: start;
    align-items: center;
    /*height: 8%;*/
    /*opacity:0;*/
    height: 60px;
    text-align: left;
}

#header-logos img {
    height: 40%;
    margin-left: 5px;
    margin-top: -10px;
}

#title-banner-wrapper {
    text-align: left;
    height: 100%;
    /*display: flex;*/
    /*flex-direction: row;*/
    padding-top: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.questionText {
    font-weight: 400;
    font-family: Roboto;
    color: white;
    font-size: 0.9rem;
}

.answsersWrapper {
    /*margin-top:15px;*/
}

.conditionsWrapper {
    text-align: center;
    margin-top: 15px;
}

.conditionsWrapper .form-check-input[type=checkbox] {
    border-radius: 0;
}

.conditionsWrapper .form-check label {
    font-size: 0.7rem;
}

.submitWrapper {
    margin-top: 60px;
}


.title-banner {
    display: block;
    /*background: rgb(1, 88, 57);*/
    /*background: linear-gradient(111deg, rgba(1, 88, 57, 1) 0%, rgba(4, 139, 91, 1) 56%);*/
    color: white;
    font-family: Din, sans-serif;
    font-weight: 900;
    font-size: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
}

.title-banner a {
    color: #e00729 !important;
}

.title-banner b, .title-banner strong {
    font-weight: 500;
}


.title-banner.banner {
    background-image: url(/assets/img/jbl2023/title-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 5px 0 5px;
    width: 250px;

    margin-left: -30px;

    /*background-image: linear-gradient(to right, #b51823 , #d74c4f);*/
    /*padding: 0.4rem;*/
    /*max-width: 300px;*/
}


.title-banner.subtitle {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: white;
    text-align: left;
    font-family: Din, sans-serif;
    /*font-family: Calibri, sans-serif;*/
}

.title-banner.subtitle.big {
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-style: normal;
}

.title-banner p {
    font-size: 0.8rem;
    line-height: 0.7rem;
}

/* .questionTitle */
h3 {
    color: white;
    font-family: Din, sans-serif;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.boxSucceeded, .boxFailed {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    z-index: 10;
    /*height: 100%;*/
    width: 100%;
    max-width: 350px;
    left: 50%;
    margin-left: -175px;
    color: #293c4e;
    padding: 0 10px;
    min-height: 250px;
    margin-top: 20px;
    text-align: center;
    /*margin-bottom: 50px;*/
    position: absolute;
    top: 70px;
}


.boxSucceeded h3, .boxFailed h3 {
    text-align: center;
}

.boxSucceeded .text, .boxFailed .text {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    /*width:65%;*/
    /*min-width:300px;*/
    margin: 25px auto;
}

.boxSucceeded .headtitle {
    font-size: 1.9rem;
}


.boxSucceeded img, .boxFailed img {
    /*height: 80%;*/
}

.boxSucceeded .col, .boxFailed .col {
    max-height: 100%;
}

.boxSucceeded .title, .boxFailed .title {
    font-size: 2rem !important;
    line-height: 2rem !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    margin-top: 10px;
    color: black;
    font-family: Din, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.boxSucceeded p {
    margin-bottom: 0;
}


.form-check {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.form-check-label {
    padding-top: 3px;
    display: inline-block;
    margin-left: 10px;
    color: white;
}

.form-check label {
    font-size: 1rem;
}

.form-check .response {
    font-weight: 200;
    font-size: 0.9rem;
}

#boxPump .question {
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1rem;
    color: white;
}

.form-check-input {
    margin-right: 5px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 0;
    width: 18px;
    height: 18px;
}

.form-check .form-check-input {
    margin-left: 0;
}

.form-check-input:checked {
    /*background-color: #2b3681;*/
    /*border-color: #2b3681;*/
}

.form-check-input {
    min-width: 15px;
    width: 15px;
    height: 14px;
    border: 1px solid #333;
}

#submitButton {
    background-color: #ff3300;
    /*background: linear-gradient(111deg, rgba(1, 88, 57, 1) 0%, rgba(4, 139, 91, 1) 56%);*/
    border: 0;
    font-family: Din, sans-serif;
    font-weight: 900 !important;
    color: white;
    /*padding: 5px 25px;*/
    /*font-size: 1.2rem;*/
    padding: 10px 25px 0px 25px;
    font-size: 2rem;
    display: inline-block;
    text-decoration: none;
    line-height: 2rem;
    text-transform: uppercase;
    box-shadow: 0 0 10px #666;

}

#submitButton:disabled {
    opacity: 0.6;
}

footer {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    /*margin-top:-40px;*/
    /*margin-top: 5px;*/
    bottom: 5px;
    width: 100%;
    color: black;
    z-index: 1;
    /* padding-bottom:10px; */
    /*padding: 30px;*/
}

footer > a {
    /*text-decoration: none !important;*/
    padding: 0 5px;
    color: #484848;
    text-decoration-color: #484848;
}

footer > a:hover {
    color: #484848;
}

/*footer > .copyright-link {*/
/*    text-decoration-style: solid;*/
/*    text-decoration-color: white;*/
/*    text-decoration-line: underline;*/

/*}*/

#footerLogos {
    position: absolute;
    pointer-events: none;
    background-color: transparent;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 10px 10px 10px;
}

#footerLogos .logo-forbidden {
    width: 5%;
    min-width: 30px;
}

#footerLogos .logo-w4l-total {

    height: 35px;
}

#boxStart {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Din, sans-serif;
    font-weight: 900 !important;
    color: white;
    font-size: 1.4rem;
    text-align: center;
    padding-top: 40px;
    pointer-events: none;
    text-transform: uppercase;
    cursor: pointer;
    z-index:2;
    transition: all 0.5s;
}

#boxStart img {
    width: 12%;
}


/*#click-here {*/
/*    max-width: 55%;*/
/*    margin-top: -16%;*/
/*    margin-left: 5%;*/
/*}*/

#boxPump h2 {
    font-size: 1.4rem;
}

#boxPump p {
    font-size: 0.9rem;
}

.font-weight-bold {
    font-weight: bold;
}

#video360Wrapper {
    max-height: 350px;
    overflow: hidden;
}

#video360Wrapper video {
    width: calc(100% + 4px);
    margin-left: -2px;
    clip-path: inset(1px 1px);
    margin-top: -50px;
    outline: none;
    border: 0;
    pointer-events: none
}

/*#carSpecification {*/
/*    font-size: 0.6rem;*/
/*    text-align: right;*/
/*    max-width: 950px;*/
/*    margin: auto;*/
/*}*/

#videoBackground {
    height: 88%;
    margin-top: 6%;
    max-height: 240px;
}


#boxHeader video {
    width: 100%;
}

#video {
    /*clip-path: inset(70px 50px 50px 0);*/
    /*margin-top: -50px;*/
    /*margin-left: -70px;*/
    width: 100%;
    /*max-height: 280px;*/
}


#winnerBottleWrapper img {
    max-height: 170px;
}

#winnerBottleWrapper button {
    padding: 5px 40px 0px 40px;
    font-size: 2rem;
}

#winnerBottleTitle {
    color: white;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 88%;

    gap: 15px;
    padding-top: 10px;
}

#winnerBottleTitle strong {
    color: #2b3681;
}

#gameResult {
    position: absolute;
    top: 1%;
    /*margin-left: 40px;*/
    color: white;
}

#gameResult h2 {
    font-family: Din, sans-serif;
    font-size: 3.5rem;
    text-shadow: #000 1px 0 30px;
}

#gameResult p {
    font-weight: bold;
    color: #2b3681;
    font-size: 1rem;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    /*text-shadow: #FFF 1px 0 5px, #FFF 1px 0 20px;*/
}

#gameContainer {
    margin-top: 0px;
}


.flecherouge {
    height: 15px;
}

#boxFooter {
    position: static;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    background-color: #000;
    padding-bottom: 5px;
    color: #484848;
}

#video {
    margin-top: 30px;
}

.conditionsWrapper a {
    color: white;
}

.answsersWrapper {
    padding-left: 40px;
}

@media only screen and (max-height: 1000px) {
    header, #boxContent, #boxHeader, #boxHeaderWrapper, #boxFooter {
        width: 950px;
        max-width: 100%;
    }


    #boxInnerContent .container {
        height: 100%;
        /*display: flex;*/
        /*align-items: center;*/
    }

    /*.title-banner {*/
    /*    font-size: 4.6rem !important;*/
    /*}*/
    .title-banner.subtitle {
        font-size: 1.4rem !important;;
    }

    #submitButton.gameButton {
        margin: 10px 0 20px 0;
    }

    #boxPump canvas {
        margin: 20px auto 0 auto !important;
    }

    /*#boxContent {*/
    /*    height:calc(100vh - 228px);*/
    /*}*/
}


@media only screen and (max-height: 850px) {
    header, #boxContent, #boxHeader, #boxHeaderWrapper, #boxFooter {
        width: 850px;
    }

    /*#boxContent {*/
    /*    height:calc(100vh - 212px);*/
    /*}*/
}


@media only screen and (max-height: 900px) {


    .questionWrapper {
        margin-top: 15px;
    }

    .answsersWrapper {
        /*margin-top:10px;*/
    }

    .conditionsWrapper {
        margin-top: 10px;
    }

    .submitWrapper {
        margin-top: 10px;
    }
}


@media only screen and (max-height: 716px) {

    /*.questionWrapper {*/
    /*    margin-left: 0 !important;*/
    /*}*/
    #boxInnerContent {
        padding-left: 5px !important;
    }


    body, html {
        font-size: 16px;
    }

    /*.form-check label {*/
    /*    font-size: 1.1rem !important;*/
    /*}*/
    header, #boxContent, #boxHeader, #boxHeaderWrapper, #boxFooter {
        width: 580px;
    }

    #boxPump canvas {
        width: 380px !important;
        margin-top: 5px !important;
    }

    .title-banner {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }

    .title-banner.subtitle {
        font-size: 1.2rem !important;
        line-height: 1.2rem !important;
    }

    #submitButton.gameButton {
        margin-top: 0px !important;
        font-size: 1.4rem;
        padding: 5px 40px !important;
    }

    #title-banner-wrapper {
        /*margin-top:5px;*/
    }

    .bottomFruit2, .bottomFruit3 {
        display: none !important;
    }

    /*.questionWrapper {*/
    /*    margin-top: 0;*/
    /*}*/
    #submitButton {
        padding: 5px 25px 0px 25px;
        font-size: 2rem;
    }

    .answsersWrapper {
        /*margin-top: 4px;*/
    }

    .boxFailed .text, .boxSucceeded .text {
        min-width: auto;
        width: 100%;
        padding: 5px;
        margin-top: 5px !important;
    }

    footer {
        position: relative;
        background-color: #c3e0f3;
    }

    #boxClub > img {
        width: 35px;
    }

    #boxClub {
        padding: 5px 5px;
    }
}

@media only screen and (max-height: 716px) and (min-width: 991px) {
    .title-banner.banner {
        width: 200px;
        font-size: 2rem !important;
        line-height: 2rem !important;
    }
}


@media only screen and (min-height: 600px) and (max-width: 600px) {

    #submitButton {
        margin: 10px 0 50px 0;
    }

    #submitButton.gameButton {
        margin: 10px 0 50px 0;
    }

    .withFruits {
        width: 100%;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 1000px) {
    /*.questionWrapper {*/
    /*    margin-left: 0 !important;*/
    /*}*/
    #boxInnerContent {
        padding-left: 0px !important;
    }


    body, html {
        font-size: 16px;
    }

}

/*@media only screen and (max-width: 991px) {*/
/*    .title-banner.banner {*/
/*        margin-left: -25px;*/
/*    }*/
/*}*/


@media only screen and (min-height: 800px) and (min-width: 1000px) {
    #boxInnerContent {
        /*padding-top:50px;*/
    }

    /*#video {*/
    /*    max-height: 320px;*/
    /*}*/
}

@media only screen and (min-height: 900px) and (min-width: 1600px) {


    /*#video {*/
    /*    max-height: 360px;*/
    /*}*/
}

@media only screen and (min-height: 700px) and (min-width: 991px) {
    .questionWrapper {
        width: 80%;
        margin: 45px auto;
    }
}

@media only screen and (max-height: 900px) and (min-width: 1000px) {

    .answsersWrapper {
        /*margin-top:10px;*/
    }

    .conditionsWrapper {
        margin-top: 10px;
    }

    .submitWrapper {
        margin-top: 25px;
    }


}


@media only screen and (min-height: 850px) {

    #title-banner-wrapper {
        /*margin-top:30px;*/
    }

    #boxContent {
        /*padding-top:50px;*/
    }

    .questionConcoursWrapper {
        padding-top: 50px;
    }

    /*.questionText, .form-check label {*/
    /*    font-size: 1.4rem;*/
    /*}*/
    /*.conditionsWrapper .form-check label {*/
    /*    font-size: 0.9rem;*/
    /*}*/
}

@media only screen and (min-width: 1440px) {
    #videoBackground {
        /*margin-left: 50px;*/
    }
}

@media only screen and (min-height: 700px) and (min-width: 1000px) {
    /*.jeuConcoursWrapper {*/
    /*    padding-left: 40px;*/
    /*    padding-right: 40px;*/
    /*}*/
    .questionConcoursWrapper {
        padding-right: 20px;
    }
}


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

    .title-banner {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }

    .title-banner.subtitle {
        font-size: 1.2rem !important;
        line-height: 1.2rem !important;
    }

    /*#video {*/
    /*    max-height: 230px;*/
    /*}*/
}

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


    .card-blue {
        padding: 10px;
    }

    /*#gameContainer {*/
    /*    height:450px;*/
    /*}*/
    #gameResult h2 {
        font-size: 3rem;
    }
}

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


    /*#click-here {*/
    /*    max-width: 50%;*/
    /*    margin-top: -8%;*/
    /*}*/
    /*#gameContainer {*/
    /*    height:500px;*/
    /*}*/


}

@media only screen and (max-width: 1024px) {
    html {
        /*background-color: #c61223;*/
        /*color-adjust: economy;*/
    }

    .container {
        max-width: 100% !important;
    }

    #pink-title, #pink-title .top {
        font-size: 1.9rem;
        margin-top: 25px;
        /*width: 50%;*/
    }

    #header-lemon {
        width: 26%;
    }

    #header-table {
        width: 70%;
    }

    #header-bottles {
        width: 25%;
        bottom: 7%;
    }

    #header-cap {
        width: 5%;
        margin-left: 5%;
    }

    #header-cap-path {
        /*width:22%;*/
        width: 165px;
    }

    .title-banner.subtitle {
        font-size: 0.9rem;
    }

    /*#video {*/
    /*    max-height: 250px;*/
    /*}*/

}

@media only screen and (max-width: 992px) {
    /*.boxSucceeded .col, .boxFailed .col {*/
    /*    max-height: 50%;*/
    /*}*/
    .question {
        padding-bottom: 0.3rem;
    }


    .red-bg {
        font-size: 0.8rem;
    }

    .red-bg.title {
        font-size: 1.3rem;
    }

    .red-bg strong {
        font-size: 0.8rem;
    }


    #video {
        margin-top: 15px;
    }
}


@media only screen and (max-width: 768px) {
    .container-fluid {
        padding: 0;
    }

    .subtitlequestion {
        text-align: start;
    }

    #gameContainer {
        width: 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }


    #pink-title, #pink-title .top {
        font-size: 1.6rem;
        margin-top: 15px;
        /*width: 50%;*/
    }

    #header-lemon {
        width: 28%;
    }

    #header-table {
        width: 70%;
    }

    #header-bottles {
        width: 23%;
        bottom: 5%;
    }

    #header-cap {
        width: 5%;
        margin-left: 5%;
    }

    #header-cap-path {
        /*width:22%;*/
        width: 165px;
    }


    /*#click-here {*/
    /*    max-width: 55%;*/
    /*    margin-top: -5%;*/
    /*    !*margin-left:5%;*!*/
    /*}*/
    #header-logos {
        height: 40px;
        font-size: 0.65rem;
        opacity: 0;
    }

    /*.title-banner.subtitle {*/
    /*    font-size: 1.3rem;*/
    /*    line-height: 19px;*/
    /*    font-style: normal;*/
    /*}*/
    /*.title-banner:not(.subtitle) {*/
    /*    font-size: 3.5rem !important;*/
    /*    padding-top: 20px !important;*/
    /*    margin-bottom: 15px !important;*/
    /*}*/
    /*.title-banner.subtitle {*/
    /*    margin-bottom: 30px;*/
    /*}*/
    #boxPump .question {
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.3rem;
        font-style: italic;
    }

    #carSpecification {
        font-size: 0.5rem;
        text-align: center;
        margin: auto;
    }

    .answsersWrapper {
        padding-left: 15px;
        margin-top: 20px;
    }
}

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

    #boxPump {
        font-size: 1.1rem;
    }

    .flecherouge {
        display: none;
    }

    .jeuConcoursWrapper, .questionWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .questionConcoursWrapper {
        padding-left: 0px;
        padding-right: 0px;
    }


    .boxSucceeded, .boxFailed {
        display: flex;
        align-items: center;
        top: 0;
    }

    /*#boxHeader {*/
    /*    height: 240px;*/
    /*}*/
    html {
        font-size: 12px;
    }


    #pink-title {
        width: 50%;
    }

    #pink-title .top {
        font-size: 1.2rem;
        margin-top: 25px;
        /*width: 55%;*/
    }

    #pink-subtitle {
        font-size: 0.55rem;
    }

    #header-lemon {
        width: 33%;
    }

    #header-table {
        width: 70%;
    }

    #header-bottles {
        width: 30%;
        bottom: 5%;
    }

    #header-cap {
        width: 5%;
        margin-left: 5%;
    }

    #header-cap-path {
        width: 130px;
        /*width:29%;*/
    }

    .title-banner:not(.subtitle) {
        font-size: 3.5rem !important;
        line-height: 3.5rem !important;
        /*padding-top: 20px !important;*/
        /*margin-bottom: 15px !important;*/
    }

    .title-banner.subtitle {
        margin-bottom: 30px;
    }

    .form-check {
        margin-bottom: 5px;
    }

    /*.form-check-input {*/
    /*    min-width: 20px;*/
    /*    height: 20px;*/
    /*}*/
    #boxPump canvas {
        margin-left: auto;
        margin-right: auto;
    }

    .playBtn2 {
        box-shadow: none;
        position: relative;
        margin: 45px auto;
        left: auto;
        right: auto;
    }

    #video360Wrapper {
        max-height: 170px;
    }

    #video360Wrapper video {
        margin-top: -25px;
    }

    #carSpecification {
        font-size: 0.7rem;
        text-align: center;
        margin: auto;
    }

    #winnerBottleWrapper img {
        max-height: 150px;
    }

    /*#videoBackground {*/
    /*    max-height: 200px;*/
    /*}*/
    #gameResult {
        top: 10%;
    }

    #gameResult h2 {
        font-size: 2.8rem;
    }

    /*#boxPump {*/
    /*    min-height: 300px;*/
    /*}*/

    .conditionsWrapper .form-check label {
        font-size:0.9rem;
    }
}

@media only screen and (max-width: 501px) {
    /*#main {*/
    /*    height: auto;*/
    /*}*/

    #title-banner-wrapper {
        padding-top: 10px;
    }

    .boxSucceeded, .boxFailed {
        top: 35%;
    }

    #gameContainer .jeuConcoursWrapper {
        position: absolute;
        z-index: 2;
    }

    #boxStart {
        top:46%;
        font-size:1.9rem;
    }

    #boxStart img{
        width:20%;
    }
}

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

    /*#boxHeader {*/
    /*    height:200px;*/
    /*}*/
    /*#boxPump {*/
    /*    min-height: 240px;*/
    /*}*/
    #pink-title {
        width: 50%;
    }

    #pink-title .top {
        font-size: 1.1rem;
        /*width: 58%;*/
    }


    #header-table {
        width: 90%;
    }

    #header-bottles {
        width: 30%;
        bottom: 10%;
    }

    #header-lemon {
        width: 38%;
    }

    #header-cap {
        margin-left: 5%;
    }

    #header-cap-path {
        /*width:33%;*/
        width: 130px;
    }


    .title-banner.subtitle {
        font-size: 1.2rem;
        font-weight: 400;
    }
}

.bookTrialThanks {
    font-size: 15px;
    line-height: 15px;
}

.bookTrial {
    font-size: 16px;
}

#submitButton.bookTrial {
    font-size: 1.2rem;
    padding: 5px 25px 3px 25px;
}

.bottomFruit2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 125px;
}

.bottomFruit3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 125px;
}

#main #boxContent .bottomFruit2, #main #boxContent .bottomFruit3 {
    display: inline-block;
}

#main .bottomFruit2, #main .bottomFruit3 {
    display: none;
}

@media only screen and (max-width: 600px) {
    #main #boxContent .bottomFruit2, #main #boxContent .bottomFruit3 {
        display: none;
    }

    #main .bottomFruit2, #main .bottomFruit3 {
        display: inline-block;
        z-index: 0;
    }


}

.conditionsWrapper .form-check {
    text-align: left;
}

@media only screen and (max-width: 500px) {
    .bottomFruit2, .bottomFruit3 {
        display: none !important;
    }

    .conditionsWrapper {
        text-align: left;
    }

    .conditionsWrapper .form-check {
        text-align: left;
    }

    .conditionsWrapper .form-check .form-check-input {
        margin-left: 0;
    }

    .boxFailed .text, .boxSucceeded .text {
        padding: 5px;
        margin-top: 5px !important;
    }

    #boxInnerContent .container {
        align-items: start;
    }

    .questionText {
        font-size: 1.2rem;
    }

    /*.form-check label {*/
    /*    font-size: 1.2rem;*/
    /*}*/
    /*.conditionsWrapper .form-check label {*/
    /*    font-size: 1rem;*/
    /*}*/

}


sup {
    font-size: 10px;
}


.form-banner {
    background-image: url(/assets/img/jbl2023/form_banner_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 5px 0 5px;
    width: 380px;

    margin: auto;
    color: white;
    font-family: Din, sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
}

.jblform h3 {
    font-weight: 400;
    font-family: Gotham;
    font-size: 1.95rem;
}


@media only screen and (min-width: 850px) {
    .jblform h3.wrap {
        text-wrap:nowrap;
    }
}


.jbllogo {
    width: 55px;
}

.jblform p {
    color: white;
    font-size: 1rem;
    font-family: Gotham;
}

.jblform form {
    max-width: 500px;
    margin: auto;
}

.jblform .form-group {
    margin-bottom: 15px;
}

.jblform input[type=text] {
    height: 44px;
}

.jblform .form-check {
    position: relative;
}

.jblform .form-check input {
    position: absolute;
    top: 0;
    left: 3px;
    transform: scale(1.4);
}

.jblform .form-check label {
    color: white;
    font-size: 0.7rem;
    font-family: Gotham;
    text-indent: 25px;
}

@media only screen and (max-width: 576px) {
    .jblform .form-check label {
        margin-top: 5px;
    }
}

.jblform .form-check a {
    color: white;
}

.form-control::placeholder {
    color: #cecece;
    opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #cecece;
}

.jblform #submitButton {
    background-color: #761469;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
    font-family: Gotham;
    font-weight: 400 !important;
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 10px 35px 5px 35px;
}

.jblform .soundbars {
    width: 100%;
    margin-top: 30px;
}

.jblform .jblsuccess {
    margin-top: 50px;
    margin-bottom: 100px;
}

.jblsuccesslogo {
    width: 60px;
    margin-bottom: 10px;
}
