@import url("var_css.css");
@import url("styles_payementPage_animation.css");

body {
    background-image: unset;
    min-height: 100vh;
    overflow-x: hidden;
    --heightFooter: 57px;
    background: var(--gbGrise);
}

#topHeader {
    min-height: 58px !important;
}

.unusfullformapyen,
.msghelpalltime {
    display: none !important;
}

.menu-item {
    visibility: hidden !important;
}

.bullUser a.nameold {
    border-radius: 30%;
}

#site-content {
    min-height: unset;
    border-radius: 0 !important;
    min-height: calc(100vh - var(--heightFooter));
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.8em;
    padding-bottom: 75px;
}

#site-footer {
    font-weight: normal;
    font-size: 1em;
    height: var(--heightFooter);
    background: var(--defaultColor) !important;
    position: relative;
    /* bottom: 0;
    bottom: -65px; */
    width: 100%;
    z-index: 30;
    transition: all ease-out 1s;
}

#site-footer.open {
    transition: all ease-out 1s;
    bottom: 0px;
}


#site-header {
    display: none;
}

#accesInvite {}

#accesInvite .blcinput {}

.logInvite {
    margin: 27vh auto 12vh;
    width: 350px;
    padding: 30px;
    border-radius: 10px;
    border: 0px solid transparent;
    background: transparent;
}

.logInvite .logocoonet {
    margin-top: -80px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;

}

.logInvite .logocoonet img {
    height: 25px;

}

.logInvite #errorConnection {
    margin-top: 20px;
}

.logInvite #errorConnection .textErrorAffich {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #999;
    font-size: 0.8em;
}

.logInvite #errorConnection .textErrorAffich .pictoerror {
    margin-bottom: 10px;
}


.max-width.max,
.block-width.max,
.header-inner.max {
    width: 110rem;
    margin: auto;
}


.navPayment {
    margin-bottom: 40px;
    padding: 20px 0;
    background-color: #dad9e2;
}

.navPayment .step {
    margin: 0;
    margin-right: 6%;
    opacity: 0.2;
}

.navPayment .step.next {
    opacity: 1;
    font-weight: bold;
}

.navPayment .step.next .material-symbols-outlined {
    opacity: 1;
    font-weight: bold;
}

.navPayment :last-child.step {
    margin-right: 0%;
}

.navPayment .step .chc {
    padding: 9px;
    border-radius: 50%;
    background: var(--defaultColor);
    color: #fff;
    font-size: 1.2em;
    display: flex;
}

.navPayment .step.confirmation.next .chc {
    background: var(--vert);
    color: #fff
}

.navPayment .step.confirmation.next {
    color: var(--vert);
}

.navPayment .step .chm {}

.navPayment .step .chn {
    margin-left: 25%;
}

.panier .blcUint .bttmTotle {
    margin-top: 16px;
}

.blcinput.toggleButoon .toggleChoose.flex.left>.spntgg.sp1,
.blcinput.toggleButoon .toggleChoose.flex.left>.spntgg.sp2,
.blcinput.toggleButoon .toggleChoose.flex.left>.spntgg {
    width: auto;
    border-radius: 30px;
    border: 1px solid var(--defaultColor);
    background: #fff;
    color: var(--defaultColor);
    text-align: center !important;
    padding: 3px 10px;
    cursor: pointer;
    text-decoration: none;
}

.blcinput.toggleButoon .toggleChoose.flex.left>.spntgg.sp1.ici,
.blcinput.toggleButoon .toggleChoose.flex.left>.spntgg.sp2.ici {
    background: var(--defaultColor);
    color: #fff;
}

.blcinput.toggleButoon .toggleChoose.flex.left>.spntgg.sp1:hover,
.blcinput.toggleButoon .toggleChoose.flex.left>.spntgg.sp2:hover {
    background: var(--selected);
    color: var(--defaultColor);
}



.blcinput.toggleButoon .toggleChoose.flex.left>div.lbltgg {
    display: none !important;
}

.blcinput.toggleButoon .toggleChoose {
    width: 60%;
    gap: 2%;
    font-size: 0.95em;
}




.firstContentPayement {
    margin-top: 3vh;
    margin-bottom: 5vh;
}

