/* === NTH CODE === */

input[type=text],
select,
textarea {
    letter-spacing: 2px;
    color: #7A7A7AFF;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    resize: vertical;
    border-radius: 142px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 1.7rem;
}

/* Style the label to display next to the inputs */
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #999999;
}

/* Style the submit button */
input[type=submit] {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    float: right;
    height: 75px;
    line-height: 20px;
    margin-top: 20px;
}

/* Style the container */
.mw_container {
    border-radius: 5px;
    background-color: #000000ba;
    padding: 13px;
    width: 100%;
    margin: auto;
}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* width: 60%; */
    height: 50px;
    margin: 0 auto;
}

.input-group-prepend {
    display: flex;
    height: 50px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #1a9f6f;
    /* border-style: solid; */
    border-width: 1px 0px 1px 1px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    height: 50px;
    border: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
}

.form-control {
    /* display: block; */
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.timer {
    color: black;
}

.msg {
    color: white;
    padding: 15px;
}

#mw_pin_code_popin {
    color: #01f58e !important;
}

.row > a:link {
    color: #01f58e !important;
}

.contenant-bouton-central {
    top: 30% !important
}

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

    .col-25,
    .col-75,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/*ACCROCHES*/

#try {
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0 5px;
    color: #09d289;
}

.steps {
    display: grid;
    /* justify-items: start; */
    width: 100%;
    /* margin: auto; */
    line-height: 2rem;
}

.num {
    color: #fff;
    background: #1a9f6f;
    padding: 4px 8px;
    border-radius: 100px;
    font-size: 1rem;
}

#step1,
#step2,
#step3 {
    font-size: 11px;
}

/* FOOTER*/

.translate_text {
    width: 90%;
    margin: auto;
    font-size: 12px;
    color: white;
}

.translate_text li {
    list-style-type: disc;
}

/************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    background-color: #000;
    font-size: 62.5%;
}

body {
    height: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.4rem;
    color: rgb(255 255 255);
}



/* === S1 === */
.menuBurger.closed {
    width: 20px;
}

nav {
    position: absolute;
    background: #0c0c0c;
    top: 0;
    left: -100%;
    height: 100%;
    z-index: 9;
    width: 100%;
    display: grid;
    justify-items: center;
    align-content: start;
    grid-gap: 5vh;
    transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
    grid-template-rows: auto 1fr;
}

.menuBurger.open {
    width: 100%;
    padding: 2vh;
    display: flex;
    justify-content: end;
}

.menuBurger.open img {
    width: 5vw;
}


.menuNav {
    display: grid;
    justify-items: center;
    align-content: center;
    grid-gap: 5vh;
    width: 100%;
}

.menuNav a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #000;
    padding: 4vh;
    width: 80%;
    border-radius: 5px;
}

#boxTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    padding: 1.5vh;
    width: 100%;
}

ul.extra {
    margin: 0 !important;
    padding: 0 !important;
}

ul.extra li {
    background: none !important;
    padding: 5px 0 !important;
    box-sizing: border-box !important;
    color: transparent !important;
    text-align: center !important;
    font-size: 1.2rem !important;
}

ul.extra li a {
    text-decoration: none !important;
    color: #2c2d3b !important;
    padding: 5px 5px !important;
    font-weight: 700 !important;
    background: #fff !important;
    border-radius: 50px !important;
}

ul.extra li a.bold {
    display: none;
}

#price {
    font-size: 12px;
    color: #a5a5a5;
    text-align: center;
}

#exitHelp {
    display: flex;
    flex-direction: column;
}

.exit {
    padding: 2vh 4vw;
    width: 7px;
    display: flex;
}

.exit svg {
    width: 100%;
    fill: #fff;
}

#help {
    color: #bbb;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    padding: 1vh 2vw;
}

main#s1 {
    background-color: #191919;
    display: grid;
    justify-items: center;
    align-content: space-between;
    grid-template-rows: auto auto auto 1fr;
}

.main-container {
    align-self: center;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
}

.logo img {
    width: 100%;
}

#s1 h1 {
    font-size: 5vw;
    color: rgb(3 245 143);
    text-align: center;
    margin-top: 3vh;
    text-shadow: 0px 0px 3px #00834c;
}

h2 {
    font-size: 4vw;
}

#info {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    color: #a5a5a5;
}

/* === PICTO BOX === */
.pictos {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-around;
    list-style-type: none;
    width: 100%;
}

.pictos svg {
    width: 30px;
    fill: rgba(255, 255, 255, 0.2);
}

.sportstatsLogo {
    width: 20rem;
    margin: 2vh;
}

/*CTA*/

#continue,
#subscribe {
    margin: 3px 0 0 0;
}

.boxContinue {
    background-color: grey;
    border: none;
    border-radius: 10px;
}

#continue {
    color: white;
    font-size: 26px;
    width: 100%;
    padding: 10px 40px;
}

#pincode {
    font-size: 14px;
    margin: 10px 0 0 0;
}

/*BUTTON OK*/

.button-to-green {
    margin-top: 10px !important;
    color: white;
    font-size: 28px;
    font-weight: 900;
}

