/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************END RESET***************/

html{
    font-size: 62.5%;
}

body{
    background-color: #000D0E;
    /* background-image: url('../img/bg.jpg'); */
    background-size: cover;
    text-align: center;
    /* margin-top : 2.0rem; */
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 100;
    line-height: 1.2;
}

header{
    /* margin-top: 30px; */
    /* background-image: url('../img/bg-landing-bonuscash.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 40px 20px;
    text-align: center; */
}

h1{
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-top: 1em;
    font-weight: 600;
}

h1 span{
    font-weight: bold;
    font-size: 6em;
    line-height: 66px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

h3{
    font-size: 3rem;
}

h2{
    font-size: 1.5em;
    padding: 22px;
}

strong{
    font-weight: 700;
}

.strong{
    font-weight: 900;
    display: flex;
    justify-content: center;
    padding-bottom: 19px;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.45);
}

header img {
    height : 100px;
}

.text-justify{
    text-align: justify;
}

.offerts{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 26px auto!important;
    padding: 0 10px;
}

.offerts>div{
    display: flex;
}

.offerts h3{
    font-weight: 600;
}

#openListOfferts {
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin: auto 0;
    cursor: pointer;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #07fcba;
    box-shadow: 0px 0px 10px #19befb;
    width: max-content;
    padding: 5px 13px;
    margin: auto;
}

.title_bloc{
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    margin: 26px auto;
}

.icon-rouge{
    margin: auto 0;
    font-size: 17px;
    background-color: red;
    border-radius: 30px;
    padding: 7px 10px;
}

.container{
    max-width: 1000px;
    margin: 8rem auto;
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
}

.container h3{
    position: absolute;
    z-index: 1;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000D0E;
    width: 63%;
}

.cardContainer {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    /* -webkit-perspective: 1000px;
    perspective: 1000px; */
    margin: 27px 0;
}

.card .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* position: absolute; */
}

.card{
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateZ(-100px);
            transform: translateZ(-100px);
    transition: all 0.4s;
    height: 100%;
}

.card .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}


.card .front {
    z-index: 2;
}
.back {
    position: relative;
} 

.active {
    /* -webkit-transform: rotateY(180deg) scale(1.05) translateZ(0px) !important;
    transform: rotateY(180deg) scale(1.05) translateZ(0px) !important; */
  }
.active:after {
    display: none;
}

.card:hover {
    transform: scale(1.05);
}

.inscription{
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    margin: 26px auto;
}

.form-color{
    font-size: 2rem;
}

.form-control{
    background: transparent;
    border: 1px solid rgba(7, 252, 186, 0.29);
    backdrop-filter: blur(50px);
    --webkit-backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.08);
    font-size: 1.5rem;
    border-radius: 10px!important;
    padding: 10px;
}
.form-control:focus{
    /* width: 378.92px;
    height: 45px; */
    background: transparent;
    border: 1px solid #8900ff;
    color: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(50px);
    --webkit-backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.08);
    font-size: 1.5rem;
    border-radius: 10px!important;
}

.inscription input::placeholder{
    color: rgba(255, 255, 255, 0.56);
}

#formEmail input::placeholder{
    color: rgba(255, 255, 255, 0.56);
}

#formEmail .form-control{
    border: 0!important;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    background-color: #000D0E;
    border: 1px solid hsla(0, 0%, 100%, 0.452);
 
}

.form-check-input:checked {
    background-color: #21003E!important;
    border: 1px solid hsla(0, 0%, 100%, 0.452);
}

.formContainer{
    margin: 10px;
}

.formContainer h2{
    text-transform: uppercase;
    font-weight: 700;
}

.formContainer p{
    text-align: left;
    font-size: 15px;
}

#formEmail .link__arrow{
    margin: auto;
    width: fit-content;
    padding: 9px 20px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.list_operateurs{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.list_operateurs input{
    margin: auto;
    display: flex;
}

.list_operateurs li{
    margin-right: 30px;
    display: flex;
    margin: auto;
}

.list_operateurs label {
    margin-left: 10px;
}

#help{
    max-width: 1000px;
    margin: auto;
}

