/*
Theme Name: Mojom v1.3
Author: Mojom for Gooptin, Databowl, Mapp, DMP
Version: 1.3
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
.text{}
[id]{
    scroll-margin-top: 80px;
}
.hide, #submit[name="quizz_form_send"] {
    display: none
}
body>img[width="1"]{
    position:absolute;
    left:-3000vw
}
.row {
    margin-left: 0;
    margin-right: 0
}

.p-0 {
    padding-left: 0;
    padding-right: 0
}

/*global*/
html {
    margin: 0px;
    padding: 0px;
}

body {
    min-height: 100vh;
    background: none;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000000;
    font-family: 'Roboto' !important;
    /* height:100% */
}

body.bg-img {
    background: no-repeat center fixed;
    background-size: cover !important;
    /* background-image: url('img/background.jpg'); */
}
body.game-is-over.bg-img{
    background-image:none!important;
    background-color:#fff;
}
#page-single{
    background: #FCFDFF;
}
.game-ended h2,.game-ended h3{color:#000;text-align:center}
.game-ended h2{font-size:30px;font-weight:600}
.container.game-ended{padding:40px}


.active-games-grid{display:flex;justify-content: space-around;flex-wrap:wrap}
.active-games-grid>div{
    margin-bottom:40px;
    max-width:300px
}
.active-games-grid>div img{
    display:block;
    margin-bottom:20px;
    max-width:100%;
}
.active-games-grid>div p a{
    display:block;
    padding: 10px;
border-radius: 6px;
max-width: 150px;
color: #fff!important;
margin: 20px auto;
position: relative;
overflow: hidden;
font-size: 1.1rem;
font-weight: 300;

font-size: 18px;
font-weight: 100;
position:relative;
text-decoration: none!important

}
.active-games-grid>div p a:before{
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;

    background: #ed0076;
    background: linear-gradient(to right,#ed0076 0%,#ff4a4a 50%,#ff0082 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed0076',endColorstr='#ff0082',GradientType=1);
    transition: left ease-in-out .3s;
}
.active-games-grid>div p a span{
    position:relative;

}
.active-games-grid>div p a:hover:before{
    left: 0%;
}
/* #mainrow{overflow:hidden} */

a {
    color: #390a5f;
}

a:focus,
a:hover {
    color: #421567;
}

p {
    word-wrap: break-word
}

.h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
}

#quest-progress-message {
    background-color: #ffffffa3;
    border-radius: 25px !important;
    font-size: 24px;
    line-height: 2em;
    text-align: center;
    margin-top: 10px;
    border-radius: 2px;
    display: none
}

#social-thanks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#social-thanks>* {
    margin: 0 5px
}

.quest-text-gdpr {
    display: none;
}

/*NAVBAR*/
html.menu-actif, .menu-actif body {
    overflow: hidden
}

#mainrow .overlay {
    z-index: 100;
    background-color: transparent;
}

.menu-actif #mainrow .overlay {
    display: block;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 90px;
    z-index: 200;
    padding: 0 2%;


}
/* nav .hamburger{
    background-color: rgb(240 232 235 / 40%);
} */
@media(min-width:768px){
    nav{
        background-color: rgb(240 232 235 / 40%);
    }
    nav .hamburger{
        background-color:transparent
    }
}
nav#primary-nav{
    background-color: #fff;
    box-shadow: 0px -20px 36px 0px rgba(0, 0, 0, 0.25);
    position:fixed;
    top:0;
    left:0;
    right:0;

}
body.game-is-over nav#primary-nav{
background: #ffffff;
background: linear-gradient(to right, #ff0082 0%, #ff4a4a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0082', endColorstr='#ff4a4a', GradientType=1);
}
body.game-is-over nav .nav-img,
body.game-is-over #menu-lang a,
body.game-is-over #menu-lang li
{color:#fff!important}
body.game-is-over nav .n-header-logo{display:none!important}
body.game-is-over .burger-logo .nav-img{
    filter: invert(1);
}
nav #nav-gs-logo{
    display:block;
    width:150px
}
@media(min-width:767px){
    nav #nav-gs-logo{
        width:200px
    }
}
button.hamburger {
    opacity: 1 !important;
    outline: none !important;
    position: relative;
    top: 3px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000 !important;
}

body.game-is-over .hamburger-inner,
body.game-is-over .hamburger-inner:after,
body.game-is-over .hamburger-inner:before,
body.game-is-over .hamburger.is-active .hamburger-inner,
body.game-is-over .hamburger.is-active .hamburger-inner:after,
body.game-is-over .hamburger.is-active .hamburger-inner:before {
    background-color: #fff !important;
}

ul#main-nav {
    position: fixed;
    position: absolute;
    left: -245px;
    bottom: 0;
    top: 90px;
    width: 245px;
    height: 0;
    background-color: #fff;
    list-style-type: none;
    opacity: 0;
    transition: opacity ease-in-out .3s, left ease-in-out .3s, height 0s .3s;
    z-index: 800;
    margin: 0;
    padding: 0;
    height: calc(100vh - 90px);
    /* height: 100vh; */
    overflow: auto;
}

ul#main-nav.is-active {
    opacity: 1;
    left: 0;
    transition: opacity ease-in-out .3s, left ease-in-out .3s;
}

ul#main-nav li {
    background-position: left 20px center;
    background-size: 25px;
    background-repeat: no-repeat;
}

ul#main-nav li.home-icon {
    background-image: url('img/icon-home.svg')
}
/* ul#main-nav.icon-white li.home-icon {
    background-image: url('dist/img/icon-white/home.png')
} */
ul#main-nav li.play-all-icon {
    background-image: url('img/icon-game.svg')
}
/* ul#main-nav.icon-white li.play-all-icon {
    background-image: url('dist/img/icon-white/all-play.png')
} */

ul#main-nav li.cvp-icon {
    background-image: url('img/icon-person.svg')
}
/* ul#main-nav.icon-white li.cvp-icon {
    background-image: url('dist/img/icon-white/cvp.png')
} */
ul#main-nav li.reglement-icon {
    background-image: url('img/icon-rules.svg')
}
/* ul#main-nav.icon-white li.reglement-icon {
    background-image: url('dist/img/icon-white/reglement.png')
} */

ul#main-nav li.cookie-icon {
    background-image: url('img/icon-cookie.svg')
}
/* ul#main-nav.icon-white li.cookie-icon {
    background-image: url('dist/img/icon-white/cookie.png')
} */

ul#main-nav li.privacy-icon {
    background-image: url('img/icon-privacy.svg')
}
/* ul#main-nav.icon-white li.privacy-icon {
    background-image: url('dist/img/icon-white/privacy.png')
} */

ul#main-nav li.notification_button {
    background-image: url('dist/img/icon-dark/picto_notif.png')
}
 ul#main-nav.icon-white li.notification_button {
    background-image: url('dist/img/icon-white/picto_notif.png')
}

ul#main-nav li.winners-icon {
    background-image: url('img/icon-trophy.svg')
}
/* ul#main-nav.icon-white li.winners-icon {
    background-image: url('dist/img/icon-white/gagnant.png')
} */

ul#main-nav li.flag-icon {
    background-image: url('dist/img/icon-dark/flag.png')
}
 ul#main-nav.icon-white li.flag-icon {
    background-image: url('dist/img/icon-white/flag.png')
}

ul#main-nav li.gift-icon {
    background-image: url('img/icon-gift.svg')
}
/* ul#main-nav.icon-white li.gift-icon {
    background-image: url('dist/img/icon-white/gift.png')
} */

ul#main-nav li a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    padding: 20px 0;
    padding-left: 60px;
    display: block;
    text-decoration: none !important
}

ul#main-nav li:hover {
    background-color: rgb(190 190 200);
}

.nav-img{
    width: 105px;
}
nav .nav-img {
    margin: 0;
    color: #000;
    font-size: 24px;
    display:none;
}
/* @media(min-width:960px){ */
    nav .nav-img{display:block}
/* } */

.burger-logo{
    display: flex;
    align-items: center;
}
.lang-partner{
    display: flex;
    margin-right:2%;
}

