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

html {
    --btn-bg: #01f58e;
}

body {
    background-color: #f8f8f8;
}

/* HEADER */

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
    background-color: white;
}

.manette {
    width: 5rem;
    height: 5rem;
    background: linear-gradient(to bottom, #FF8688, #FF6E54);
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.manette img {
    height: 100%;
    width: auto;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.logo img {
    width: 16rem;
    margin: 0 auto 0 0;
}

.logo p {
    text-align: left;
}

.logo-footer {
    width: 12rem;
}

.title {
    font-size: 24px;
}

/* FORM */

.arrow-mobile {
    margin: 1rem;
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #7e7d7d;
    max-width: 400px;
}

#form-title {
    margin: 0 0 1rem 0;
    font-size: 18px;
    color: #09ab05;
}

#form-title, #form-subtitle {
    text-align: left;
    font-family: "Montserrat", sans-serif;
}

#pg_form {
    width: 90%;
    font-family: "Inter", serif;
}

.blocCTA {
    display: flex;
    border: 2px solid #09aa05;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.iconPhone {
    color: #404040;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: 600;
    display: flex;
}

#msisdn_lead {
    border: none;
    width: 35px;
    margin: 0 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Inter";
}

.form-control {
    border: none;
    font-size: 22px;
    width: 60%;
    margin-left: 10px;
    font-family: "Inter";
    letter-spacing: 2px;
    background: none;
}

.field-check {
    width: 25px;
}

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

#submit_button {
    margin-top: 10px;
}

.btn-enable {
    background: #09aa05;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-disable {
    background-color: #b2b2b2;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    color: #818181;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@-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)
    }
}

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

#pg_pin_code {
    width: 50%;
    text-align: center;
    border: 1px solid black;
    padding: 10px;
    margin: 10px auto;
    font-size: 20px;
}

#pg_resend_pin {
    color: #10ae58;
}


/*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: 'Montserrat', 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;
}

/*H1 + BOX*/

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

p {
    font-size: 12px;
}

/*STEPS 1/2 PROGRESS*/
.progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 4rem 0 1rem 0;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1rem;
    position: relative;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e0e4ee;
    position: relative;
    z-index: 1;
}

.circle.active {
    background-color: #09aa05;
}

.circle.active span {
    color: #09aa05;
}

.circle span {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #b5b7bb;
}

.circle span img {
    width: 2rem;
    height: auto;
}

.progress-bar {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #e0e4ee;
    z-index: 0;
}

.indicator {
    position: absolute;
    width: 33%;
    height: 100%;
    left: 0;
    background-color: #09aa05;
}

/*BUTTON OK*/

.mw_form_submit {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
}

@-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;
    position: relative;
    align-items: center;
}

#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: -11px;
    left: 0;
    padding-left: 34px;
    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;
}

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

#subscribe {
    margin: 9px 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;
    }
}

/*MSISDN*/

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

.main-container {
    margin: 0 auto;
}



#pg_form {
    width: 100%;
}

/*ENCART ORANGE*/

.encartOrange {
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
}

.encart {
    width: 270px;
    background: #76fa9f;
    border-radius: 4px;
    padding: 3px 5px;
    color: #000000;
    font-size: 12px;
    margin: 0 auto;
}

.small-arrow {
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #76fa9f;
}

/*BOX CTA*/

.input-group {
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 0 auto;
}

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

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

#pg_msisdn {
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 15px 38px 15px 65px;
    direction: ltr;
    color: #000000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    border: none;
}

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

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

.fleche {
    margin-top: 3em !important;
    width: 40px;
}

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

.droite {
    animation: droite 0.8s infinite;
    position: absolute;
    z-index: 100;
    right: 0;
    margin: 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;
    }
}

#continue {
    margin: 9px 0;
}

.btn-enable #continue {
    margin: 9px 0;
    text-shadow: 0 0 20px #289d4d;
}

#pg_row_msisdn {
    display: grid;
    grid-gap: 1vh;
    padding: 10px;
}

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

#pg_pin-code {
    width: 80%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 100px;
    border: 2px solid gray;
    margin-bottom: 20px;
}

/*BUTTON OK*/

.pg_form_submit p {
    color: #fff;
    font-size: 2.8rem !important;
    font-weight: 900;
}

.bouton-central {
    line-height: 17px;
    border: 0;
    text-transform: uppercase;
}

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

.btn-enable {
    background-color: #76fa9f;
    color: white;
    border-radius: 10px;
    width: 90%;
    padding: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    margin: 0 auto;
}

.btn-disable {
    background-color: #b2b2b2;
    color: #818181;
    border-radius: 10px;
    width: 90%;
    padding: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    margin: 0 auto;
}

@keyframes pulse {
    0% {
        box-shadow: inset 2px 2px 10px #76fa9f, inset -2px -2px 10px #76fa9f, #76fa9f 0 0 0;
    }

    50% {
        box-shadow: inset 2px 2px 10px #76fa9f, inset -2px -2px 10px #76fa9f, #76fa9f 0 0 30px;
    }

    100% {
        box-shadow: inset 2px 2px 10px #76fa9f, inset -2px -2px 10px #76fa9f, #76fa9f 0 0 0;
    }
}

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

#confirm {
    background-color: #01f58e;
    color: white;
    border-radius: 13px;
    width: 95%;
    padding: 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    font-size: 29px;
    font-weight: 800;
}

#pg_pin_code {
    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-bottom: 2vh;
}

/**/

#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*/

.legal {
    margin: 20px 0;
}

#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) {
    .mw_form_submit {
        width: 100%;
    }

    .pictos {
        width: 93%;
    }

    .input-group {
        width: 100%;
    }

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

}

