/* === 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: 2.8rem;
    margin: 0 auto 2vh;
}

/* 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 {
    width: 94%;
    margin: 2vh 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;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #02e7ba;
    /* 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: 38px;
    border: none;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    background: #e9e9e9;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e9e9e9 inset;
}

#inputPhoneValidationOkImg {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #e9e9e9;
    padding: 6px;
    width: 38px;
    height: 38px;
    display: none;
}

.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: #000;
    padding: 5px;
    text-align: center;
}

#mw_pin_code_popin {
    color: #9601f5 !important;
}

.row > a:link {
    color: #01f58e !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: 10px 0 0 0;
    color: #09d289;
}

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

#subscribe {
    font-size: 12px;
    font-weight: 400;
}

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

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

/**/

#name {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.translate_text {
    width: 100%;
    font-size: 1.2rem;
    padding: 0;
}

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

.translate_text a {
    color: #237745;
}

#exit {
    color: #39b56b;
    display: flex;
    justify-content: center;
    margin: 10px;
    font-size: 12px;
    font-weight: 800;
}

#conditions {
    color: #8b8b8b;
    font-family: arial;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
}

.clearfix {
    display: grid;
    grid-gap: 2vh;
}

.main-container {
    text-align: inherit !important;
    width: 90%;
}

/************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    align-self: center;
    outline: 0;
}

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

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



/* === S1 === */
.menuBurger.closed {
    width: 5vw;
}

nav {
    position: absolute;
    background: #fff;
    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: #000;
    font-weight: 700;
    text-decoration: none;
    background: #f2f2f2;
    padding: 4vh;
    width: 80%;
    border-radius: 5px;
}

#boxTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    padding: 0px 10px;
    width: 100%;
    align-self: start;
}

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

ul.extra li {
    background-color: transparent !important;
    border-radius: 20px !important;
    padding: 5px 0 !important;
    box-sizing: border-box !important;
    color: transparent !important;
    font-size: 10px !important;
}

ul.extra li a {
    text-decoration: none !important;
    color: #ffffff !important;
    padding: 5px 5px !important;
    font-weight: 400 !important;
    background: grey !important;
    border-radius: 20px;
}

ul.extra li a.bold {
    text-decoration: none !important;
    background: #02e7ba !important;
    border-radius: 50px !important;
    padding: 5px 5px !important;
    font-weight: 700 !important;
    box-shadow: #bababa 0 0 10px !important;
    color: white !important;
    display: none;
}

#price {
    font-size: 12px;
    width: 85%;
    color: #505050;
    margin: 10px auto;
    text-align: center;
}

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

#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: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: grid;
    grid-gap: 2vh;
    grid-template-rows: auto auto auto auto auto 1fr;
}

.main-container {
    display: grid;
    align-content: start;
    grid-gap: 10px;
    margin: 0 auto;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    margin: 0 auto;
}

.logoBottom {
    width: 200px;
}

#s1 h1 {
    font-size: 16px;
    color: black;
    text-align: center;
    margin: 10px;
    font-weight: 300;
}

.checkBox {
    width: 110px;
    margin: 20px auto 10px;
}

.bigCheck {
    width: 100%
}

h2 {
    font-size: 4vw;
}

#info {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    color: #505050;
    font-weight: 800;
    text-align: center;
}

/* === */

.percent {
    border: solid 5px #02e7ba;
    border-radius: 100px;
    justify-self: center;
    padding: 20px 10px;
}

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

#lastSteps {
    font-size: 1.6rem;
    font-weight: 700;
    color: #02e7ba;
    text-align: center;
}

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

.billingSteps {
    display: none;
}

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

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

/*CTA*/

#continue {
    margin: 9px 0;
}

#mw_row_msisdn {
    display: grid;
    grid-gap: 1vh;
    border: black solid 1px;
    padding: 10px;
    border-radius: 10px;
}

#mw_number {
    font-weight: 700;
    font-size: 2rem;
}

.cta2 {
    display: flex;
    justify-content: center;
}

/*BUTTON OK*/

.button-to-green {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
}

.btn-enable {
    background-color: #1438FF;
    color: white;
    border-radius: 13px;
    width: 100%;
    padding: 10px;
    -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: 10px;
    -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;
    border: 0;
}

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

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

/*BOX BUTTON*/

.boxButton {
    display: flex;
    margin: 0 auto;
    width: 280px;
    position: relative;
}

#enter {
    text-align: center;
    font-weight: 800;
    margin: 0 auto 10px;
}

.input-group {
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 0 auto;
    background-color: #e6e6e6;
    border-radius: 100px;
}

.field-input__prefix {
    position: absolute;
    top: -8.3px;
    left: 0;
    padding-left: 20px;
    color: #404040;
    font-size: 21px;
    line-height: 67px;
    letter-spacing: 2px;
    font-weight: 500;
}

.field-input {
    display: block;
    width: 100%;
    height: 45px;
    background: var(--bg-color);
    border: 2px solid var(--input-border);
    border-radius: 100px;
    padding: 0 38px 0 105px;
    direction: ltr;
    color: #000000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    transition: 0.5sease;
}

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

.field-icon {
    margin-bottom: -3px;
}

.fleche {
    width: 40px;
}

.droite {
    animation: droite 0.8s infinite;
    position: absolute;
    z-index: 100;
    right: 0;
    margin: 23px 0 0 0;
}

.gauche {
    animation: gauche 0.8s infinite;
    position: absolute;
    z-index: 100;
    left: 0;
    margin: 23px 0 0 0;
}

@-webkit-keyframes droite {
    0% {
        right: -40px;
    }

    50% {
        right: -20px;
    }

    100% {
        right: -40px;
    }
}

@-webkit-keyframes gauche {
    0% {
        left: -40px;
    }

    50% {
        left: -20px;
    }

    100% {
        left: -40px;
    }
}



/*VIGNETTE D'IMAGES*/

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

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

#poisson {
    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;
    color: black;
    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;
}

#faq {
    text-align: center;
    margin: 0 auto;
}

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

.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;
    text-align: center;
}

/*SUCCESS STEP*/

.success_messages{
    font-size: 12px;
    color: black;
    font-weight: 600;
}

.success_messages #confirm {
    font-size: 24px;
    background-color: #0135ff;
    color: white;
    padding: 10px 60px;
    border-radius: 10px;
}

.success_messages button {
    border: 0;
    background: none;
    width: 100%;
}

#success_messages {
    font-weight: 400;
    margin: 0 auto 10px;
    width: 90%;
    color: black;
}

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

    .translate_text {
        width: 50%;
        margin: 0 auto;
    }

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

    .bulle {
        width: 35%;
    }

}

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

    .col-75 {
        width: 100%;
    }
}