#mainrow {
    position: relative;
    left: 0;
    transition: all ease-in-out .3s;
    /* min-height:100vh; */
    padding-bottom: 0 !important;
}
@media(min-width:768px){
    #mainrow{
        padding-top:90px
    }
}

/* .menu-actif body #mainrow {
    left: 100px;
    transition: all ease-in-out .3s;
} */

/*LANG*/
#menu-lang,
#menu-lang ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu-lang li,
#menu-lang a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 18px;
}

#menu-lang>li span::after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    margin: auto;
    background-image:url('dist/img/arrow-down.svg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center}

#menu-lang {
    /* margin-right: 40px; */
    position: relative;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 50px;
}

#menu-lang>li {
    display: block;
    width: 100%;
    height: 100%;
}

#menu-lang>li span {
    cursor: default;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 18px;
}

#menu-lang>li>ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    background-color: #f0e8eb;
    ;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px
}

#menu-lang li:hover>ul {
    visibility: visible;
}

/* -- LOGO PARTNER -- */
 .n-header-logo {
    position: absolute;
    width: 216px;
    height: 156px;
    height: 90px;
    right: 100px;
    top: 0px;

    padding: 5px;
}

.n-header-logo img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}


.n-banner-top img {
    margin: auto;
    display: block;
    max-width: 100%;


}
.n-banner-top-new img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 90px);
    width: auto;

}
@media(min-width:768px){
    .n-banner-top-new img {
        max-height: calc(100vh - 160px);
    }
}

.nfoot {
    margin: 10px auto 10px auto;
    width: 100%
}

/* -- SPONSORS -- */
#sponsors {
    text-align: center;
    padding-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.15);
}

.sponsor {
    width: 90px;
    height: auto;
    margin: 0px 2px;
}

.sponsor-line {
    display: flex;
    max-width: 540px;
    /* border: 1px solid #f1f1f1; */
    padding: 5px 5px 10px 10px;
    margin: 7px 0px;
    /* background-color: #fff; */
}

.sponsor-radios form {
    text-align: center;
    padding: 9px 0px 0px 0px;
}

#sponsors .bshadow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3,OffY=3,Color='#fff')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3,OffY=3,Color='#fff')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.7));
    filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.7));
}

#sponsors .wshadow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3,OffY=3,Color='#000')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3,OffY=3,Color='#000')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

.n-footer-menu {
    text-align: center;
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
}

/* ---- BUTTON --- */
.btn {
    font-size: 1.6rem;
}
.btn-bdd{
    font-size: 20px;
    font-weight: 400;
    width: initial;
    padding: 6px 12px;
    background-color: #fff !important;
    color: #000;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn-exc-incl .btn-bdd{
    border: none !important;
    background-color: #fff !important;
    color: #000;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1) !important;
}
.btn-exc-incl .btn-bdd:hover{
    background-color: #000 !important;
    color: #fff;
}
.sponsor-line .spon-box{
    display: none;
}
.btn-primary>span {
    position: relative
}

/* .btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:focus {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition:all ease-in-out .3s;
}
*/

.btn-submit:hover{
    background: linear-gradient(88deg, #CFF6A7 1.65%, #36DBE8 98.35%);
    color: #000;
    transition: all ease-in-out .3s !important;
}

/*
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: rgb(92, 92, 92);
    border-color: rgb(92, 92, 92);
} */

#container-quest .btn-skip {
    margin: 20px auto 0;
    display: block;
    text-align: center;
}

.btn-xs {
    font-size: 12px
}

.fb-like {
    margin: 20px 0px 0px 0px;
    display: inherit !important;
    text-align: center
}


#the-content{
    background-color:#fff;
    margin-top:28px;
}
#the-content h1,
#the-content h2 {
    text-align: center;
}



/* ---- CONTAINER --- */
#container-quizz {
    max-width: 100%;
    margin-top: 20px;
    padding:0 5px
}

@media(min-width:767px) {
    #container-quizz {
        margin-top: 50px;
    }
}

#container-quizz-multi {
    max-width: 100%;
    margin: 0;
    /* overflow-x: hidden; */
    margin-top: 28px
}

#container-form {
    max-width: 100%;
    margin: 42px auto 28px auto;
    /* color: #fff; */
}

#container-form img.img-lot{
    display:block;
    max-width:100%;
    margin:auto;
}
#container-form > div{
    position: relative;

}
/* #container-form #shape{
    position: absolute;
    left: 5%;
    width: 90%;
    z-index: 2;
    border-bottom: 70px solid black;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    bottom: 0;
    height: 77px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    overflow: hidden;
    /* text-align: center; */
/* } */
#container-form #time{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    color: white;
    font-size: clamp(10px, 3.5vw, 20px);
    font-weight: 400;
    width: 80%;
    left: 10%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

    text-align: center;
    background-color: black;
    height: 60px;
    z-index: 5;
    /* clip-path: polygon(
        9.75% 100%, 90.25% 100%, 90.25% 100%, 90.25% 100%, 90.054% 93.5%,
        89.485% 87%, 88.575% 81%, 87.355% 75%, 85.855% 70%, 84.107% 66%,
        82.141% 62%, 79.99% 58%, 77.682% 55%, 75.25% 52%, 24.75% 52%,
        24.75% 52%, 22.318% 55%, 20.01% 58%, 17.859% 62%, 15.893% 66%,
        14.145% 70%, 12.645% 75%, 11.425% 81%, 10.515% 87%, 9.946% 93.5%,
        9.75% 100%, 9.75% 100%
    ); */
}

@media screen and (max-width:550px) {

    #container-form #time{
        width: 70%;
        left: 15%;
    }
}

@media screen and (min-width:712px) and (max-width:1023px) {
    #container-form #time{
        left: 25%;
        width: 50%;
    }
}



@media(min-width:1024px) {
    #container-form {
        margin-top: 28px;
        display:flex;
        justify-content: space-around;
        align-items: center;

    }
    #container-form>div{width:45%}

}

#container-quest {
    max-width: 97%;
    width: 100%;
    margin: 0px auto 50px auto;
    border-radius: 4px;
    margin-top: 28px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: opacity ease-in-out .3s .3s, -webkit-transform ease-in-out .3s .3s;
    transition: opacity ease-in-out .3s .3s, transform ease-in-out .3s .3s;
    transition: opacity ease-in-out .3s .3s, transform ease-in-out .3s .3s, -webkit-transform ease-in-out .3s .3s
}

#container-quest.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

#container-quest .checkbox-wrapper>.checkbox {
    width: 40%;
    margin: 12px;
}

@media(min-width:768px) {
    #container-quest {
        max-width: 750px;
    }
    #container-quest>form>.sub-quest{
        max-width: 645px;
        margin:auto;
        margin-bottom: 24px !important;
    }
	#container-quest .checkbox-wrapper>.checkbox {
        width: 21%;
    }
}

@media(min-width:1240px) {
    #container-quest {
        max-width: 940px;
    }
    #container-quest>form>.sub-quest{
        max-width: 880px;
        margin:auto
    }
}

/* #container-quest button.btn {
	margin: 30px auto 0 auto;
	display: block;
} */
#container-quest .control-label {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    display: block;
    color: #000;
    padding-bottom: 40px;
}
@media(min-width:768){
    #container-quest .control-label {
        font-size: 24px;
    }
}

#container-quest .radio label,
#container-quest label {
    font-size: 1.4rem;
}

#container-quest label {
    font-size: 1rem;
}

#container-quest .radio>label:not(.form-error) {
    line-height: 22px;
    width: 100%;
    border-radius: 25px;
    border: 2px solid transparent;
    background: #FFF;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.08);
    text-align: left;
    padding: 12px 10px;
    /* border: 1px solid #d4d0d6; */
    height: 100%;
    text-align: center;
}

#container-quest .radio.coregspo>label:not(.form-error) {
    min-height: 100px;
    font-weight: bold;
    font-size: 26px;
    color: #3c3c3c;
}

.coregspo-img {
    padding: 25px 0
}