.blcprentPromo .blkpzone {
    width: 20%;
    border-radius: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blcprentPromo .blkpzone .ttimg {
    height: 150px;
    background: linear-gradient(0deg, transparent, #1e0f69);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.blcprentPromo .blkpzone .ttitre {
    font-weight: bold;
    font-size: 1.6em;
    padding: 10px;
    text-align: center;
    color: #fff;
}


.firstContentPayement .blocBulle {
    --brRadius: 12px;
    border-radius: 12px;
    margin-bottom: 30px;
    gap: 2%;
}

.firstContentPayement .blocBulle .inforUser {
    width: 75%;
}

.width-100 {
    width: 100% !important;
}

.firstContentPayement .blocBulle .loyaltyblock {
    width: 25%;
}

.firstContentPayement .blocBulle .tttitle {
    background-color: #ecebf2;
    border-top-left-radius: var(--brRadius);
    border-top-right-radius: var(--brRadius);
    padding: 10px 20px;
}

.firstContentPayement .blocBulle .ccontent {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom-left-radius: var(--brRadius);
    border-bottom-right-radius: var(--brRadius);
}

.firstContentPayement .blocBulle .ccontent .vertical>* {
    width: 100%;
}

.firstContentPayement .blocBulle.validated .tttitle {
    background-color: var(--defaultColor);
    color: #fff;
}

.firstContentPayement .blocBulle.validated .ccontent {
    background-color: #ecebf269;
}


.firstContentPayement .blocBulle .ccontent .lineManufactur .namstatut {
    width: 80%;
}

.firstContentPayement .blocBulle .ccontent .lineManufactur .price {
    width: 20%;
    margin: 7px 0;
}

.firstContentPayement .blocBulle .ccontent .lineManufactur.totalAll {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.firstContentPayement .blocBulle .ccontent .lineManufactur.totalAll .ttotle {
    gap: 10%;
    width: 40%
}


.firstContentPayement #blockalloprogestbar {
    --topMarginPadding: 155px;
}

.firstContentPayement #blockalloprogestbar .blockBarProg {
    position: relative;
    visibility: hidden;
    margin-bottom: -100px;
    transition: margin ease-in-out 0.22s;
}

.firstContentPayement #blockalloprogestbar.start .blockBarProg {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
    visibility: visible;
    margin-bottom: 0px;
}

.firstContentPayement #blockalloprogestbar.start .blockBarProg .inBlockBarProg {
    width: 110rem;
    margin: auto;
    position: relative;
    z-index: 100;
}

.firstContentPayement #blockalloprogestbar.start .blockProgessStatus {
    padding-top: var(--topMarginPadding);
}





.firstContentPayement .blocBulle .ccontent .lineManufactur .groupManuf {
    width: 25%;
}

.firstContentPayement .blocBulle .ccontent .lineManufactur .status {
    width: 65%;
}


.firstContentPayement .blocBulle .ccontent .lineManufactur .status .flex {
    gap: 0px;
}

.lineManufactur .lgo {}

.lineManufactur .lgo img {
    height: auto;
    width: 20px;
}


.firstContentPayement .progressionBar {
    font-size: 0.85em;
    overflow: hidden;
    height: 130px;
    text-align: center;
    margin: 0 4%;
    --opaColorWait: #5e529c;
}

.firstContentPayement .progressionBar:before {
    content: '';
    display: block;
    width: calc(100% - 1px);
    height: 10px;
    position: relative;
    background-color: #99999929;
    top: 70px;
    z-index: 1;
}

.firstContentPayement .progressionBar.start:before {
    background-color: var(--opaColorWait);
}