.accordion-header button{
    border-radius: 50px!important;
    background: transparent;
    background: linear-gradient(#8af6f9 0%, #07fcba 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #1a004a;
    padding: 5px 0; 
    width: 100%;
}

.accordion-collapse{
    border-radius: 10px!important;
    backdrop-filter: blur(50px);
    --webkit-backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    padding: 10px 0;
    margin-top: 30px;
}

.accordion-body p{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0;
}

.bonus-cash{
    background-image: url(../img/bg-landing-bonuscash.jpg);
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.gr

.sansdepot{
    border-radius: 10px;
    background: #ffffff23;
    padding: 10px;
}

.code{
    border-radius: 10px;
    background: #ffffff23;
    display: flex;
    padding: 11px;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    /* margin-bottom: 17px; */
    margin: 2rem 2rem;
    bottom: 0;
    left: 0;
    right: 0;
}

.code>div{
    text-align: left;
}

.code p{
    margin: auto;
    /* padding: 10px; */
    color:white;
    font-weight: 900;
    font-size: 22px;
}

.code span {
    font-size: 17px;
    font-weight: 500;
    opacity: 0.5;
}

.sansdepot span{
    font-size: 11px;
    opacity: 0.45;
}

.link__arrow{
    /* width: 21px; */
    /* height: 28px; */
    /* padding: 0 16px; */
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center;    /* Centre verticalement */
    /* height: 100px; */
    width: 40px;     
    border-radius: 5px;
    background: linear-gradient(#8af6f9 0%, #07fcba 100%);
    box-shadow: 0px 0px 10px rgba(255, 226, 1, 0.29);    
    border-color: transparent;
}

.btn_yellow{
    border-radius: 50px;
    background: linear-gradient(#8af6f9 0%, #07fcba 100%);
    box-shadow: 0px 0px 10px rgba(255, 226, 1, 0.29);
    color: black;
    padding: 6px 13px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase !important;
    font-weight: 600;
}

.nav-item{
    margin: auto;
}

.nav-tabs{
    border-radius: 10px!important;
    background: transparent;
    border: 1px solid rgba(7, 252, 186, 0.29);
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(50px);
    --webkit-backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.08);
    /* (plus shape's fill blended on top as a separate layer with 52.82% opacity) */
    
    color: white;
    padding: 6px 0;
}

.nav-tabs .nav-link {
    font-weight: 600;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border: 0;
}

.nav-tabs .nav-link.active {
    border-radius: 5px !important;
    background: linear-gradient(#07fcba 0%, #8af6f9 100%);
    font-weight: 800;

}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
    text-transform: none;
}

.bloc_bonus_one{
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(50px);
    --webkit-backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.08);
    /* (plus shape's fill blended on top as a separate layer with 52.82% opacity) */
}

.bloc_bonus_one>div{
    display: flex;
    justify-content: space-between;
}

.montant_bonus{
    border-radius: 6px;
    background: #ffffff14;
    flex: 0.3;
}

.montant_bonus p{
    padding: 10px;
    color:white;
    font-weight: 900;
    font-size: 2em;
}

.montant_bonus span {
    font-size: 17px;
    font-weight: 500;
}

.montant_bonus_cash{
    margin: auto 0;
}

.montant_bonus_cash p{
    padding: 10px;
    color: white;
    font-weight: 900;
    font-size: 16px;
    border-radius: 6px;
    background: #ffffff14;
    margin: auto;  
}

.montant_bonus_cash span {
    font-size: 8px;
    font-weight: 500;
    display: block;
}

.montant_cash{
    margin: auto 0
}

.montant_cash p span{
    padding-right: 10px;
}

.montant_cash p{
    font-size: 2em;
    font-weight: bold;
}


.operateur_bonus{
    margin: auto 0;
    flex: 0.3;
}

.link_bonus{
    margin: auto 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: linear-gradient(#8af6f9 0%, #07fcba 100%);
    box-shadow: 0px 0px 10px rgba(255, 226, 1, 0.29);
    padding: 6px 40px;
    font-size: 17px;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0 2rem 17px 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    width: fit-content;
    margin: auto;
}

.link_bonus a {
    color: black;
    text-decoration: none;
}

.link_bonus_list{
    margin: auto 0;
    margin-bottom: 17px;
}

.no_code{
    /* width: 103px;
    height: 35px; */
    border-radius: 5px;
    background: #ffe200;
    box-shadow: 0px 0px 10px rgba(255, 226, 1, 0.29);
}

.cash{
    font-size: 35px;
    letter-spacing: 0.1em;
    color: #000d0e;
    border-radius: 10px;
    background: linear-gradient(#07fcba 0%, #0ab54a 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.99);
    font-weight: 800;
    padding: 5px 5px;
}

.avantages{
    padding: 12px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    height: 600px;
    border-radius: 18px;
    background: #021c1b;
    border: 2px solid #8af6f9;
    filter: drop-shadow(0px 0px 10px #07fcba);
}

/* .exclu_cash{
} */

.avantages:hover{
    box-shadow: 0 0 50px 0 rgba(255, 255, 255, .05);
}

.avantages--red{
    border-color: #cc0000;
}

.avantagse--green{
    border-color: #40f827;
    background-image: linear-gradient(to right top, rgba(47,148,33,.8), rgba(52, 226, 29, 0.8));
}

.avantages--green:hover{
    box-shadow: 0 0 50px 0 rgba(47,148,33, .4);
}

.avantage--blue{
    border-color: #0050D2;
    background-image: linear-gradient(to right top, rgba(0,80,210,.8), rgba(0,31,112, 0.8));
}

.avantage--blue:hover{
    box-shadow: 0 0 50px 0 rgba(0,80,210, .4);
}

.avantage--blue2{
    border-color: #01025c;
    background-image: linear-gradient(to right top, rgba(1,2,92,.8), rgba(28,49,208, 0.8));
}

.avantage--blue2:hover{
    box-shadow: 0 0 50px 0 rgba(1,2,92, .4);
}

.avantages--red2{
    border-color: #CA333A;
    background-image: linear-gradient(to right top, rgba(147,18,24,.8), rgba(255,0,12, 0.8));
}

.avantages--red2:hover{
    box-shadow: 0 0 50px 0 rgba(255,0,12, .4);
}


.avantages--purple{
    border-color: #01b3a6;
    background-image: linear-gradient(to right top, #00b0a7, #00746f);
}

.avantages--purple:hover{
    box-shadow: 0 0 50px 0 #01b3a6;
}


.avantages__button{
    padding: 2rem;
    background-color: #151a1e;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 4rem;
    display: inline-block;
    text-transform: uppercase;
    transition: all .4s;
    font-weight: bold;
}
.avantage__button:hover{
    background-color: #0b0d0f;
}

.avantage__emphasis{
    /* background: rgb(0,0,0,.1); */
    border-radius: 5px;
    padding: 2rem 2rem;
    margin-bottom: 1rem;
}

.avantage__argent{
    font-size:8.5rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.78);
}

.sd {
    font-size: 16px;
}

.avantage__argent sup{
    font-size: 50%;
    vertical-align: top;
}

.avantage__date{
    font-size: 2rem;
    margin-bottom: 3rem;
}

.avantage__logo{
    margin-bottom: 2rem; 
}

.avantage__title{
    font-size: 17px;
    background-color: transparent;
    border: 0;
    color: white;
    padding: 14px 5px;
}
.avantage__title p{
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
}

.avantage__title--tall {
    line-height: 1.8;
}

.avantage__list{
    margin-top: 2rem;
    padding: 0 10px;
    margin-bottom: 15px;
}

ol.avantage__list li{
   list-style: initial;
}

.avantage__list li{
    /* border-bottom: 1px solid rgba(255,255,255,.1); */
    padding: 1rem;
    text-align: left;
    display: flex;
    align-items: center;
}

.avantage__list li strong{
    margin-right : 1rem;
}

.avantage__list li .number{
    display: inline-block; 
    background-color: rgba(0,0,0,.1);
    font-weight: bold;
    border-radius: 5px;
    padding: 1rem;
    margin-right: 1rem;
}
.avantage__partenaire{
    display: block;
    margin: 1rem auto;
}

.avantage__fulllink{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.avantage__code{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background: #0050d2;
    display: inline-block;
    width: fit-content;
    padding: 5px;
    z-index: 99;
}
.arrow {
    border: solid #000000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    /* margin-top: 2rem; */
    margin-left: -0.5rem;
}

.show-mobile{
    display: none;
}

.deco {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    z-index: -1;
    -webkit-transform: translate3d(0,0,0);
}

.deco__element{
    width: 100%;
    height: 100%;
    position: absolute;
}

.deco__element img{    
    position: absolute;
}

.deco__element--billet1 img{
    top: 80%;
    left: 53%;
}

.deco__element--billet2 img{
    top: 75%;
    left: 22%;
}

.deco__element--billet3 img{
    top: 10%;
    left: 60%;
}
.deco__element--ballon1 img{
    top: 50%;
    left: 15%;
}
.deco__element--ballon2 img{
    top: 75%;
    left: 68%;
}
.deco__element--ballon3 img{
    top: 20%;
    left: 73%;
}

/* Autre bonus */
ul.matchs.full{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-around;
    max-width: 1000px;
    margin: 2rem auto;
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    flex-wrap: wrap;
}
ul.matchs.full li{
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    transition: all 0.4s;
    max-width: 26%;
    flex-grow: 1;

    background: rgba(33,41,47,.8);
    border-top: 8px solid #ffcc00;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 200ms;

}

ul.matchs.full li:hover{
    transform: scale(1.05);
    box-shadow: 0 0 50px 0 rgba(255, 255, 255, .05);
}
.cta.text{
    display: none;
}

.uk-flex-middle{
    text-align: center;
}

.pos{
    display: none !important;
}

ul.matchs li img{
    vertical-align: middle;
}

.LinkVip {
    padding: 6px 17px !important; 
    background: rgba(0,0,0,0.3) !important;
    display: block;
}

.nom-ope {
    padding: 6px 10px !important;
    display: block;
}

.separator {
    background: #58f8e0;
    width: 1px;
    height: 80%;
    margin: auto;
  }

    #bonus-unique{
        position: relative;
        height: 400px;
    }

    .bloc-bonus-unique{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
@media (min-width: 766px){
    .bonus-cash{
        background-attachment: fixed;
    }

}

@media (max-width: 765px){
    html{
        font-size: 40%;
    }
    body{
        background-image: none;
    }

    .bonus-cash {
        background-size: contain;
        background-position: top;
    }

    .link_bonus{
        font-size: 13px;
        padding: 6px 19px;
    }
    
    header img{
        width : 112px;
        height: auto;
    }

    h1 span {
        line-height: 66px;
    }

    .avantage__emphasis{
        padding: 1rem 2rem;
    }
    .break {
        flex-basis: 100%;
        height: 0;
    }
    .show-mobile{
        display: inherit;
    }
    .avantage__title{
        width: 100%;
        font-size: 14px;
    }
    .avantage__partenaire{
        margin: auto;
        margin-bottom: 28px;
    }
    .avantage__argent{
        /* font-size: 6.5rem; */
        font-size: 7.5rem;
    }
    .avantage__logo{
        width : 75px ;
    }
	.avantage__list{
		font-size: 2rem;
    }  
    .container{
        flex-direction: column; /* sur une ligne de gauche à droite */
        flex-wrap: wrap ; /* sur une ligne */
        margin: 8rem auto;
    }
    .first_mobile{
        order: -1;
    }
    .avantage__button{
        margin-top: 2rem;
		font-size: 2rem;
    }

    .deco__element img{    
        max-width: 150px;
        max-height: 100px;
    }

    .deco__element--billet1 img{
        top: 80%;
        left: -32px;
    }
    
    .deco__element--billet2 img{
        top: 62%;
        left: initial;
        right: -24px;
    }
    
    .deco__element--billet3 img{
        top: 13%;
        left: -3%;
    }
    .deco__element--ballon1 img{
        top: 50%;
        left: -10%;
    }
    .deco__element--ballon2 img{
        top: 75%;
        left: 86%;
    }
    .deco__element--ballon3 img{
        top: -6%;
        left: 87%;
    }

    /* Autre bonus */
    ul.matchs.full li{
        max-width: 35%;     
    }
    .bonus span{
        display: block;
    }

    .cardContainer{
        width: 100%;
        flex-basis: inherit;
        /* margin: 55px 26px 0; */
    }

    /* .cardContainer:last-child{
        margin-top: 7px;
        margin-bottom: 16px;
    } */

    .avantages{
        flex-direction: row;
        padding: 16px 0;
        height: 540px!important;
    } 

    .avantages img {
        width: 70%;
    }
/* 
    .separator {
        background: #58f8e0;
        height: 1px;
        width: 80%;
        margin: auto;
      }
     */

    .title_bloc{
        margin: 26px 10px;
    }
    .inscription{
        margin: 26px 10px;
    }
    .nav-item{
        flex: .3;        
    }
    .nav-item button{
        margin: auto        
    }

    #bonus-unique {
        height: 300px!important;
    }
}