.coregspo-img img {
    display: block;
    margin: auto;
    max-width: 300px;
}

.coregspo-gdpr {
    font-weight: normal;
    text-align: center;
    font-size: 10px;
}

.radios-quest .coregspo.radio label {
    display: flex;
    justify-content: center;
    align-items: center;
}

#container-quest .radio>label img {
    max-width: 110px;
    max-width: 100%;
    height: auto;
}

#container-quest .radio>label img[src$=".svg"],
#container-quest .checkbox-wrapper>.checkbox label img[src$=".svg"] {
    min-height: 80px;
}

#container-quest .sub-quest label[for="f_855_dob_enfant"] {
    max-width: 400px;
    margin: auto;
}

#container-quest .sub-quest label[for="f_855_dob_enfant"].error {
    max-width: 300px;
    display: block;
}

#container-quest .radio>label:not(.form-error):hover {
    border: 2px solid #000;
    background-color: #fff;
}

#container-quest h3 {
    text-align: center;
    color: #FFF;
    padding-bottom: 5px;
}

#container-quest .form-error {
    display: none;
    color: #d9534f;
    font-size: 1.8rem;
    -webkit-animation-name: flash;
    animation-name: flash;
}

#container-coreg {
    max-width: 1140px;
    margin: 0px auto 40px 0px;
    padding: 0px;
}



#container-thanks {
    max-width: 90%;
    margin: 0px auto 70px auto;
    color: #FFF;
}

#container-thanks p {
    font-size: 1.8rem;
    font-weight: 300;
}

#container-quest .sub-quest.coregspo_1,
#container-quest .sub-quest.coregspo_3 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#container-quest .sub-quest.coregspo_1 img,
#container-quest .sub-quest.coregspo_3 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
}

#container-quest .sub-quest.coregspo_1 .coregspo-img,
#container-quest .sub-quest.coregspo_3 .coregspo-img {
    padding: 0;
    display: block
}

#container-quest .sub-quest.coregspo_1 .coregspo-img-mobile,
#container-quest .sub-quest.coregspo_3 .coregspo-img-mobile {
    display: none
}

#container-quest .sub-quest.coregspo_1 .radio.coregspo label:not(.form-error) {
    min-height: auto;
    font-weight: 400;
    border: none;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

.coregspo_3 .radios-quest {
    margin-top: 30px;
    display: block;
}

.coregspo_3 .radios-quest .radio {
    width: 100%
}

#container-quest .coregspo_3 .radio>label:not(.form-error) {
    min-height: 0px;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    border: none;
    padding-bottom: 0;
    padding-top: 0
}

#container-quest .coregspo_3 .radio>label input+span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 20px;
    border: solid #121212 2px;
    box-shadow: inset 0 0 0 5px transparent, inset 0 0 0 0px #121212;
}

#container-quest .coregspo_3 .radio>label input:checked+span::before,
#container-quest .coregspo_3 .radio>label:hover input+span::before {
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 8px #121212;
    transition: box-shadow ease-in-out .3s
}

#container-quest .sub-quest.coregspo_1 .radio.coregspo label:not(.form-error):hover {
    border: 0;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}

#container-quest .sub-quest.coregspo_1 .radios-quest {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#container-quest .sub-quest.coregspo_1 .radio.coregspo {
    margin-left: 0;
    margin-right: 0;
    flex: 1;
}

#container-quest .sub-quest.coregspo_1 .radio.coregspo:first-child {
    margin-right: 2px
}

#container-quest .sub-quest.coregspo_1 .radio.coregspo:nth-child(2) {
    margin-left: 2px
}

#container-quest .sub-quest.coregspo_1 input+span {
    font-size: 26px;
    line-height: 26px
}

#container-quest .sub-quest.coregspo_1 input[value="no"]+span {
    font-size: 12px
}

#container-quest .sub-quest.coregspo_1 .radios-quest {
    display: block;
}

#container-quest .sub-quest.coregspo_1 .radios-quest .r0 {
    min-width: 180px;
    width: 75%;
    margin: auto !important
}

#container-quest .sub-quest.coregspo_1 .radios-quest .r1 {
    margin: auto !important;
    margin-top: 15px !important;
}

#container-quest .sub-quest.coregspo_1 .radios-quest .r1 label {
    background-color: transparent !important;
    padding: 0;
    box-shadow: none !important
}

.sponsor-table tr {
    border-bottom: 1px solid #cccccc;
}

.sponsor-table tr:last-child {
    border-bottom: 0px;
}

#mainForm .col-1 {
    padding: 0px 2px 0px 0px;
}

#mainForm .col-3 {
    padding: 0px 0px 0px 2px;
}

#container-quest .checkbox-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

#container-quest .checkbox-wrapper>.checkbox input[type="checkbox"] {
    visibility: hidden;
}

#container-quest .checkbox-wrapper>.checkbox label:not(.form-error) {
    border-radius: 25px !important;
    background: #FFF !important;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.08) !important;
    margin: auto;
    position: relative;
    min-height: 80px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    height: 100%;
    width: 100%;
	display: grid;
}

#container-quest .checkbox-wrapper>.checkbox input:not([data-limit="1"]) + label:hover {

    border: 2px solid #000;
    background-color: #000;
}

#container-quest .checkbox-wrapper>.checkbox label:not(.form-error):before {
    border-radius: 25px !important;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.08) !important;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #000000;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

#container-quest .checkbox-wrapper>.checkbox label:not(.form-error) p,
#container-quest .radio>label:not(.form-error) p {
    margin-top: 5px;
    font-weight: 600;
}

#container-quest .checkbox-wrapper>.checkbox label:not(.form-error) img {
    max-width: 100%;
    transition-duration: 0.2s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

#container-quest .checkbox-wrapper>.checkbox input:checked+label:not(.form-error) {
    border-color: #000000;
}

#container-quest .checkbox-wrapper>.checkbox input:checked+label:not(.form-error):before {
    content: "✓";
    color: #FFF;
    background-color: #000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#container-quest .checkbox-wrapper>.checkbox input:checked+label:not(.form-error) img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

#quest-info-alarme {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#quest-info-alarme>div::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
    background-image: url('img/burglary.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
}

#quest-info-alarme>div {
    width: 100%;
    max-width: 500px;
    margin: auto;
    background: #fff;
    padding-bottom: 15px;
}

#quest-info-alarme p:nth-child(1) {
    margin-top: 15px;
}

#quest-info-alarme p:nth-child(2) {
    position: relative;
}

#quest-info-alarme .counter {
    font-size: 40px;
    color: #ff0124;
}

#quest-info-alarme .counter::before,
#quest-info-alarme .counter::after {
    content: "";
    display: block;
    height: 4px;
    width: calc(50% - 70px);
    max-width: 100px;
    position: absolute;
    top: 50%;
    background-color: #ff0124;
}

#quest-info-alarme .counter::before {
    left: calc(50% + 60px);
}

#quest-info-alarme .counter::after {
    right: calc(50% + 60px);
}

#quest-info-alarme a.simple-next {
    margin-top: 20px;
    background-color: #ff0024;
    border: none;
}

#quest-info-alarme a.simple-next:hover {
    background-color: #fd3752;
}

/* ------ BUTTONS ------ */
.button {
    border-radius: 25px;
    background-color: rgba(32, 41, 76, 0.5);
    color: #ffffff;
    width: auto;
    margin-top: 15px;
    border: rgba(32, 41, 76, 0.5) 1px solid;
    padding: 12px;
}

.button:hover {
    background-color: #03213a;
    border: #03213a 1px solid
}

.button>span {
    font-size: 24px;
}

#game-image {
    margin-top: 15px;
}

/* ------ FORM ------ */
.sub-col {
    padding: 0px 0px;
}

.sub-col .col-xs-6 {
    margin: 0px 0px 0px 0px
}

.col-xs-12 {
    padding: 0px;
}

.form-control {
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    background-color: #F0F3F8 !important;
    border: 0px !important;
    outline: none;
    border-radius: 8px !important;
    box-shadow: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

.form-control#EMAIL.pending, .form-control#fphone.pending {
    background-image: url('img/small-loader.gif');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
}