.firstContentPayement .progressionBar.start:after {
    content: '';
    display: block;
    width: 100%;
    position: fixed;
    background-color: #1e0f69;
    top: 0px;
    left: 0;
    z-index: 0;
    height: 0px;
    box-shadow: 0 0 10px #0000009c;
    animation: progressionBarStart 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes progressionBarStart {
    0% {
        height: 0px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        height: var(--topMarginPadding);
    }
}

@keyframes progressionBarStart {
    0% {
        height: 0px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        height: var(--topMarginPadding);
    }
}


.firstContentPayement .progressionBar .ttile {
    position: relative;
    top: -10px;
    height: 40px;
    z-index: 10;
}

.firstContentPayement .progressionBar.start .ttile {
    color: #fff;
}

.firstContentPayement .progressionBar .bullblock {
    min-width: 100px;
    max-width: 165px;
}

.firstContentPayement .progressionBar .bullet {
    position: relative;
    top: 10px;
}

.firstContentPayement .progressionBar .bullet .bullblock {
    min-width: 100px;
}

.firstContentPayement .progressionBar .bullet .bullblock .trait {
    display: block;
    width: 0%;
    height: 10px;
    background-color: transparent;
    background-color: var(--defaultColor);
    position: relative;
    margin-top: -20px;
    margin-left: -400px;
    z-index: 10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: width ease-out 1.12s;
}

.firstContentPayement .progressionBar.start .bullet .bullblock .trait {
    background-color: var(--orange);
}

.firstContentPayement .progressionBar .bullet .bullblock.pass .trait {
    width: 500px;
}

.firstContentPayement .progressionBar .bullet .bullblock.pass .trait:before {
    /* content: '';
    display: block;
    background-image: url(/wp-content/themes/graitec/core-gtc/assets/img/autodesk_logo.png);
    background-color: #ffffff00;
    background-size: 69%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    z-index: 34;
    margin-left: 101%;
    margin-top: -5px; */
}

.firstContentPayement .progressionBar .ttile .bullblock .int {
    transition: opacity ease-out 1.12s;
    opacity: 0.5;
}

.firstContentPayement .progressionBar .ttile .bullblock.pass .int {
    opacity: 1;
}

.firstContentPayement .progressionBar .bullet .bullblock .int {
    visibility: hidden;
}

.firstContentPayement .progressionBar .bullet .bullblock .before {
    --sizeBull: 30px;
    display: flex;
    margin: auto;
    width: var(--sizeBull);
    height: var(--sizeBull);
    border-radius: 50%;
    /* overflow: hidden; */
    background-color: #e7e7e7;
    position: relative;
    z-index: 30;
    color: var(--defaultColor);
    color: #dadada;
    justify-content: center;
    align-items: center;
    transition: all ease-out 1s;
}

.firstContentPayement .progressionBar.start .bullet .bullblock .before {
    background-color: var(--opaColorWait);
}

.firstContentPayement .progressionBar .bullet .bullblock:first-of-type .before {
    margin-left: 0;
}

.firstContentPayement .progressionBar .bullet .bullblock:first-of-type .trait {
    width: 66px;
    margin-left: 2px;
}

.firstContentPayement .progressionBar .ttile .bullblock:first-of-type .int {
    text-align: left;
}

.firstContentPayement .progressionBar .bullet .bullblock:last-of-type .before {
    margin-left: calc(100% - var(--sizeBull));
}

.firstContentPayement .progressionBar .ttile .bullblock:last-of-type .int {
    text-align: right;
}

/* .firstContentPayement .progressionBar .bullblock.pass.ici .before, */
.firstContentPayement .progressionBar .bullblock.pass.ici .int {
    /* transform: scale3d(1.2); */
}


.firstContentPayement .progressionBar .bullet .bullblock .before .material-symbols-outlined {
    font-size: 1.9em;
    color: #ccc;
    font-weight: bold;
}

.firstContentPayement .progressionBar.start .bullet .bullblock .before .material-symbols-outlined {
    color: #ccc;
}

.firstContentPayement .progressionBar .bullet .bullblock.pass .before .material-symbols-outlined {
    color: var(--orange);
}

.firstContentPayement .progressionBar .bullet .bullblock.autodesk.payment.pass.ici .before .message:before {
    content: '';
    display: block;
    width: 10px;
    height: 30px;
    position: absolute;
    background: linear-gradient(0deg, white, transparent);
    z-index: 31;
    margin: auto;
    margin-top: -120px;
}

.firstContentPayement .progressionBar .bullet .bullblock.autodesk.payment .before .message {
    display: none;
    width: 200px;
    height: 100px;
    padding: 10px;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    z-index: 30;
    opacity: 0;
    margin-top: 100px;
    box-shadow: 2px 2px 5px #6666667d;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: var(--defaultColor);
}

.firstContentPayement .progressionBar .bullet .bullblock.autodesk.payment.pass.ici .before .message {
    display: flex;
    animation: seepaneauAutodesk 0.13s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes seepaneauAutodesk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-top: 173px;
    }
}

@keyframes seepaneauAutodesk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-top: 173px;
    }
}




.congratsGraitecConfirmation {
    font-size: 1.7em;
    color: var(--defaultColor);
    font-weight: bold;
}


.firstContentPayement .progressionBar .bullet .bullblock.autodesk.payment .before .material-symbols-outlined {
    display: none;
}

.firstContentPayement .progressionBar .bullet .bullblock.autodesk.pass.ici .before .material-symbols-outlined {
    display: inline-block;
    top: 0 !important;
}

.firstContentPayement .progressionBar .bullet .bullblock.autodesk .before {
    /* color: #8e8e8f; */
}

.firstContentPayement .progressionBar .bullet .bullblock.autodesk.pass .before {
    color: #000;
}

.firstContentPayement .progressionBar .bullet .bullblock.autodesk.pass.ici .before .numAutodesk {
    display: none;
}