.btn-enable {
    background-color: #00e7ba;
    color: white;
    border-radius: 13px;
    width: 100%;
    padding: 3vh;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.btn-disable {
    background-color: #666666;
    color: white;
    border-radius: 13px;
    width: 100%;
    padding: 3vh;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 84, 0.7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 98, 0)
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 112, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        box-shadow: 0 0 0 0rgba(51, 217, 84, 0.7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 98, 0)
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 112, 0)
    }
}

.animate {
    -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.animate .checkmark__circle {
    -webkit-animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.animate .checkmark__check {
    -webkit-animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards;
    animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards
}

.bouton-central {
    line-height: 17px;
}

.bouton-central span {
    font-size: 13px;
    font-weight: 400;
}

.description {
    color: #727272;
    font-size: 11px;
    font-weight: 400;
}


/*VIGNETTE D'IMAGES*/

.vignette {
    width: 85%;
    display: flex;
    font-family: "Poppins", sans-serif;
    border-radius: 20px;
    margin: 20px auto 0px;
    min-height: 170px;
    color: black;
}

#un {
    background: url(../images/bonbon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#deux {
    background: url(../images/poisson.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.left {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
    width: 50%;
}

.left p {
    font-size: 10px;
    margin-bottom: 10px;
}

.icon {
    width: 60px;
    margin: 0 auto;
}

.fish {
    width: 30px;
}

.right {
    margin: auto 0 0;
    width: 50%;
    height: 190px;
}

.bonbon {
    background: url(../images/bonbon.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.poisson {
    background: url(../images/poisson.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

/*FAQ*/

.grey {
    background-color: #191919;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px 20px;
}

.faq {
    width: 85%;
    margin-bottom: 20px;
}

#faq {
    font-size: 18px;
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.faq p {
    font-size: 10px;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}

.toggle-section {
    width: 85%;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.toggle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.toggle-header h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
/*    text-align: left;*/
    width: 90%;
    letter-spacing: 0;
    margin: 0;
}

.toggle-content {
    max-height: 0;
    margin: 5px 0;
    overflow: hidden;
    transition: max-height 0.2sease -out;
    text-align: justify;
    font-size: 12px;
}

.toggle-content a {
    color: #000000;
}

.toggle-icon {
    transition: transform 0.2sease-out;
    width: 13px;
}

.toggle-icon.expanded {
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
}

#catalogue {
    margin: 10px;
    font-size: 12px;
}

/*RESPONSIVE DESKTOP*/

@media screen and (min-width: 1000px) {
    .logo img {
        width: 30%;
    }

    #s1 h1 {
        font-size: 1.5vw;
        width: 50%;
        margin: 3vh auto;
    }

    .mw_form_submit {
        width: 100%;
    }

    .col-75 {
        width: 100%;
        margin: 6px auto;
    }

    .pictos {
        width: 93%;
    }

    .input-group {
        width: 100%;
    }

    .input-group > .form-control {
        max-width: 78%;
    }

    #info {
        font-size: 12px;
        width: 40%;
        margin: 15px auto;
        color: #505050;
    }

    .legal {
        display: grid;
        grid-gap: 1vh;
        padding: 1vh 2vw;
        width: 50%;
    }

    .mw_container {
        border-radius: 5px;
        background-color: #000000ba;
        padding: 13px;
        width: 50%;
        margin: auto;
    }

}

@media screen and (min-width: 780px) {

    .col-75 {
        width: 100%;
    }

    #info {
        font-size: 12px;
        width: 80%;
        margin: 15px auto;
        color: #505050;
    }

    .legal {
        display: grid;
        grid-gap: 1vh;
        padding: 1vh 2vw;
        width: 50%;
    }
    
    
    .faq {
        width: 35%;
        margin-bottom: 20px;
    }

    .toggle-section {
        width: 35%;
    }

    .toggle-header h2 {
        font-size: 14px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        /* text-align: left; */
        width: 90%;
        letter-spacing: 0;
        margin: 0;
    }

    .faq h2 {
        font-size: 18px;
        width: 100%;
        margin: 0;
    }

    .descriptionBox {
        text-align: justify;
        width: 35%;
        font-family: 'Poppins', sans-serif;
    }

    .vignette {
        width: 35%;
    }
}

/*  */
#name {
    text-transform: uppercase;
    margin: 2vh 0;
    text-align: center;
    font-family: 'Kdam Thmor Pro', sans-serif;
    font-size: 1.2rem;
}

.legal {
    display: grid;
    grid-gap: 1vh;
    padding: 1vh 2vw;
    margin: 0 auto;
}

.price {
    font-size: 12px;
    width: 43%;
    color: #fff;
    width: 100%;
    text-align: center;
}

#exit {
    color: #1a9f6f;
    text-align: center;
}

#conditions {
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}

#description {
    font-size: 14px;
    font-weight: 800;
    margin: 10px auto;
    text-align: center;
    width: 80%;
    color: #09d289;
}

.translate_text {
    width: 90%;
    margin: auto;
    font-size: 1.2rem;
}

.translate_text li {
    font-family: arial;
    list-style-type: disc;
}

.translate_text a {
    color: white;
}