.control-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 3px;
    color: #FFF;
}

.control-label.text-danger,
.form-error.flash {
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 0px;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    color: #e20714;
}

.term-check {
    max-width: 100%;
    margin: auto;
    padding: 2px 30px 15px 30px;
    clear: both;
}

.checkbox label,
.radio label,
label {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: justify;
}

:focus {
    outline: none
}

.terms {
    padding: 0px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4rem;
    text-align: justify;
    color: #FFF;
    background-color: #fff!important;
    padding: 20px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    max-width: 350px;
    margin: auto;
    color: #000;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    border:solid 1px #c4c4c4;
}
@media(min-width:992px) {
    .container.play-multi+div .terms {
        max-width: 992px;
		margin-top:20px
    }
}

@media(min-width:1024px) {
    .terms {
        max-width: 1170px
    }
}

/* .terms {
	margin: 20px 30px;
	padding: 0px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.4rem;
	text-align: justify;
	color: #FFF;
} */
.checkbox input[type=checkbox] a {
    color: #FFF;
}

.field-error {
    border: 1px solid #f44336
}

.txt-center {
    text-align: center;
    color: #000;
    /* position: relative; */
    /* z-index: 800; */
}
.txt-center h3{
    font-size: 40px;
}
@media(min-width:768){
    .txt-center h3{
        font-size: 36px;
    }
}
#container-thanks{
    margin-top: 72px;
  }
.img-center{
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

input.error,
select.error {
    border: 2px solid #f44336;
    background-color: #fdf6f6;
}

label.error {
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    text-align: left;
    font-size: 1.2rem;
}

.term-check label.error {
    border: 0px solid #F44336;
    background-color: rgba(244, 67, 54, 0.65);
}

.form-control.datepicker, #QUEST3 {
    height: 40px;
    width: 60%;
    margin: auto;
}

.form-control.datepicker.valid {
    text-align: center;
}

a.sponsor-clicked,
a.sponsor-clicked:hover,
a.sponsor-clicked:visited,
a.l-color,
a.l-color:hover,
a.l-color:visited {
    color: #421567;
    text-decoration: underline;
    font-weight: 400;
}

/*PROGRESS BAR*/
.button:hover {
    background-color: #03213a;
    border: #03213a 1px solid
}

.button>span {
    font-size: 24px;
}

#game-image {
    margin-top: 15px;
}

#game-image img {
    border: #000 1px solid;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

#quest-progression, #quest-progression-2 {
    margin-top: 45px;
    border-radius: 4px 4px 0 0;
}

@media(min-width:768px){
    #quest-progression, #quest-progression-2 {
        margin-top: 0px;
    }
}

#quest-progression>div, #quest-progression-2>div {
    height: 16px;
    border-radius: 25px;
    transition: width ease-in-out .3s;
    background: linear-gradient(88deg, #CFF6A7 1.34%, #36DBE8 98.22%);
    /* background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 0%, transparent 0%, transparent 40%, rgba(255, 255, 255, .15) 40%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 45px 15px; */
}
#quest-progression>div{
    width: 0;
}

/* ------ FORM ------ */
.sub-col {
    padding: 0px 0px;
}

.sub-col .col-xs-6 {
    margin: 0px 0px 0px 0px
}
.form-group{position:relative}
/* .form-group.submit-group {
    padding: 0 15px 35px 15px;
} */

.form-control {
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    background-color: #fff;
    border: 0px;
    outline: none;
    border: 1px solid #dcdcdc;
    font-size: 1.2em;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

.control-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 3px;
    color: #FFF;
}

.control-label.text-danger,
.form-error.flash {
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 0px;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    color: #e20714;
}

.term-check {
    max-width: 100%;
    margin: auto;
    padding: 2px 30px 15px 30px;
    clear: both;
}

.term-check .checkbox {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 35px;
    margin: 10px auto 0px auto;
    background: rgba(255, 255, 255, 0.19);
}

.checkbox label,
.radio label,
label {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: justify;
}

.checkbox input[type=checkbox] a {
    color: #FFF;
}

.field-error {
    border: 1px solid #f44336
}

input.error,
select.error {
    border: 1px solid #f44336;
    background-color: #fdf6f6;
}

label.error {
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 2px 2px;
    text-align: left;
    font-size: 1.1rem;
}

label[for=optin-cgu].error {
    padding: 5px 8px;
}

.term-check label.error {
    border: 0px solid #F44336;
    background-color: rgba(244, 67, 54, 0.65);
}

.form-control.datepicker {
    height: 40px;
    width: 60%;
    margin: auto;
}

.form-control.datepicker.valid {
    text-align: center;
    color: #000;
    font-size: 20px;
}

a.sponsor-clicked,
a.sponsor-clicked:hover,
a.sponsor-clicked:visited,
a.l-color,
a.l-color:hover,
a.l-color:visited {
    color: #8b8b8b;
    text-decoration: underline;
    font-weight: 400;
}

/*new form*/
.form-local {
    padding-left: 50px;
    padding-right: 50px;
}
.form-local .btn-form-local{
    background-color:#000;
    color:#fff;
    padding:10px 20px;
    min-width:120px;
    text-align:center;
    margin:2px;
    margin-top:30px
}
.form-local .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.form-local p {
    margin-bottom: 15px;
    font-size: 14px;
}

.form-local p span {
    font-weight: 500
}
.form-local .other-game-proposal a.btn-primary{
    color:#fff;
    background-color:#000;
    padding:15px 30px
}
.form-panel .pl-0 {
    padding-left: 0 !important
}

.form-panel .pr-0 {
    padding-right: 0 !important
}

.form-panel .form-group {
    position: relative;
}

.new-form .row {
    margin: 0;
}

#container-form-multi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

/*formulaire*/
#form-panel-container {
    display: flex;
    max-width: 350px;
    margin: auto;
    align-items: flex-start;
    transition: height ease-in-out .3s
}

.form-panel {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 400px;
    padding: 30px 0 15px 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
    /* 	max-width: 350px;
 */
    width: 100%
}

.form-panel:nth-child(n+2) {
    position: absolute;
    top: 0;
}

.form-panel[data-panel="1"] {
    padding: 40px 0 40px 0;
    min-height:auto
}
.form-panel[data-panel="1"] .form-panel-nav{display:none}{display:none}

.form-panel-hide {
    -webkit-transform: translateX(-200px) scale(0.7);
    transform: translateX(-200px) scale(0.7);
    opacity: 0;
    transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
}

.form-panel-show {
    -webkit-transform: translateX(200px) scale(0.7);
    transform: translateX(200px) scale(0.7);
    opacity: 0;
    transition: opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s;
    transition: transform ease-in-out .2s, opacity ease-in-out .2s, -webkit-transform ease-in-out .2s;
}

.form-panel .form-panel-nav {
    margin-top: 30px;
    margin-bottom: 20px;
}

.form-panel .form-group.civility img {
    max-width: 100px;
    max-height: 100px;
}

.form-panel .form-group.civility>div {
    display: flex;
    justify-content: flex-start;
}

.form-panel .form-group.civility>div:first-child {
    justify-content: flex-end;
}

.form-panel .form-group.civility label:not(.error) {
    height: 128px;
    width: 125px;
    background-color: #fff;
    position: relative;
    background-size: 70%;
    background-position: top 10px center;
    background-repeat: no-repeat;
    cursor: pointer
}

.form-panel .form-group.civility p {
    color: #929292 !important;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
}

.form-panel .form-group.civility input {
    visibility: hidden;
    position: absolute
}

.form-panel .form-group.civility label[for="civil-mr"] {
    background-image: url('img/homme.png')
}

.form-panel .form-group.civility label[for="civil-mrs"] {
    background-image: url('img/femme.png')
}

.form-panel .form-group.civility label[for="CIVIL"].error {
    text-align: center;
}

.form-panel .form-group.civility label[for="CIVIL"]:hover {
    box-shadow: none;
    border: 0px solid #929292;
}