.firstContentPayement .progressionBar.start .bullet .bullblock.pass .before .material-symbols-outlined {
    color: var(--defaultColor);
}

.firstContentPayement .progressionBar .bullet .bullblock.pass .before {
    background-color: var(--defaultColor);
    color: white;
}

.firstContentPayement .progressionBar.start .bullet .bullblock.pass .before {
    background-color: var(--orange);
    color: var(--defaultColor);
}

.firstContentPayement .progressionBar .bullet .bullblock.start {}

.firstContentPayement .progressionBar .bullet .bullblock.autodsk.start {}


.progressionBar .bullet :last-child {}

.progressionBar .bullet :last-child.bullblock {}

.progressionBar .bullet :last-child.bullblock.pass {}

.progressionBar .bullet .bullblock.pass {}

.progressionBar .bullet .bullblock:last-of-type {}

.progressionBar .bullet .bullblock:last-of-type.pass {}










.firstContentPayement .panier .blcUint.lineproduct.normal {
    font-size: unset !important;
}

.firstContentPayement .panier .blcUint .detls .prx {
    font-size: 0.9em !important;
}

.firstContentPayement .panier .blcUint .lineDtls {
    font-size: 0.9em !important;
}



.firstContentPayement .panier .blcUint .lineDtls .prdetail .mltp {
    opacity: 1 !important;
}


.firstContentPayement .panier .blcUint .lineDtls .prdetail>div {
    padding: 5px 0px 2px 0px !important;
}


.firstContentPayement .panier .signatureblock {}

.firstContentPayement .panier .signatureblock .downloadPdf {}

.firstContentPayement .panier .signatureblock .downloadPdf .material-symbols-outlined {
    font-size: 70px;
    background: #1e0f690a;
    border-radius: 10px;
}

.firstContentPayement .panier .signatureblock .downloadPdf .material-symbols-outlined.task {}

.firstContentPayement .panier .signatureblock .downloadPdf .material-symbols-outlined.download {
    display: none;
    opacity: 0;
}

.firstContentPayement .panier .signatureblock .downloadPdf:hover .material-symbols-outlined.download {
    display: inline-block;
    opacity: 1;
    transition: opacity ease-out 1.12s;
}

.firstContentPayement .panier .signatureblock .downloadPdf:hover .material-symbols-outlined.task {
    display: none;
}






.firstContentPayement .jrstyle div.div_bak {
    border-radius: 10px;
}

.jrstyle div.div_bak {
    padding: 20px 10px 0;
    background-color: #d6d4df7a;
    border-bottom: 1px solid #1e0f6985;
}

.jrstyle div.div_bak div.div_table div.topmenu {
    border: 1px solid #1e0f6985;
}

.jrstyle div.div_bak div.div_table div.topmenu.ici {
    color: var(--defaultColor);
}


div.loadpdf_class div.poptitle {
    background: #e0e0e0;
    border: 0px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-radius: 15px;
    visibility: visible;
    margin-bottom: unset;
}

div.loadpdf_class .fermeture {
    display: none;
}

div.loadpdf_class .rjsloadercss {
    margin-top: 30px;

}




/*********SIGNATURE************/
div.contentsignature .blocksignature {
    color: #000000;
    padding: 20px;
    text-align: center;
}

div.contentsignature .jSignature {
    border-width: 2px;
    background-color: #fff;
    border-style: dashed;
    border-color: #bdbdbd;
    border-radius: 5px;
    margin: auto;
    width: 300px;
    position: relative;
    z-index: 1;
}

div.contentsignature .jSignature {
    box-shadow: 0 0 50px #ddd inset;
    border-color: #001a66;
}

div.contentsignature .jSignature:hover {
    box-shadow: 0 0 50px #ddd inset;
    border-color: #001a66;
}

div.contentsignature .jSignature {
    /* cursor: url("../img/pen.png"), pointer; */
}

div.contentsignature .buttaction {
    margin: 10px auto;
    font-size: 1.1em;
}

/*********SIGNATURE************/



.middle .material-symbols-outlined,
.center .material-symbols-outlined {
    top: 2px;
}



.material-symbols-outlined {
    top: 2px !important;
}

button .material-symbols-outlined {
    top: 0px !important;
}

label {
    display: inline-block;
}

/* label:hover {
    text-decoration: underline;
    cursor: pointer;
    border-color: #9a9a9a;
    border-radius: 10px;
} */

.pll-switcher-select:focus,
.pll-switcher-select {
    background: transparent;
    color: unset;
    border-width: 1px;
    border-color: #9a9a9a;
    border-radius: 10px;
    padding: 1rem 1.3rem;
    font-size: 1em;
}



