/* === 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: 4px;
    width: 100%;
    height: 10vh;
    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: 4px;
    cursor: pointer;
    float: right;
    height: 60px;
    line-height: 20px;
    margin-top: 20px;
}

/* Style the container */
.mw_container {
    border-radius: 5px 5px 0 0;
    background-color: #00000096;
    padding: 13px;
}

/* 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;
    height: 50px;
    margin-bottom: 10px;
}

/* 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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 80%;
    height: 35px;
    margin: 0 auto;
}

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.75rem;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #0b1019;
    border-width: 1px 0px 1px 1px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    height: 35px;
}

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

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

.timer {
    color: black;
}

.msg {
    color: white;
    padding: 0 0 10px;
}

#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;
        height: 35px;
    }
}

/* FOOTER*/
footer {
    text-align: center;
    padding: 12px;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 100%;
    background: black;
}

footer ul {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
    padding: 0;
}

footer ul li {
    display: inline;
    font-size: 10px;
    color: #a5a5a5;
}

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

footer ul li.separator:last-child {
    display: none;
}

footer img {
    max-width: 180px;
    margin: 12px auto;
    display: block;
}

footer img:first-child {
    max-width: 120px;
    margin: 0 auto 12px auto;
}

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

html {
    height: 100vh;
}

body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
    margin: 0;
    color: rgb(255 255 255);
}



/* === S1 === */

#boxTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#boxTop #price {
    width: 60%;
}

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

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

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

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

#price {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 5px;
}

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

main#s1 {
    background: url({$base_resssources_url}/../../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 3vh;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 60%;
}

header {
    display: block;
    justify-content: center;
}

#s1 h1 {
    font-size: 5vw;
    color: rgb(255 255 255);
    text-align: center;
    margin-top: 2vh;
}

h2 {
    font-size: 4vw;
}

/* === PICTO BOX === */
.pictos {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-around;
    list-style-type: none;
    /* margin-top: 7vh; */
    position: absolute;
    bottom: 0;
    width: 90%;
}

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

/*BUTTON OK*/

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

.btn-enable {
    background: linear-gradient(93deg, rgba(33, 227, 101, 1) 0%, rgba(33, 227, 169, 1) 100%);
    color: white;
    box-shadow: inset 1px 1px 0px rgb(255 255 255 / 70%), inset -1px -1px 0px rgb(0 0 0 / 50%), -6px -5px 10px rgb(255 255 255 / 20%), 3px 5px 10px rgb(1 245 142 / 31%), 2px 7px 10px 2px rgb(0 0 0 / 50%);
    border-radius: 9px;
    border: none;
    width: 80%;
    padding: 2px 0 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

.btn-disable {
    background: #666666;
    color: white;
    border-radius: 9px;
    border: none;
    width: 80%;
    padding: 2px 0 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

#continue {
    margin: 8px 0 5px 0;
    font-size: 23px;
    text-transform: uppercase;
}

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

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

.legal {
    display: grid;
    grid-gap: 1vh;
    background-color: #00000096;
    padding: 0 0 13px;
    border-radius: 0 0 5px 5px;
}

.price {
    font-size: 12px;
    color: #fff;
    width: 80%;
    margin: 0px auto 3px;
    text-align: center;
}

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

#conditions {
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin: 5px;
}

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

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

.translate_text a {
    color:dodgerblue;
}


/*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 {
        margin: 10vh auto;
        width: 30%;
    }

    .mw_form_submit {
        width: 100%;
    }

    .col-75 {
        /* float: left; */
        width: 75%;
        margin: 6px auto;
    }

    #s2 section {
        width: 30%;
        margin: 0 auto;
    }

    .pictos {
        width: 93%;
    }

}