.form-panel .form-group.civility input:checked+label,
.form-panel .form-group.civility label:hover,
.form-panel .btn-form:hover {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 35%);
    border: 1px solid #929292;
}

.form-panel .btn-form {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 25px;
    margin: 0 2px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.form-panel .checkbox>label {
    padding: 0;
}

.form-panel .checkmark {
    position: absolute;
    top: 0px;
    left: -33px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #505050;
}

.form-panel .checkmark::after {
    left: 7px !important;
    top: -1px !important;
    width: 8px;
    height: 18px;
    border: solid #4CAF50;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-panel .checkbox label:hover input~.checkmark {
    background-color: #fff;
}

.form-panel .checkbox label input:checked~.checkmark:after {
    display: block;
}

.form-panel label.error {
    background: none;
    color: #f44336;
}

.form-panel .form-control.valid {
    background-color: #e8f0fe !important;
}

.form-panel .form-control:focus {
    border: solid #bfbfbf 1px;
}

.form-panel .form-control.error {
    border-color: #f44336;
    background-color: #fff;
}

.form-panel input[name="optin-cgu"].error~.checkmark, .form-panel input[name="optin-sponsor"].error~.checkmark {
    border-color: #f44336;
}

/*cascade slider*/
.cascade-slider_arrow {
    color: #fff;
}

.cascade-slider_arrow i {
    font-size: 50px;
}

.cascade-slider_container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-height: 480px;
    height: 100vw;
}

.cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
}

.cascade-slider_item.next {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-150%) scale(0.6);
    transform: translateY(-50%) translateX(-150%) scale(0.6);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.prev {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(50%) scale(0.6);
    transform: translateY(-50%) translateX(50%) scale(0.6);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.now {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
}

.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

.cascade-slider_arrow-left {
    left: 15%;
}

.cascade-slider_arrow-right {
    right: 15%;
}

.cascade-slider_nav {
    position: absolute;
    bottom: -120px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.cascade-slider_dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 1em;
    background: #ddd;
    list-style: none;
    cursor: pointer;
}

.cascade-slider_dot:hover {
    background: #555;
}

.cascade-slider_dot.cur {
    background: #555;
}

.cascade-slider_dot:hover {
    background: #555;
}

.cascade-slider_dot.cur {
    background: #555;
}

.cascade-slider-item label {
    position: relative;
    cursor: pointer
}

.cascade-slider_item>label {
    position: relative;
    display: block;
    margin: auto;
}

.cascade-slider_item>label img {
    display: block;
    max-width: 100%;
    margin: auto;
    max-height: 450px;
}

.cascade-slider_item>label img:nth-child(1) {
    visibility: hidden
}

.cascade-slider_item>label img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out
}

@media(min-width:762px) {
    .cascade-slider_item>label img:nth-child(2) {
        opacity: 0;
    }

    .cascade-slider_item>label img:nth-child(1) {
        visibility: visible;
    }
}
.cascade-slider_item.now>label{
    cursor:pointer
}
.cascade-slider_item.now>label:hover img:nth-child(2) {
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.pac-logo:after {
    opacity: 0.07
}

/* ------ CUSTOM CHECKBOX ------ */
.checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 22px;
    left: 17px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 8px;
    border:1px solid #dcdcdc;
}

.checkbox label input:checked~.checkmark {
    background-color: #fff;
    color: #ff0000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox label input:checked~.checkmark:after {
    display: block;
}

.checkbox label .checkmark:after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 18px;
    border: solid #4CAF50;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



#optin-box .error {
    color: #f44336;
    background-color: #fefdff;
    font-weight: 400;
    border: 1px solid #f44336;
    margin: 10px 0px;
}

#optin-box label {
    color: #000;
}
#optin-box .optin-sponsor-text{
    display:none;
}

#optin-box [name="optin-sponsor"]:not(:checked)~.optin-sponsor-text.uncheck{
    display:block;
}

#optin-box[data-checktype=""] [name="optin-sponsor"]:checked~.optin-sponsor-text.check,
#optin-box[data-checktype="acceptall"] [name="optin-sponsor"]:checked~.optin-sponsor-text.check,
#optin-box:not([data-checktype]) [name="optin-sponsor"]:checked~.optin-sponsor-text.check
{
    display:block;
}
#optin-box[data-checktype="refuseall"] [name="optin-sponsor"]:checked~.optin-sponsor-text.refuseall{
    display:block;
}


/* ------ MODAL + OVERLAY ------ */
.tab-content {
    overflow-y: scroll;
    max-height: 60vh;
}
@media(min-width:768px){
    .modal-dialog{
        width: 700px;
    }
}
.modal-content {
    background-color: #ffffff;
    padding: 20px;
}

.modal-gdpr {
    font-size: 10px;
    line-height: 10px;
    color: #717171;
    margin-top: 5px;
    padding: 10px 20px;
}

.modal-body {
    position: relative;
    padding: 0px 5px;
}

.modal-body .control-label.text-danger {
    font-size: 20px;
    color: #e20714;
    line-height: 40px;
}

.loading {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/loading.gif') 95% 50% no-repeat #f9f9f900;
    cursor: not-allowed;
}

.loader {
    border: 6px solid #FFF;
    border-top: 6px solid #CCC;
    border-bottom: 6px solid #CCC;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    position: fixed;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: 15002;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15001;
    background: rgba(0, 0, 0, 0.5);
    overflow: visible;
}

.modal-body h3 {
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 2px;
}

.modal-body .sponsor-table a,
.modal-body .sponsor-table a:hover,
.modal-body .sponsor-table a:visited {
    color: #000;
    text-decoration: underline;
}

.modal-body .nav-tabs {
    display: flex;
    justify-content: center;
    border: none;
    flex-wrap:wrap;
    gap:4px;
}

.modal-body .nav-tabs>li{
    margin-bottom: 0;
}
.modal-body .nav-tabs>li>a{
    margin: 0;
}

.modal-body .nav-tabs>li.active>a {
    height: 100%;
}

.modal-footer button.close-modal {
    background-color: #000;
    color: #fff;
    margin-bottom: 0 !important;
}

.modal-footer button.close-modal:hover {
    background-color: #000;
}
.modal-footer, .modal-header{
    background-color: transparent !important;
}

.modal-body button.excludeAll, .modal-body button.includeAll {
    background-color: #f0f0f0;
    font-size: 12px;
    box-shadow: none;
    outline: none !important;
    width:initial;
    color:#000;
    padding:5px 10px
}
.sponsor-radios .btn{
    width:initial;
    padding:6px 12px;
    background-color:#fff;
    color:#000
}
.sponsor-line .btn-secondary:hover,
.sponsor-line .btn-secondary.active {
    background-color: #000 !important;
    border: none;
}

.nav-tabs>li>a {
    background: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #ffffff;
    background-color: #000;
    border: 1px solid #000000;
    border-bottom-color: #000000;
    font-weight: 500;
}

.tab-content>div>div>div:nth-child(2) {
    flex-grow: 1;
}

.btn-secondary {
    color: #000000;
    background-color: #f7f7f7;
    border-color: #efecec;
    margin: 0px 0px;
    border-radius: 5px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f10200;
    border-color: #f10200;
}

.sponsor-error {
    text-align: center;
    padding: 0px;
    max-width: 100%;
}

@media(max-width:600px) {
    .sponsor-line .sponsor-img {
        display: none !important;
    }

    .sponsor-line .sponsor-title {
        max-width: unset !important;
        flex: 1;
    }

    .sponsor-line .sponsor-title h3 {
        font-size: 16px;
        padding-left: 0;
    }

    .sponsor-line .sponsor-radios>form>div {
        display: flex;
        margin-bottom: 10px;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*quests*/
.radios-quest {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 24px;
}

.radios-quest .radio {
    margin: 4px 10px;
    width: 40%;
}

@media(min-width:1200px) {
    .radios-quest .radio {
        width: 28%;
    }
}

#quest-135 .radios-quest {
    max-width: 400px;
    margin: auto;
}

#quest-135 .radios-quest .radio {
    width: 47%
}