#settingtestPanel {
    /* display: none; */
    --widthSetteingPanel: 270px;
    --heightSetteingPanel: 290px;
    position: fixed;
    top: calc(70vh - calc(var(--heightSetteingPanel) + 100px));
    left: 0;
    width: var(--widthSetteingPanel);
    background-color: #fff;
    box-shadow: 0 0 5px #99999959;
    border-radius: 5px;
    border: 1px solid #d0d0d0ba;
    font-size: 0.9em;
    color: var(--defaultColor);
    margin-left: calc((-1* var(--widthSetteingPanel)) + 35px);
    height: 38px;
    overflow: hidden;
    transition: all ease-out 0.33s;
    z-index: 2000;
}

#settingtestPanel:hover {
    margin-left: -10px;
    height: var(--heightSetteingPanel);
}



#settingtestPanel .butoopen,
#settingtestPanel .sesttigne,
#settingtestPanel .ttitlre {
    padding: 10px 10px 10px 30px;
}

#settingtestPanel .butoopen {
    padding: 5px;
    padding-left: 30px;
}


#settingtestPanel .option {
    margin-bottom: 5px;
}

#settingtestPanel .option .switchToggle {
    --switchToggleZOOM: 17px;
}

#settingtestPanel .option.sousop {
    padding-left: 20px;
}


.panier .lft.slideOutleft {
    /* opacity: 0;
    transform: translateX(-1000px); */
    background-color: #fff;
    border-radius: 10px;
}




.panier .pmnt #formcardvalidesendeChekck,
.panier .pmnt #formcardvalidesend {
    padding: 10%;
}

.panier .lft #formcardvalidesendeChekck,
.panier .lft #formcardvalidesend {
    padding: 20px 15% 40px;
}



.panier .blcUint .topTtitle {}

.panier .blcUint.onlyResume {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


.panier .blcUint.onlyResume .topTtitle {
    display: none;
}

.panier .aboveTtitle {
    font-weight: bold;
    color: #fff;
    padding: 3%;
    background-color: var(--defaultColor);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.panier .aboveTtitle.autodesk {
    background-color: #000;
}



.bandeauarcenciel {
    /* text-align: center;
    border-radius: 15px;
    background-image: url(/wp-content/themes/graitec/core-gtc/assets/img/bg_loytipres.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    text-align: center;
    border-radius: 15px;
    background: linear-gradient(134deg, #d7d7d79c, #fff 28% 73%, #d5d5d5);
}


.bandeauarcenciel .backtoplodeint {
    background-color: #ffffffe3;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: stretch !important;
}


.bandeauarcenciel .lodeint {
    padding: 1vh 1vw;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 15px;
    background: linear-gradient(34deg, #d7d7d79c, #dbdbdb1f 28% 73%, #d5d5d5);
    /*linear-gradient(37deg, #38bbb21f, #649e6945);*/
}

.bandeauarcenciel.bandeuathankyou {
    padding: 5vh 5vw;
    background: linear-gradient(26deg, #fffce9 20%, #fbe1da, #fffce9 80%);
}

.panier .aboveTtitle .validpateh {
    font-weight: normal;
    font-style: italic;
}

.panier .aboveTtitle .validpateh .material-symbols-outlined {
    background-color: green;
    padding: 5px;
    border-radius: 50%;
    font-weight: normal;
}



.panier .aboveTtitle img {
    height: 20px;
    filter: invert(1);
    margin-right: 10px !important;
}



.textdemiinfos {
    border-radius: 10px;
    background: #ededed;
    padding: 10px;
}


.getDEtailsQuote {
    padding: 5px 0 20px 20px;
}

.getDEtailsQuote>div.flex {
    border-left: 1px solid #cdcdcd;
    opacity: 0.7;
}


.lineManufactur .groupManuf .material-symbols-outlined {
    transition: all ease-out 0.33s;
    cursor: pointer;
}

.lineManufactur .groupManuf .material-symbols-outlined.open {
    transform: rotate(90deg);
}



.ponumberblock {
    padding: 5px 0;
}

.ponumberblock .blcinput {
    display: flex;
}

.ponumberblock .blcinput {
    display: flex;
}

.ponumberblock .blcinput input.ponumber {
    padding: 4px 5px;
    font-size: 1em !important;
}

a.termsname {
    font-weight: bold;
    text-decoration: underline;
}

.prdetail .nobreakline {
    /* max-width: 70%; */
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

@media (max-width: 1000px) {

    .max-width.max,
    .block-width.max,
    .header-inner.max {
        width: auto;
        margin: auto;
    }
}