/* === 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;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #999999;
}

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;
}

.mw_container {
    border-radius: 5px;
    /* padding: 13px; */
    /*    width: 85%;*/
    margin: auto;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.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: #09aa05;
    /* 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 5px;
}

.form-control {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ededed;
    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 {
    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;
    }
}


/*VIGNETTE D'IMAGES*/

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

#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: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
    width: 50%;
}

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

.icon {
    width: 60px;
}

.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: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    margin: 20px auto 0;
}

.faq {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-bottom: 20px;
}

.gauche {
    text-align: left;
}

.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;
}

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

.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;
}

/************************************************/

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

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.4rem;
}

main {
    display: grid;
    justify-items: center;
    align-content: space-between;
    min-height: 100vh;
}

/*LANGUE*/

ul.extra {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.extra li {
    padding: 10px 0px 0px 0px !important;
    text-align: right;
    font-size: 13px;
    color: white !important;
    background-color: white;
    display: block;
}

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

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

/*LOGO*/

.logo img {
    width: 100%;
}

.logo {
    width: 200px;
    padding: 20px;
}

/*H1 + BOX*/

h1 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 90%;
    margin: 10px auto;
}

p {
    font-size: 12px;
}

/*MSISDN*/

.main {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
}

.main-container {
    width: 90%;
    margin: 0 auto;
}

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

.pin_button {
    margin-top: 10px !important;
    color: white;
    font-size: 28px;
    font-weight: 900;
	padding: 3vh;
}

.field {
    position: relative;
    margin-bottom: 10px;
    animation: heartbeat 2s infinite;
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.field-input {
    display: block;
    width: 100%;
    height: 64px;
    background: var(--bg-color);
    border: 2px solid var(--input-border);
    border-radius: 8px;
    padding: 0 38px 0 110px;
    direction: ltr;
    color: var(--input-text);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    transition: 0.5s ease;
}

.field-input.pin {
    height: 82px;
    padding-left: 26px;
    text-align: center;
    letter-spacing: 16px;
}

.field-label {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 24px;
    line-height: 1;
    pointer-events: none;
    transition: 0.5s ease;
}

.rtl-text .field-label {
    left: auto;
    right: 40px;
}

.field-error {
    color: var(--input-error);
    text-align: left;
    margin-top: 8px;
    display: none;
}

.rtl-text .field-error {
    text-align: right;
}

.field-input:focus,
.field-input.focus {
    border-color: var(--input-label-focus);
}

.field-input:focus ~ .field-input__prefix .field-icon,
.focus .field-icon {
    fill: var(--input-icon-focus);
}

.field-input:focus ~ .field-label,
.focus ~ .field-label {
    top: -9px;
    left: 32px;
    background: var(--bg-color);
    padding: 2px 8px;
    color: var(--input-label-focus);
    font-size: 14px;
}

.rtl-text .field-input:focus ~ .field-label,
.rtl-text .focus ~ .field-label {
    left: auto;
    right: 32px;
}

.field-input.has-error {
    border-color: var(--input-error);
}

.has-error ~ .field-icon {
    fill: var(--input-error) !important;
}

.has-error ~ .field-label {
    top: -9px;
    left: 32px;
    background: var(--bg-color);
    padding: 2px 8px;
    font-size: 14px;
    color: var(--input-error) !important;
}

.rtl-text .has-error ~ .field-label {
    left: auto;
    right: 32px;
}

.has-error ~ .field-error,
.has-error ~ .field-alert {
    display: block;
}

.field-input__prefix {
    position: absolute;
    top: 2px;
    left: 0;
    padding-left: 40px;
    color: #404040;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: 300;
}

.field-icon {
    position: absolute;
    top: 20px;
    left: 14px;
    fill: #404040 !important;
    pointer-events: none;
    transition: 0.5s ease;
}

.field-check {
    position: absolute;
    top: 20px;
    right: 14px;
    width: 24px;
    height: 24px;
    fill: var(--input-icon-grey);
    pointer-events: none;
    transition: 0.5s ease;
}

.form-valid .field-check {
    fill: #09aa05;
}

.btn-enable {
    background: #00ff65;
    box-shadow: 0px 0px 10px 0px #00ff65;
    color: white;
    border-radius: 13px;
    width: 100%;
    -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%;
    -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 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)
    }
}

.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;
    border: none;
}

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

/*encart rouge*/

.field-alert.active {
    display: block;
}

.field-alert {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 14px;
    margin-left: -135px;
    width: 270px;
    background: var(--input-error);
    border-radius: 4px;
    padding: 3px 5px;
    color: var(--bg-color);
    font-size: 14px;
    animation: shake 5sease -in-out 5 both;
    display: none;
}

.field-alert:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--input-error);
}

/**/

#mobile {
    margin: 5px 0;
    font-size: 14px;
}

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

#subscribe {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
}

/*LEGAL*/

#safetext {
    margin: 10px auto;
    width: 85%;
}

#exit {
    color: #09aa05;
    text-align: center;
}

#info {
    padding: 15px;
    background-color: #ececec;
    font-size: 1.2rem;
    margin-top: 15px;
}

#conditions {
    color: #000;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    background-color: #ececec;
    padding: 0 0 10px;
}

/* FOOTER*/
footer {
    text-align: center;
    padding: 12px;
    width: 100%;
    background: #000;
}

footer a {
    color: #a5a5a5;
    text-decoration: none;
}


/*RESPONSIVE DESKTOP*/

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

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

    .mw_container {
        width: 30%;
    }

    .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%;
    }

    .main-container {
        width: 50%;
    }


    .faq {
        display: flex;
        justify-content: space-between;
        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%;
}

}

@media screen and (min-width: 780px) {
    .mw_container {
        width: 50%;
    }

    .col-75 {
        width: 100%;
    }

    .sportstatsLogo {
        width: 25rem;
    }
}