.radios-quest .radio label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radios-quest .radio label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.term-check .control-label.text-danger {
    background-color: #F44336;
    color: #fff;
    width: 100%;
    padding: 10px;
    margin: 4px;
}

.term-check .animated.infinite {
    -webkit-animation-iteration-count: initial;
    animation-iteration-count: initial;
}

.sub-quest {
    margin-bottom: 20px;
    padding: calc(52% - 290px) 15px;
    /* padding-bottom: 10px; */
    border-radius: 0 0 4px 4px;
    min-height: 325px;
}

.sub-quest.highlight {
    border: 1px solid #ff0000;
}

.sub-quest.highlight_green {
    border: 1px solid #008000;
}

.sub-quest .checkbox-quest {
    text-align: center
}
.checkbox-quest .btn{
    margin-top: 56px !important;
    width: 100%;
}
@media(min-width:767px){
    .checkbox-quest .btn{
        width: 50%;
    }
}
.sub-quest .btn-primary{
    margin-top:15px;
    background-color:#000;
    color:#fff
}

.sub-quest .checkbox-quest a.checkbox-q-skip {
    margin: 10px;
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

.quest-verification {
    margin-bottom: 15px;
}

.quest-verification p[data-copy]::after {
    content: attr(data-copy);
    display: block;
    font-weight: 400;
}

.quest-verification p {
    text-align: center;
    font-size: 16px
}

.quest-verification input {
    max-width: 300px;
    margin: auto;
}

.quest-verification label.error {
    max-width: 300px;
    margin: auto;
    display: block;
}

.quest-verification~a.checkbox-q-skip {
    font-size: 12px;
    background-color: #85859e;
    border-radius: 25px;
    padding: 15px;
    color: #fff;
    text-decoration: none !important;
}

.sub-quest {
    display: none;
}

.sub-quest {
    padding: 35px 15px 0;
    min-height: auto;
}

/*cookies*/
.cc-banner .cc-message {
    font-size: 12px;
}

.cc-btn {
    font-size: 12px;
}

/*---- TERM ----*/
.page-term .n-header-top {
    height: 90px;
    background: linear-gradient(to right, #ff0082 0%, #ff4a4a 100%);
}

.page-term {
    background-image: none !important;
    background-color: #fff;
}

.page-term h2, .page-term strong, .page-term #the-content a {
    color: #FF2566;
}

.btn-print {
    padding: 10px 20px;
    border-radius: 6px;
    max-width: 150px;
    color: #fff !important;
    margin: 20px auto;
    font-size: 1.5rem;
    font-weight: 300;
    background: #000000;
    cursor: pointer;
    display:inline-block
}

/*--- ADBLOCK ---*/
body.fix {
    overflow-y: hidden;
}

#admodal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(39, 39, 39, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    z-index: 99999;
}

#admodal>div {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    max-width: 500px;
    box-shadow: 0px 2px 10px #a7a7a7;
    border-radius: 10px;
}

#admodal h3 {
    margin: 20px 0;
}

#admodal>div>img {
    max-width: 120px;
}

#admodal a {
    display: inline-block;
    background-color: #467fc9;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
}

#admodal p {
    font-size: 15px;
    margin-bottom: 15px;
}

#admodal a:hover {
    background-color: #4073b6
}

.pac-container {
    top: 100% !important;
    left: 0px !important;
    width: 100% !important;
}

/*play multi*/
.multi-top img {
    max-width: 100%;
}

.acc-gift-title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin: 28px 0px 28px 0px;
    color: #fff;
}

/*thanks*/
#thanks-banners {
    margin: 20px auto 0px;
}

#thanks-banners-carousel .item img {
    width: 100%
}

#thanks-banners .game{
    background-color: white;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
}
#thanks-banners .game img{
    border-radius: 16px 16px 0 0;
}
#thanks-banners .enddate{
    margin: 24px 5% 0;
}
#thanks-banners .enddate span{
    font-weight: 500;
}
#thanks-banners .center-button{
    display: flex !important;
    justify-content: center !important;
    margin: 24px 5% 32px;
    background-color: #000;
    border-radius: 8px;
    padding: 22px;
}
#thanks-banners .center-button a{
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
#thanks-banners .center-button a:hover{
    text-decoration: none;
}
#thanks-banner .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0% !important;
}
/*TEST ACHAT*/
#thanks-big-banner input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #1c4d8f;
    margin: 12px;
    /* width: 200px;
	 height: 60px; */
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}

#thanks-big-banner form {
    position: relative;
}

#thanks-big-banner #ta-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#thanks-big-banner #ta-buttons a {
    color: #fff;
}

#thanks-big-banner input[type=submit]:hover {
    background-color: #2b568f;
    border-color: #2b568f;
}

#thanks-big-banner.giftinity input[type=submit] {
    background-color: #f79231;
}

#thanks-big-banner.giftinity input[type=submit]:hover {
    background-color: #fa9d46;
    border-color: #fa9d46;
}

#thanks-big-banner img {
    display: block;
    max-width: 100%;
}

#thanks-big-banner .ta-offre {
    display: block;
    max-width: 100%;
    margin: auto;
}

#thanks-big-banner .guide-img {
    margin: auto;
}

#thanks-big-banner h4 {
    margin: 0;
    line-height: 28px;
}

#thanks-big-banner #thanks-message {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#thanks-big-banner #thanks-message h4 {
    font-weight: 100;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
}

#thanks-big-banner #thanks-message .fb-like {
    margin-top: 10px;
}

#thanks-big-banner form>label, #thanks-big-banner form>label>img {
    width: 100%;
    cursor: pointer
}

#thanks-big-banner form {
    margin-bottom: 13px;
}

#thanks-big-banner form label {
    margin-bottom: 0px;
}

@media(min-width:768px) {
    #thanks-big-banner #thanks-message {
        margin-top: 65px;
        box-shadow: 0px 1px 3px 1px #7474742b;
        text-align: center
    }

    #thanks-big-banner .guide-img {
        max-width: 500px;
    }

    #thanks-big-banner #thanks-message h4 {
        font-size: 16px
    }
}

/* PUSHSUBSCRIPTION */
.push-popup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    box-sizing: border-box;
    background: transparent;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center
}

.push-popup.entry {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all ease-in-out .3s;
    transition: opacity ease-in-out .3s, -webkit-transform ease .1s;
    transition: opacity ease-in-out .3s, transform ease .1s;
    transition: opacity ease-in-out .3s, transform ease .1s, -webkit-transform ease .1s;
}

.push-popup-content {
    background: transparent;
}

.row.text {
    display: none;
}

button.js-push-btn.btn {
    display: none;
}

button.js-deny-push-popup-btn.btn {
    display: none;
}

img.js-push-btn.btn {
    width: 75px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    box-shadow: none;
}

.col-sm-5.first {
    padding: 0px;
}

/*stepsbystep*/

@media(max-width:767px){
    #stepbystep {
        display: none;
    }
}
    #stepbystepmobil{
        display: flex;
        padding: 0 25px;
        justify-content: center;
        column-gap: 80px;
        margin-top: 100px;
    }
    #stepbystepmobil .col-md-step{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 12px;
        height: 38px;
        position: relative;
        text-align: center;
        top: 15%;
        border-radius: 100px;
        font-weight: 900;
        width: 38px;
    }
    #stepbystepmobil .col-md-step span{
        color: #000;
        text-wrap: nowrap;
        white-space: nowrap;
    }
    #stepbystepmobil .step-active .nav-numbers{
        width: 38px;
        height: 38px;
         display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        color: #fff;
        padding: 8px 12px;
        border-radius: 100px;
    }
    #stepbystepmobil .col-md-step.step-active{
        /* background-color: #000; */
        /* width: fit-content; */
        color: #fff;
    }

@media(min-width:768px){
    #stepbystepmobil{
        display: none;
    }
    #stepbystep{
        display: flex !important;
        justify-content: center;
        column-gap: 180px;
        margin-top: 40px;
    }
    #stepbystep .col-md-step{
        font-size: 16px;
        width: 150px;
        text-align: center;
        position: relative;
    }
    #stepbystep .col-md-step .nav-numbers{
        position: relative;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        background-color: #F0F3F8;
        color: #828282;
        border-radius: 100px;
        width: 38px;
        height: 38px;
        align-items: center;
        font-weight: 900;
        z-index: 10 !important;
    }
    #stepbystep .col-md-step.step-active .nav-numbers {
        background-color: #000;
        color: #FFF;
        z-index: 100 !important;
      }

}

