body,html
{
    padding:0;
    background:#152023;
    color:white;
    font-size:20px;
}
.biglogo
{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content: center;

}
.biglogo img
{
    width:80%;
    height:80%;

    max-width: 500px;

}
 

body {
    -webkit-font-smoothing: antialiased;
}


.hidden {
    display: none;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 0;
}

/* Buttons and links */
button,a#submit {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    /* box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07); */
    width: 100%;
    padding: var(--p-spacing3) var(--p-spacing4);
    background-color: white;
    border-radius: var(--borderRadius);
    font-size: var(--fontSizeXs);
    font-weight: var(--fontWeightMedium);
    color: var(--colorTextSecondary);
    transition: background .15s ease, border .15s ease, box-shadow .15s ease;
    border-radius: 6px;
    background: var(--Almost-Black, #0F0F0F);
    display: flex;
    height: 48px;
    padding: 12px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}
button:hover {
    /* filter: contrast(115%); */
}
button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}
.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: absolute;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    left: 32px;
    z-index: 10;
    background: #0f0f0f;
}
.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}
.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #0f0f0f;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #0f0f0f;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px; 
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    form {
        width: 100%;
        min-width: initial;
        margin-bottom: 0;
    }
}
body {
    padding:0;
    margin:0;
    font-family: "PT Sans", sans-serif;
}

div#app {
    box-sizing:border-box;
    padding:0;
    min-height:100vh;
    background: white;
    padding-bottom: 200px;
}
.paiement
{
    color: var(--Almost-Black, #0F0F0F);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding:21px;
    border-bottom: 1px solid var(--Tranquil, #DFEBED);
}

.prix b {
    color: var(--Almost-Black, #0F0F0F);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -2.4px;
}
.prix {
    text-transform: uppercase;
    padding: 12px;
    color: var(--Bermuda-Grey, #6F9A9F);
    text-align: center;
    font-size: 36px;
    font-style: normal; 
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.8px;
}

.info .prix {
    color: var(--Almost-Black, #0F0F0F);
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -3px;
    text-transform: uppercase;
    padding: 0;
}

small {
    display: block;
    color: var(--Almost-Black, #0F0F0F);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    text-align: center;
}

.block {
    padding: 12px 36px;
    /* display: flex; */
    width: 100%;
    box-sizing: border-box;
}

div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 24px;
    background: var(--Black-Pearl, #152023);
    /* border-radius: 18px; */
    /* background: var(--Dennogreen, #CEFD49); */
    padding-top: 0;
    z-index: 10;
}

div#footer button,div#footer a#submit {
    border-radius: 18px;
    background: var(--Dennogreen, #CEFD49);
    display: block;
    padding: 6px 24px 6px 6px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    position: relative;
    height:60px;
    color:black;
    color: var(--Almost-Black, #0F0F0F);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
}

#submit svg {
    position: absolute;
    top: 50%;
    left: 7px;
    height: 48px;
    margin-top: -24px;
}

.block.flex {
    display: flex;
    text-align: center;
    justify-content: center;
    gap:10px;
    flex-wrap:wrap;
}
 
#footer .block span.nom { 
    color: var(--Dennogreen, #CEFD49);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
#footer span.prix, #footer .block div, #footer .block span {
    color: var(--Tranquil, #DFEBED);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin:0;
    padding:0;
}

button.coupon {
    /* margin-bottom: 5px; */
    background: transparent;
    text-align: left;
    padding: 20px;
    color: #4d4d4d;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 56px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-top: 0;
    border: solid 1px #f1f1f1;
    border: solid 1px #f1f1f1 
    !important;
    /* padding: 0; */
    margin: 0;
}

div#paiement {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#app.blue {
    background: #DFEBED;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

span.loading {
    /* display: block; */
    margin: auto;
    border-radius: 16px;
    background: var(--Dennogreen, #CEFD49);
    color: var(--Almost-Black, #0F0F0F);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    display:flex;
    align-items:center;
    justify-content:center;
    display: flex;
    padding: 12px 24px 9px 24px;
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 10px; */
    animation: blinker 1s linear infinite;
}

span.info {
    display: block;
    margin: auto;
    border-radius: 16px;
    text-align:center;
    color: var(--Almost-Black, #0F0F0F);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    display:flex;
    align-items:center;
    justify-content:center;
    display: flex;
    padding: 12px 24px 9px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

b.consommation {
    color: var(--Almost-Black, #0F0F0F);
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -7.5px;
    /* text-transform: uppercase; */
}

b.tarif.conso {
    color: black;
    color: var(--Almost-Black, #0F0F0F);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body {}

span.loading.stop {animation:none;border-radius: 16px;background: var(--Shadow-Green, #94BABD);}

.info {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    background: white;
    border-radius: 12px;
    background: var(--White, #FFF);
    width: 100%;
    box-sizing: border-box;
}

.info small {
    color: var(--Almost-Black, #0F0F0F);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.13px;
}

p.fin {
    display: block;
    text-align: left;
    width: 100%;
    color: black;
    color: var(--Almost-Black, #0F0F0F);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}