html {
    background: var(--bg);
}

main {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tit {
    margin: auto;
}

.signInDiv {
    width: calc(100% - 100px);
    max-width: 1024px;
    display: flex;
    justify-content: center;
    padding: 30px;
    border-radius: 25px;
    backdrop-filter: blur(20px);
    background-color: var(--color);
    /* border: solid 2px #00000020; */
    transition: 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
    flex-direction: column;
    margin: 50px 20px;
}

.signInDiv .step {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: center;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.signInDiv .step .tit {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.signInDiv .step .tit b {
    font-size: 12px;

}

.signInDiv .step .tit svg {
    width: 50px;
    height: 50px;
    color: var(--first);
    padding: 10px 0;
}

.signInDiv .step form {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    margin: 0;
    gap: 8px;
}

.signInDiv .step .infoDiv {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
    gap: 5px;

}

.signInDiv .step .infoDiv .infosBox {
    background-color: var(--bgCard);
    border-radius: 10px;
    padding: 10px;
}

.signInDiv .step .infoDiv .infosBox.ok {
    color: var(--sucess);
}

.signInDiv .step .infoDiv .infosBox.not {
    color: var(--warning);
}

.signInDiv .step .infoDiv .infosBox .value {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.signInDiv .step .infoDiv .infosBox .value .ico {}

.signInDiv .step .infoDiv .infosBox .value .ico svg {
    height: 16px;
    width: 16px;
    opacity: 1;
    color: currentColor;
}

.signInDiv .step .infoDiv .infosBox .value p {}

.signInDiv .step .commits {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
}

.signInDiv .step .infoDiv .tit {
    margin: 0 0 10px 0;

}

.signInDiv .step .infoDiv .offre {
    display: flex;
    background: var(--bgCard);
    padding: 15px;
    border-radius: 10px;
    border: solid 2px var(--bg);
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    transition: 0.2s;
}

.signInDiv .step .infoDiv .offre .price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 4px;
}

.signInDiv .step .infoDiv .offre:hover {
    box-shadow: 2px 2px 4px #00000010;
    border: solid 2px var(--act1);


}

.signInDiv .step .infoDiv .offre.active {
    box-shadow: 2px 2px 4px #00000010;
    border: solid 2px var(--act1);
    background: var(--act1);
    color: var(--color);

}

.signInDiv .step .infoDiv .offre.active p {
    color: var(--color);
}

.signInDiv .step .infoDiv .offre.active h3 {
    color: var(--color);
}

.signInDiv .step .infoDiv .image {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signInDiv .step .infoDiv .image img {
    height: 100%;
}

.signInDiv .step .infoDiv .tit h2 {}

.signInDiv .step .infoDiv .tit b {}

.signInDiv .step .infoDiv .inputDiv {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    /* gap: 5px; */
    margin: 2px 0;
    background-color: var(--bgCard);
    width: -webkit-fill-available;
}

.signInDiv .step .infoDiv .inputDiv label {
    font-size: small;
    font-family: monospace;
    font-weight: 600;
}

.signInDiv .step .infoDiv .inputDiv input[type="text" i],
[type="email" i],
[type="tel" i],
[type="file" i],
[type="url" i],
input[type="password" i] {
    border: none;
    outline: none;
    /* padding: 10px; */
    padding: 6px;
    margin: 0 !important;
    border-radius: 5px;
    background: transparent;
    width: calc(100% - 20px) !important;
    font-size: 12px;
    font-weight: 500;
}

/* range */
.paiment {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.paiment .value {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.paiment .paymentRangeDiv {
    width: 100%;
}


.signInDiv .step .infoDiv .optionsDiv {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.signInDiv .step .infoDiv .optionsDiv .optionsSec {
    position: relative;
    z-index: 1;
    /* margin: 0px 0 15px 0; */
    max-width: 440px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.signInDiv .step .infoDiv .optionsDiv .optionsSec h2 {}

.signInDiv .step .infoDiv .optionsDiv .optionsSec b {
    font-size: 10px;
    font-weight: 400;
    opacity: .7;
}

.RecapDiv {
    padding: 20px;
    border-radius: 15px;
    background: var(--bgCard);
    /* min-width: 250px; */
}

.RecapDiv .clientInfos {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.RecapDiv .clientInfos .info {
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    border-radius: 20px;
    /* background: #ffffffc7; */
    padding: 2px 12px 2px 4px;
}

.RecapDiv .clientInfos .info .ico {
    background: #eaf4ff;
    padding: 4px;
    border-radius: 20px;
}

.RecapDiv .clientInfos .info .ico svg {
    height: 14px;
    width: 14px;
    color: #248aff;
}

.RecapDiv .clientInfos .info .Promo {
    border-radius: 33px;
    padding: 2px 7px;
    background-color: #0080002e;
    display: flex;
    align-items: center;
    gap: 4px;
}

.RecapDiv .clientInfos .info .Promo p {
    font-size: 10px;
    font-weight: 700;
}

.RecapDiv .PaimentMode {
    display: none;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 0px 4px 12px 4px;
}

.RecapDiv .PaimentMode .text {
    border-radius: 33px;
    padding: 4px 12px;
    background-color: #0080002e;
    display: flex;
    align-items: center;
    gap: 4px;
}

.RecapDiv .PaimentMode .text .ico {
    height: 8px;
    width: 8px;
    background-color: green;
    border-radius: 6px;
}

.RecapDiv .PaymentInfoDiv {}

.RecapDiv .PaymentInfoDiv .total {
    display: flex;
    justify-content: space-between;
    /* opacity: .8; */
    margin: 0px 4px;
    align-items: flex-end;
}

.RecapDiv .PaymentInfoDiv .total b {
    font-size: 16px;
    color: green;
}

.RecapDiv .PaymentInfoDiv .net {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    margin: 0px 4px;
}

.RecapDiv .PaymentInfoDiv .Rest {
    display: flex;
    justify-content: space-between;
    font-size: smaller;
    opacity: .8;
    margin: 0px 4px 0px 4px;
}

.RecapDiv .PaymentInfoDiv .Rest b {
    font-size: 12px;

}

.signInDiv .step .commits .commit {}

.signInDiv .step .commits .commit button {
    display: flex;
    justify-content: space-around;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    background-size: cover;
    z-index: -1;
}

.loginDiv {
    padding: 40px;
    /* margin: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    background-color: var(--bgCard);
    /* border: solid 2px #00000020; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    align-items: stretch;
    max-width: calc(100vw - 110px);
}

.loginDiv .loginResponse {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.loginDiv .loginResponse .ico {
    display: none;
    justify-content: center;
}

.loginDiv .loginResponse .ico svg {
    height: 50px;
    width: 50px;
}

.loginDiv .loginResponse .ico#ok svg {
    color: var(--first);
}

.loginDiv .loginResponse .ico#wrongPassword svg {
    color: var(--secend);
}

.loginDiv .loginResponse .ico#wrongEmail svg {
    color: var(--third);
}

.loginDiv .loginResponse .ico#NoUsr svg {
    color: var(--third);
}

.loginDiv .loginForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.loginDiv .loginForm form input {
    width: calc(100% - 30px);
    font-size: 12px;
    min-width: max-content;
    margin: 5px 0;
    padding: 10px 14px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: solid 1px #00000010;
    transition: 0.4s;
    background: #fff;
}

.loginDiv .loginForm form {
    display: flex;
    flex-direction: column;
}

.loginDiv .loginForm .loginFooter {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 8px;
}

.loginDiv .loginForm .loginFooter p {
    font-size: 12px;
}

@media screen and (max-width: 1023px) {

    main {
        /* padding: 40px 0 0 0; */
    }

    .signInDiv .step {
        flex-direction: column;
    }

    .signInDiv .step .infoDiv {
        width: 100%;
    }

    .signInDiv .step .infoDiv .image {
        display: none;
    }
}