#stepbystep .col-md-step .nav-line {
    position: relative;
}

#stepbystep .col-md-stepline::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(180px + 112px);
    height: 3px;
    left: -236px;
    top: 15%;
    background-color: #F0F3F8; /* Utiliser la couleur du parent */
}

#stepbystep .col-md-stepline.step-active .nav-numbers,
#stepbystep .col-md-stepline.step-visited .nav-numbers,
#stepbystep .col-md-stepline.step-visited::before {
    background-color: #000; /* Couleur pour l'étape active ou visitée */
    color: #FFF;
}


/*mobile nav*/
@media (max-width:767px) {
    ul#main-nav {
        /* top: 50px; */
        /* height: calc(100vh - 50px); */
    }

    ul#main-nav.is-active {}

    #n-header {
        display: none;
    }

    .n-header-logo {
        display: none;
    }

    nav {
        /* height: 50px; */
    }



    #container-quest .sub-quest.coregspo_1 .coregspo-img,
    #container-quest .sub-quest.coregspo_3 .coregspo-img {
        display: none
    }

    #container-quest .sub-quest.coregspo_1 .coregspo-img-mobile,
    #container-quest .sub-quest.coregspo_3 .coregspo-img-mobile {
        display: block
    }
}

/* MEDIA QUERIES GIFTINITY */
@media (min-width:577px) {
    .hide-large {
        display: none !important;
    }

    .show-large, .hide.show-large {
        display: block !important;
    }
}

@media (max-width:576px) {
    #privacy {
        font-size: 12px;
    }

    .card-body {
        padding: 10px;
    }

    .n-header-logo {
        background-size: 70%;
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
        top: 0px;
        display: none;
    }

    .n-header-logo img {
        right: 0px;
        left: 62px;
        top: 42px;
        max-width: 67%;
    }

    a.btn,
    a.btn:focus {
        max-width: 100%;
        white-space: normal;
        font-size: 1.6rem;
    }

    #sponsors.nfoot {
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
        width: 100%;
    }

    .sponsor {
        margin: 4px 3px;
		width: 70px;
    }




    #privacy h2 {
        font-size: 12px;
    }

    .select_top:before,
    .select_top:after {
        font-size: 1.5rem;
        font-weight: normal;
    }

    /* #container-quest {
		max-width: 90%;
		margin: 10px auto 50px auto;
	} */
    /*coregspo3 radio*/


    .hide-mobile {
        display: none;
    }

    #winners table {
        font-size: 11px;
    }

    .control-label.text-danger.animated.infinite.flash {
        font-size: 1em;
    }
}


/* #multi-slider-choose{
    width:100%;
    margin:auto
}

#multi-slider-choose .gift-item{
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    opacity:0.6;
    transition:opacity ease-in-out .3s
}
#multi-slider-choose .swiper-slide-active .gift-item{
    opacity:1
}
#multi-slider-choose .gift-item .image_wrapper{
    position:relative;

}
#multi-slider-choose .gift-item .image_wrapper img:first-child{

}
#multi-slider-choose .gift-item .image_wrapper img:nth-child(2){
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:opacity ease-in-out .250s
}
#multi-slider-choose .swiper-slide-active .gift-item:hover .image_wrapper img:nth-child(2){
    opacity:1
} */

/*form-classic*/
@media(max-width:767px){
    #form-classic .civility .gender-select {
        max-width: 100% !important;
    }
}
#form-classic{
    background-color:rgba(255, 255, 255);
    border-radius:20px;
    padding:20px;
    position: relative;
    z-index:20;
    backdrop-filter: blur(2px);
}

#form-classic .checkmark{
    top:0;
    left:0;
}
#form-classic .checkbox>label{
    padding-left:40px
}
#form-classic .btn-primary{
    display:block;
    width:100%;
}
@media(min-width:768px){
    #form-classic .btn-primary{
        width:50%;
    }
}
#form-classic input[type="text"],
#form-classic input[type="email"],
#form-classic input[type="tel"],
#form-classic input[type="number"]{
    border-radius:10px
}
#form-classic .form-container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    column-gap: 15px;
    grid-template-areas:
    'title title title'
    'civility civility civility'
    'profession profession profession'
    'email email email'
    'name name name'
    'fname fname fname'
    'phone phone phone'
    'date date date'
    'street street street'
    'number box zip'
    'city city city'
    'terms terms terms'
    'submit submit submit';

}
#form-classic .form-container>*{
    grid-column:span 3
}
#form-classic .form-container>.profession{
    grid-area: profession;
}
#form-classic .form-container>.title{
    grid-area:title;
    font-weight: 600;
    text-align:start;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#form-classic .form-container>.civility{grid-area:civility}
#form-classic .form-container>.name{grid-area:name}
#form-classic .form-container>.fname{grid-area:fname}
#form-classic .form-container>.email{grid-area:email}
#form-classic .form-container>.phone{grid-area:phone}
#form-classic .form-container>.date{grid-area:date}
#form-classic .form-container>.street{grid-area:street}
#form-classic .form-container>.stnumber{grid-area:number}
#form-classic .form-container>.stbox{grid-area:box}
#form-classic .form-container>.stzip{grid-area:zip}
#form-classic .form-container>.stcity{grid-area:city}
#form-classic .form-container>#optin-box{grid-area:terms}
#form-classic .form-container>.submit{grid-area:submit}
@media(min-width:940px){
    #form-classic .form-container{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        column-gap: 15px;
        /* grid-template-areas:
        'title title title title'
        'civility civility email email'
        'fname fname name name'
        'phone phone date date'
        'street street number box'
        'zip zip city city'
        'terms terms terms terms'
        'submit submit submit submit'; */
        grid-template-areas:
        'title title title title'
        'civility civility profession profession'
        'email email phone phone'
        'name name fname fname'
        'date date street street'
        'number box zip zip'
        'city city city city'
        'terms terms terms terms'
        'submit submit submit submit';

    }
    #form-classic .form-container>*{
        grid-column:span 4
    }


}

#form-classic .civility input[type="radio"]{
    position:absolute;
    left:-200vw;
}
#form-classic .civility .gender-select{
    width:100%;
    /* max-width:240px; */
    height:40px;
    display:flex;
    position:relative;
    border-radius:8px;
    background-color:#F0F3F8
}
#form-classic .civility .gender-select>label{
    height:100%;
    width:50%;
    line-height:40px;
    text-align:center;
    position:relative;
    color:#000;
    transition:color ease-in-out .3s;
    cursor:pointer
}
#form-classic .civility .gender-select::before{
    content:'';
    display:block;
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:transparent;
    border-radius:50px;
    transform:translateX(0%);
    transition:transform ease-in-out .3s,background-color ease-in-out .3s
}
#form-classic .civility input:checked~.gender-select::before{
    background-color:#000 !important;
    border-radius: 8px;
}

#form-classic .civility #civil-mr:checked ~ .gender-select::before{
    transform:translateX(100%)
}

#form-classic .civility #civil-mrs:checked ~ .gender-select label:nth-child(1){
    color:#fff
}
#form-classic .civility #civil-mr:checked ~ .gender-select label:nth-child(2){
    color:#fff
}
#form-classic .gender-select .gender-or{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
#form-classic input:checked~.gender-select .gender-or{
    display:none
}

#form-classic label.error{
    padding: 10px;
    background-color:transparent;
    color:rgb(184, 38, 38)
}

#form-classic .form-group>label:first-child{
    font-size:12px;
    font-weight:700;
}
#form-classic div[data-step]:not([data-step="1"]){
    display:none
}
@media(min-width:940px){
    #form-classic .group-mobile-witch{
        display:none
    }
    #form-classic div[data-step]:not([data-step="1"]){
        display:block
    }
}

#form-classic #form-local{
    min-height:200px
}

#multi-gift-selection{
    margin-bottom:20px;
    margin-top: 20px;
}
@media(min-width:1024px){
    #multi-gift-selection{
        margin-top: 0px;
    }
}

.row-jui{
    display:grid;
    grid-template-columns: repeat(auto-fit,250px) ;
    justify-content: center;
    gap:20px;
    margin-top: 50px;
}
.row-jui::before,
.row-jui::after{
    display:none
}
.row-jui>div:has(.adsbygoogle):has(.adsbygoogle[data-ad-status="unfilled"]),
.row-jui>div:has(.adsbygoogle):has(.adsbygoogle[style*="height: 0px"])
{
    display:none
}

.container.skyb img{
    display:block;
    margin:auto;
    max-width:100%
}

.container.skyb .sky-large{
    display: none;
}

@media(min-width:1240px){
    .container.skyb .sky-large{
        display: block;
    }
    .container.skyb .sky-mobile{
        display:none
    }
}

/* Page Home - Participate-block */
@media(min-width:1200px){
    .participate-block p{
        font-size: 16px;
    }
}
.participate-section{
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
  }
  .participate-section .participate-title{
    text-align: center;
    padding: 0 35px;
  }
  @media(min-width:1200px){
    .participate-section .participate-title h2{
        font-size: 37px;
        font-weight: 500;
      }
  }
  .participate-section .participate-blocks-container{
    background-color: #F0F3F8;
    margin-top: 2.5rem;
  }
  .participate-section .participate-blocks-container .participate-blocks{
    padding: 3rem 35px;
    display: flex;
    gap: 1.5rem;
    max-width: 1240px;
    margin: 0 auto;
  }

  @media(max-width:767px){
    .participate-section .participate-blocks-container .participate-blocks{
       flex-wrap: wrap;
       justify-content: center;
      }
    .participate-block{
        width: 95%;
    }
  }

  .participate-section .participate-blocks-container .participate-blocks .participate-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 1rem;
  }
  .participate-section .participate-blocks-container .participate-blocks .participate-block span{
    font-size: 3.5rem;
    background: #F0F3F8;
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    font-weight: 900;
  }
  .participate-section .participate-blocks-container .participate-blocks .participate-block p{
    margin-top: 1.5rem;
    text-align: star;
  }
  .participate-section .participate-blocks-container .participate-blocks .participate-block{
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
  }
  .participate-section .participate-blocks-container .participate-blocks .participate-block p{
    margin-top: 0;
  }

  /* Winners page home */
  .winners-title img, .participate-title img{
    height: 37px;
  }
  .winners-title h2, .participate-title h2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 40px;
  }
  .winners-blocks img{
    width:40%;
  }
  @media(min-width:1200px){
    .winners-section .winners-title h2{
        font-size: 37px;
        font-weight: 500;
      }
  }
  .winners-section{
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
  }
  .winners-section .winners-title{
    text-align: center;
    padding: 0 35px;
  }
  .winners-section .winners-blocks-container{
    background-color: #F0F3F8;
    margin-top: 2.5rem;
    width:100%
  }

  .winners-section .winners-blocks-container .winners-blocks{
    padding: 3rem 35px;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    max-width: 1240px;
    margin: 0 auto;
  }
  @media(max-width:767px){

    .winners-section .winners-blocks-container .winners-blocks{
        flex-wrap: wrap;
        justify-content: center;
      }
    .winners-block{
        width: 95%;
    }
  }
  .winners-section .winners-blocks-container .winners-blocks .winners-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 1rem;
  }
  .winners-section .winners-blocks-container .winners-blocks .winners-block h3{
    margin-top: 1.5rem;
    text-align: center;
    line-height: 1.1;
  }
  .winners-section .winners-blocks-container .winners-blocks .winners-block .rounded-avatar{
    font-size: 3.5rem;
    background: #F0F3F8;
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    font-weight: 900;
  }
  .winners-section .winners-blocks-container .winners-blocks .winners-block p{
    text-align: center;
    font-weight: 400;
    margin: .5rem;
  }
  .winners-section .winners-blocks-container .winners-blocks .winners-block span{
    font-weight: 300;
  }
  .winners-section .winners-blocks-container .winners-all, .jeu-concour.winners-all {
    padding: 0px 35px;
    text-align: center;
  }
  .winners-section .winners-blocks-container .winners-all a, .jeu-concour.winners-all {
    width: 320px;
    margin: 0 auto;
  }
  .jeu-concour.winners-all {
    padding-bottom: 100px;
  }
  .gagnant-section {
    padding: 5rem 0;
    background-color: #F0F3F8;
  }
  .gagnant-section .gagnant-title{
    text-align: center;
    padding: 0 35px;
  }
  .gagnant-section .gagnant-title h3{
    margin-top: 1.5rem;
    text-align: center;
    line-height: 1.1em;
  }

  /* Button */
  .submit-q{
    width: 50% !important;
  }
  .btn{
    background-color: #000;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
    border: none;
    width: 100%;
    padding: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .3s ease-in-out;
    margin-bottom: 48px !important;
  }
  .btn:hover{
    background-color: transparent !important;
  }
  .center-button-form{
    display: flex;
    justify-content: center;
  }
  .btn svg{
    width: 1rem;
    height: 1rem;
    transition: .3s ease-in-out;
    z-index: 2;
  }
  /* Button règlement */
  #page-single .txt-center .btn-lg{
    width: 40%;
  }
  /* .btn:hover{
    background-color: transparent ;
    border: none;
    transition-delay: 100ms;
  } */
  .btn:hover svg {
    pointer-events: none;
  }
  .btn:hover svg path{
    stroke: #000;
  }
  .btn:hover span{
    color: #000;
  }
  .btn span{
    position: relative;
    pointer-events: none;
    z-index: 2;
  }
  .btn::before{
    --size: 1500px;
    opacity: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    /* background: radial-gradient(circle closest-side, #cff6a7ef 1%, #36DBE8); */
    background: radial-gradient(circle closest-side, rgba(207,246,167,1) 5%, rgba(54,219,232,1) 100%);
    /* background: linear-gradient(88.04deg, #CFF6A7 1.65%, #36DBE8 98.35%); */
    /* background: radial-gradient(circle, rgba(207,246,167,1) 3%, rgba(54,219,232,1) 35%, rgba(207,246,167,0.0032387955182072714) 52%); */
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, opacity .5s ease-in-out;
  }
  .btn:hover::before{
    /* --size: 2000px; */
    opacity: 1;
  }

  /* JEUX CONCOUR */
  .jeu-concour.header-title {
    display: flex;
    justify-content: center;
    padding: 4rem 35px 2.5rem;
  }
  .games-section{
    display: flex;
    justify-content: center;
    row-gap: 24px !important;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0px 35px;
    margin-top: 2rem;
    max-width: 1240px;
    margin: 0 auto;
  }
  .games-section .game{
    display: flex;
    flex-direction: column;
  }
  .games-section .game .game-cover img{
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0;
  }
  .jeu-concour.games-section .game .game-cover img{
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0;
  }
  .games-section .game .game-text{
    padding: 1.25rem;
    border-radius: 1rem 1rem 0 0;
    border-radius: 0 0 1rem 1rem;
    background: #fff;
    box-shadow: 0 4 24 0 #000;
  }
  .jeu-concour.games-section .game .game-text{
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
  }
  .games-section .game .game-text p b{
    font-weight: 300;
  }
  .games-section .game .game-text h4{
    margin-top: 1.5rem;
  }
/* FOOTER */
.footer-mojom{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
}
.footer-mojom .centered-img{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    font-size: 12px;
    padding: 32px 0;
}
@media(min-width:1200px){
    .footer-mojom .centered-img{
        padding: 42px 0;
    }
}
.footer-mojom img{
    width: 100px;
}

/* PAGE REGLEMENT */
.page-term strong{
    color: #000;
}
.page-term a{
    text-decoration: underline;
    color: #000 !important;
}
.page-term .btn{
    color: #fff !important;
    text-decoration: none !important;
}