﻿/********************Commun part*********************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('file:///C:\Users\Killian\Bureau\GraphicTools\GraphicTools\GraphicTools\GraphicTools\wwwroot\css\usersteps.css');

html {
    overflow-y: hidden;
}

* {
    font-family: 'Poppins', sans-serif;
}

main {
    height: 100%;
}

#part_right {
    display: block;
    text-align: right;
    position: absolute;
    margin-left: 66.5%;
    padding: 0.5vw;
    float: right;
    width: 33.5%;
    height: 100%;
}

.fond-step {
    border-top-left-radius: 4.06px;
    border-top-right-radius: 4.06px;
    border-bottom-left-radius: 4.06px;
    border-bottom-right-radius: 4.06px;
    width: 100%;
}

.texte {
    display: inline-block;
    line-height: 12.00px;
    padding-right: 0.5vw;
    color: rgba(181, 181, 181, 1);
    font-size: calc(7px + 0.45vw);
    padding-top: 5px;
    width: max-content;
}

.texte-layout {
    color: #A7A7A7;
    font-weight: bold;
    font-size: calc(8px + 0.5vw);
    padding-left: 0.5vw;
    padding-right: 1.5vw;
    font-weight: 600;
}

.imgCommandLayout{
    width:1.8vw;
}

.displayTabCommand {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 1.8vw;
}

.buttonTabCommand {
    background-color: unset;
    border: none;
}

.texte-token {
    display: none;
    color: #8A83D9;
    font-size: calc(6px + 0.4vw);
}

.flexRight {
    display: flex;
    align-items: center;
    padding-bottom: 2.5vw;
    height: 75px;
}
.flex-token {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 50px;
}

.flex-layout {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.button-step2 {
    border: none;
    color: rgba(122, 204, 208, 1);
    background-color: transparent;
    font-size: 14.00px;
    text-align-last: left;
}

.titre-step {
    display: inline-block;
    text-align: left;
    padding-top: 1vh;
    padding-left: 0.5vw;
    padding-bottom: 30px;
    color: rgba(122, 204, 208, 1);
    font-size: 12.00px;
    font-weight: 700;
    height: 22.00px;
}

.selectbasic {
    background-color: yellow;
    height: calc(1.5em + .75rem + 2px);
    line-height: 12.00px;
    padding-right: 0.5vw;
}

.col-default {
    margin-bottom: 0.5vw;
}

.col-large {
    margin-bottom: 1vw;
}

.buttonConfirmStepHeight {
    height: 45px;
}


.buttonMarginRight {
    margin-right: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.error {
    display: none;
    color: red;
}

.logout {
    padding: 0.5vw;
    position: absolute;
}


.header-wizard{
    display: flex;
    justify-content:center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-self: end;
}

nav {
    position: absolute;
    width: 100%;
    bottom: -6vh;
    display:flex;
    justify-content:center;
}

/*****************************************************/
/**********************STEP1**************************/
/*****************************************************/



main .old_rules {
    color: rgba(181, 181, 181, 1);
    width: 93%;
    margin: auto;
    font-size: calc(8px + 0.4vw);
    padding: 0.5vw 0;
    border-top: 1px solid rgba(181, 181, 181, 1);
}

.delete_repeat {
    display: flex;
    justify-content: flex-start;
    padding-left: 4vw;
}

    .delete_repeat p {
        width: fit-content;
        font-size: calc(8px + 0.35vw);
        padding-right: 2vw;
        color: rgba(181, 181, 181, 1);
    }

.main-body {
    padding: 1vw 0 0 0;
    display: flex;
    height: 57vh;
    align-content: space-around;
}

    .main-body .old-command {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

        

        .main-body .old-command .container {
            width: 95%;
            background-color: rgba(82, 82, 82, 1);
            padding-bottom: 1em;
            border-radius: 0px 0px 10px 10px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            gap: 0.5em;
            max-width: unset;
        }

        .main-body .old-command .controls {
            border-radius: 10px 10px 0px 0px;
            width: 95.05%;
            margin-left: 1.8vw;
            padding: 0.5vw 0;
            z-index: 3;
        }

            .main-body .old-command .controls button {
                background-color: rgba(82, 82, 82, 1);
                color: #997ADB;
                border: none;
                font-size: calc(12px + 0.35vw);
                margin-left: 0.4vw;
            }

        .main-body .old-command article div {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            background-color: rgba(56, 56, 56, 1);
            font-size: 1.5rem;
            padding: 0.2em;
            border-radius: 5px;
        }

            .main-body .old-command article div p {
                color: white;
                width: 30%;
                padding-left: 0.5em;
                margin: 0;
                line-break: anywhere;
                font-size: calc(10px + 0.4vw);
            }

#listCommand thead tr {
    background-color: rgba(82, 82, 82, 1);
}

#listCommand tr:nth-child(even) {
    background-color: #464646;
}


.colorPurple {
    color: #997ADB;
}

.scroller {
    overflow-y: scroll;
    background-color: #404041;
    margin-bottom: 1vw;
}

.main-body .old-command p {
    color: rgba(181, 181, 181, 1);
    margin: unset;
    display: inline-table;
}

.main-body .new-command {
    width: 33.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

    /*.main-body .new-command::before {
        content: " ";
        display: block;
        background-color: #997ADB;
        width: 0.25em;
        height: 92%;
        border-radius: 20px;
        position: absolute;
        top: 0vw;
        left: 0;
    }*/

    .main-body .new-command h3 {
        color: #997ADB;
        font-size: calc(18px + 0.6vw);
        text-align-last: center !important;
    }

    .main-body .new-command p {
        color: rgba(181, 181, 181, 1);
        margin: 2em 0;
    }

.modal-backdrop {
    z-index: 1000;
}

.fileNameWidth {
    width: 95% !important;
}

.imgOnTab {
    width: 1.1vw;
    vertical-align: middle;
}

.pImgOnTab {
    display: flex;
    width: 8% !important;
    flex-direction: row;
}

.width2vw {
    width: 2vw;
}

.width3vw{
    width:3vw;
}

.width9vw{
    width:9vw;
}

.width-unset {
    width: unset !important;
}

.img123 {
    opacity: 0.3;
    width: 20vw;
}

.picto-orders-p {
    margin-left: -2.6vw;
}

.picto-tools-p {
    margin-left: -0.3vw;
}

.picto-options-p {
    margin-left: -0.8vw;
}

.pictoNouvelleCommande {
    width: 4.5vw;
}

table {
    width: 100%;
}

.colorRenew {
    background-color: #997ADB;
}

    .colorRenew:hover {
        background-color: #9578D9;
    }

.colorModity {
    background-color: #A6EC8A;
}

.colorModify:hover {
    background-color: #A1EA89;
}


.pageCompte .mask {
    display: block;
    position: absolute;
    opacity: 1;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    width: 22vw;
    height: 1.4vw;
    left: 35vw;
    top: 11vw;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 101;
}

.pageCompte .liste {
    display: block;
    position: absolute;
    opacity: 1;
    margin: 0;
    padding: 0;
    background-color: rgba(92, 92, 92, 1);
    width: 24vw;
    height: 1.4vw;
    left: 0;
    top: 0;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    text-overflow: ellipsis;
    z-index: 100;
}
/******************************************************/
/**********************STEP2***************************/
/******************************************************/
.titre-label {
    display: block;
    padding-left: 2vw;
    padding-top: 0.5vw;
    color: #997ADB;
    font-size: 20.00px;
}

body .check-body {
    width: 100%;
    background-color: #404041;
    padding: 1vw;
    display:flex;
    justify-content:center;
}

.check-body .checkboxes {
    background-color: rgba(82, 82, 82, 1);
    width: 75%;
    height: 63vh;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.check-body form .favorite {
    color: #69D2C2;
    background-color: rgba(56, 56, 56, 1);
    border: 1px solid rgba(181, 181, 181, 1);
    border-radius: 15px;
    width: 20%;
    height: 63vh;
}

.check-body .second-step {
    border: none;
    background-color: transparent;
    width: fit-content;
    height: fit-content;
    position: relative;
    float: right;
    right: -8.5vw;
    top: 38%;
    border-radius: 50%;
    transition: 1.3s all ease;
    padding: 0;
}

.previous-step {
    border: none;
    background-color: transparent;
    position: relative;
    top: 40%;
    padding: 0;
    transform: rotate(0.5turn);
}

    .previous-step:hover {
        background-color: transparent;
        border: none;
        width: fit-content;
        border-radius: 50%;
        animation: pulsation_bouton_final .5s ease-out
    }

    .check-body .second-step:hover {
        cursor: pointer;
        transform: scale(1.3);
    }

.next-step {
    border: none;
    background-color: transparent;
    position: relative;
    top: 40%;
    padding: 0;
}

    .next-step:hover {
        background-color: transparent;
        border: none;
        width: fit-content;
        border-radius: 50%;
        animation: pulsation_bouton_final .5s ease-out
    }


@keyframes pulsation_bouton_second_step {
    from {
        box-shadow: 0 0 0 -3px #69D2C2,0 0 0 0 #69D2C2
    }

    to {
        box-shadow: 0 0 0 7px #69D2C2,0 0 0 9px #69D2C2
    }
}

.favorite h4 {
    margin-left: 1.5em;
    margin-top: 1em;
}

.check-body .checkboxes article {
    width: 50%;
    margin: 0 auto;
    padding-left: 1em;
}

    .check-body .checkboxes article h2 {
        color: white;
        font-size: 1.1vw;
        color: #69D2C2;
        width: 2vw;
    }

.checkbox {
    display: flex;
    gap: 0.5em;
    position: relative;
    margin-top: 1vw;
    opacity: 0.5;
}

/*PROVISOIRE : ENLEVER L'OPACITY de .checkbox*/
.checkbox-enabled {
    opacity: unset;
}

.texte-checkboxpage {
    color: white;
    font-size: 1vw;
    margin: 0.5em 0;
}

.checkbox label {
    /*    color:rgba(181, 181, 181, 1);*/
    color: white;
    font-size: 1vw;
    margin: 0.5em 0;
}

    .checkbox img {
        width: 5%;
        height: 5%;
        margin: auto 0;
    }

    .checkbox .tag {
        position: absolute;
        width: fit-content;
        height: fit-content;
        top: -0.5vw!important;
        left: 3.15vw!important;
    }

.flexible {
    top: -0.5vw!important;
    left: 3.7vw!important;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=checkbox] {
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 4px;
    padding: 10px;
    background: #69D2C2;
    opacity: 0.5;
    position: relative;
    margin:1em;
}

input[type="checkbox"]:checked {
    background: #69D2C2;
    opacity: 1;
}

.fieldset input[type="checkbox"]:checked {
    background: #A6EC8A;
    opacity: 1;
}

.fieldset_big input[type="checkbox"]:checked {
    background: #A6EC8A;
    opacity: 1;
}

input[type="checkbox"]:checked::before {
    font-family: FontAwesome;
    content: '\f00c';
    color: white;
    font-size: 18px;
    position: absolute;
    top: 0.1em;
    left: 0.1em;
}

.check-body .checkboxes .bars {
    position: relative;
}

.align-right {
    text-align: right;
}
/***********Infobulle**********/
.old-infobulle {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center
}

    .old-infobulle p {
        width: 1em;
    }

    .old-infobulle span p {
        float: left;
        margin: 0px 8px 8px 0;
    }

.infobulle_1 {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center
}

    .infobulle_1 span {
        display: none;
        border-radius: 10px;
        color: white;
        background-color: rgba(56, 56, 56, 1);
        font-size: 1vw;
    }

    .infobulle_1:hover span {
        display: block;
        position: absolute;
        top: -1.3vw;
        left: -15.9vw;
        z-index: 0;
        width: 14.934895833333334vw;
        height: 29vw;
        padding: 12px;
    }

.infobulle_2 {
    text-decoration: none;
    display: flex;
    align-items: center
}

    .infobulle_2 span {
        display: none;
        border-radius: 10px;
        color: white;
        background-color: rgba(56, 56, 56, 1);
        font-size: 1vw;
    }

    .infobulle_2:hover span {
        display: block;
        position: absolute;
        top: -12.1vw;
        left: -15vw;
        z-index: 0;
        width: 14.934895833333334vw;
        height: 29vw;
        padding: 12px;
    }

.infobulle_3 {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center
}

    .infobulle_3 span {
        display: none;
        border-radius: 10px;
        color: white;
        background-color: rgba(56, 56, 56, 1);
        font-size: 1vw;
    }

    .infobulle_3:hover span {
        display:block;
        position: absolute;
        top: -1.3vw;
        left: -45.26vw;
        z-index: 0;
        width: 14.934895833333334vw;
        height: 29vw;
        padding: 12px;
        
    }

.hearth {
    margin-right: 1vw;
}

.infobulle {
    width: 10%;
}

/*********** Button**********/
.save-next-step {
    background-color: black;
    border: 1px solid #997ADB;
    color: #997ADB;
}

    .save-next-step:hover {
        color: black;
        background-color: #997ADB;
    }

.new-command .button-plus {
    padding: 0;
    background-color: #404041;
    border: none;
    border-radius: 50%;
    transition: 1.3s all ease;
}

    .new-command .button-plus:hover {
        cursor: pointer;
        transform: scale(1.3);
    }

@keyframes pulsation_bouton_first {
    from {
        box-shadow: 0 0 0 -3px rgba(153, 122, 219, 1),0 0 0 0 rgba(153, 122, 219, 0.5)
    }

    to {
        box-shadow: 0 0 0 7px rgba(153, 122, 219, 0.5),0 0 0 9px rgba(153, 122, 219, 0.5)
    }
}
/*****************************************************/
/**********************STEP3**************************/
/*****************************************************/
body .tab-content {
    background-color: #404041;
    width: 100%;
    padding: 2vh 0 0 0;
    position: relative;
}

.alltasks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body .tab-content .tab-pane {
    width: 95%;
    height: 66vh;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1em;
    position: relative;
    overflow-y: auto;
}

.divRightFlag {
    padding-right: 2vw;
}

.dragDrop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dragDrop div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .dragDrop div p {
            font-weight: 500;
            color: rgba(181, 181, 181, 1);
            font-style: normal;
        }

    .dragDrop p {
        color: #A6EC8A;
        font-size: 1.8rem;
        font-style: italic;
    }

.fieldset {
    padding: 1em;
    background-color: rgba(82, 82, 82, 1);
    border-radius: 10px;
}

.fieldset_big {
    height: 60vh;
    padding: 1em;
    background-color: rgba(82, 82, 82, 1);
    border-radius: 10px;
    margin-right: 1vw;
}

.fieldset .legend {
    color: white;
    border-bottom: none;
    font-size: calc(8px + 0.6vw);
    margin: 0 0 0!important 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.fieldset_big .legend {
    color: white;
    border-bottom: none;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.formListForm {
    margin-right: 1vw;
}
.head_step {
    display: flex;
    border-bottom: 2px solid rgba(62,62,62,255);
}

    .head_step form p {
        font-weight: 600;
        color: #A6EC8A;
    }

    .head_step form input {
        background-color: rgba(62,62,62,255);
        color: white;
        border-radius: 7px;
        border: none;
        margin: 0 1em;
    }
.stickyTop {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* z-index: 0;*/
}

.clientCompanyButton{
    width:3vw;
}

.formDisplayCompany {
    display: flex;
    justify-content: center;
}

.step_sect1 {
    margin: 1em 0;
}

.yellowtext {
    font-weight: 600;
    color: #A6EC8A;
    font-size: calc(7px + 0.45vw);
}

.infofile {
    color: #A6EC8A;
    width: 21vw;
}

.step_sect1 input {
    background-color: rgba(62,62,62,255);
    color: white;
    border-radius: 7px;
    border: none;
    margin: 0;
    height: fit-content;
}

.step_sect1 select {
    background-color: rgba(127, 127, 127, 1);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 12.00px;
    width: fit-content;
    padding: 0.1em;
    height: fit-content;
}

.step_sect1 img {
    align-self: center;
}

.sect1_gab {
    margin-bottom: 0.5em;
    width: 28vw;
}

.sect2_gab {
    margin-bottom: 0.5em ;
    display: flex;
    flex-direction: row;
}

.six_9 {
    width: 8vw;
}

.bigInput{
    width:13vw;
}

.quart_9 {
    width: 5vw;
}

.littleInput {
    width: 3vw;
}

.middleInput {
    width: 10vw;
}

.three_9 {
    width: 35px;
}

.two_9 {
    width: 25px;
}

.posi_end {
    align-self: center;
}

.posi_ende {
    align-self: end;
}

.mesure {
    color: white;
}

.italic {
    font-style: italic;
}

.step_sect1 .sect1_art1 {
    border-right: 2px solid rgba(62,62,62,255);
    padding: 0.5em;
}

.step_sect1 .sect1_art2 {
    padding: 0.5em;
}

.formatNom {
    margin-bottom: 1em;
}

.formatR {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: fit-content;
    margin-bottom: 1em;
    gap: 1em;
}

.inputAddRadio {
    display: flex;
    justify-content: space-between;
}

.formatC {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}

.step_sect1 button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
}

.step_sect1 p {
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
}

.step_sect2 {
    border-top: 2px solid rgba(62,62,62,255);
    flex-direction: column;
}

    .step_sect2 select {
        background-color: rgba(127, 127, 127, 1);
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 10.00px;
        width: fit-content;
        padding: 0.1em;
        height: fit-content;
    }

    .step_sect2 .model {
        justify-content: flex-start;
        gap: 0.8em;
        align-items: center;
        margin-top: 0.5vw;
        margin-right: 0.5vw;
    }

    .step_sect2 .piste {
        justify-content: center;
        gap: 0.5em;
        padding-top: 0.5vw;
    }

    .step_sect2 .place {
        justify-content: center;
        padding-top: 0.5vw;
    }

    .step_sect2 button {
        background-color: transparent;
        border: none;
        width: fit-content;
        height: fit-content;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        align-self: center;
    }

        /*.step_sect2 button:hover {
            background-color: transparent;
            border: none;
            transform: scale(1.1);
            animation: pulsation_bouton_3 .5s ease-out
        }

    .step_sect2 .button:hover {
        cursor: pointer;
        transform: scale(1.3);
        animation: pulsation_bouton_3 .5s ease-out
    }*/

@keyframes pulsation_bouton_3 {
    from {
        box-shadow: 0 0 0 -1px #A6EC8A,0 0 0 0 #A6EC8A
    }

    to {
        box-shadow: 0 0 0 3px #A6EC8A,0 0 0 5px #A6EC8A
    }
}

#dragDrop2 {
    border: 2px dashed rgba(181, 181, 181, 1);
    border-radius: 5px;
    width: 9em;
    height: 10em;
    background-color: #404041;
}

fieldset#CreateBAG, fieldset#Optimizer, fieldset#ConvertProfil, fieldset#CouvEncre, fieldset#PDFScreen, fieldset#PDFSep, fieldset#trapping, fieldset#Marks, fieldset#CodeBarre {
    height: min-content;
    width: fit-content;
    padding: 1em;
    background-color: rgba(82, 82, 82, 1);
    border-radius: 10px;
    position: relative;
    margin-right: 1vw;
}



fieldset#FormLabel, fieldset#FormFlexible, fieldset#FormDecoup {
    height: min-content;
    width: max-content;
    padding: 1em;
    background-color: rgba(82, 82, 82, 1);
    border-radius: 10px;
    position: relative;
    margin-right: 1vw;
    padding-right:3vw;
}


.fieldset input {
    background-color: rgba(62,62,62,255);
    color: white;
    border-radius: 7px;
    border: none;
    margin: 0;
    height: fit-content;
}

.tokenForm {
    width: 20px;
}

.textTokenForm {
    color: #8A83D9;
}

.legend input {
    background-color: rgba(62,62,62,255);
    color: white;
    border-radius: 7px;
    border: none;
    margin: 0;
    height: fit-content;
}

.fieldset .formatP {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: fit-content;
    gap: 0.5em;
    justify-content: space-between;
}

.fieldset form {
    display: flex;
    flex-direction: column;
}

.fieldset .field {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}


    .fieldset .field label {
        font-size: 1.5rem;
    }

.txt-form{

}

.selectbasic {
    width: fit-content;
}

.fieldset .field button {
    background-color: transparent;
    border: none;
    width: fit-content;
    margin: 0.2em auto 0;
    padding: 0;
    border-radius: 50%;
    transition: 0.3s all ease;
}

    /*.fieldset .field button:hover {
        background-color: transparent;
        border: none;
        width: fit-content;
        border-radius: 50%;
        transform: scale(1.1);
        animation: pulsation_bouton .5s ease-out
    }

    .fieldset .field button .button:hover {
        cursor: pointer;
        transform: scale(1.3);
        animation: pulsation_bouton .5s ease-out
    }*/

@keyframes pulsation_bouton {
    from {
        box-shadow: 0 0 0 -1px #A6EC8A,0 0 0 0 #A6EC8A
    }

    to {
        box-shadow: 0 0 0 3px #A6EC8A,0 0 0 5px #A6EC8A
    }
}

.buttonValidate {
    display: table;
    color: #A6EC8A;
}

.margin0{
    margin:0!important;
}


    .third-step:hover {
        background-color: transparent;
        border: none;
        width: fit-content;
        border-radius: 50%;
        transform: scale(1.1);
        animation: pulsation_bouton_final .5s ease-out
    }

@keyframes pulsation_bouton_final {
    from {
        box-shadow: 0 0 0 -1px #A6EC8A,0 0 0 0 #A6EC8A
    }

    to {
        box-shadow: 0 0 0 3px #A6EC8A,0 0 0 5px #A6EC8A
    }
}


.anamorphose {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.selectbasic {
    margin: 0.5em 0;
}

.fichierStep {
    /*    padding:1em;*/
    display: flex;
    flex-direction: column;
    gap: 1em;
}

    .fichierStep #drop-area {
        width: 95%;
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .fichierStep section {
        margin-left: 2em;
    }

.rowDrop {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    margin: 0.5em 0 0.5em;
}

.ecartDeveloppe {
    margin-bottom: 0.5vw;
}

.alignItmCenter {
    align-items: center;
}

.inputRadio {
    margin-left: 0.5vw!important;
    margin-top: 0.5vw!important;
}

.insideRow {
    display: flex;
    /*    justify-content:space-around;*/
    gap: 0.5em;
}

    .insideRow button {
        display: flex;
        margin: auto;
    }

    .insideRow div {
        display: flex;
        margin: auto;
    }
.displayFlex{
    display:flex;
}

.displayNone{
    display:none!important;
}



.newRow {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    /*    gap:1em;*/
    /*    justify-content:space-between;*/
}


.fieldset .field .gabaritButton {
    background-color: transparent;
    color: rgba(181, 181, 181, 1);
    border: none;
}

.fieldset .field .gabaritTitle {
    margin-bottom: 0.5em
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #A6EC8A;
}

.chevronBas {
    transform: rotate(0.25turn);
    font-size: 2.5rem;
    margin-left: 0.5em;
}

.hide {
    display: none;
}

form {
    position: relative;
}

.checks {
    position: relative;
    display: flex;
    justify-content:center;
    width: 80%;
    margin-top:2vh;
}

button.btn.btn-primary.next-step {
    position: absolute;
    right: 0;
    margin-right: 1vw;
}

.buttonStep3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.valid-button{
    width:4vw;
}
/************************BAG****************************/
.fieldset .fieldBAG {
    flex-direction: unset !important;
    align-items: unset !important;
}

.selectBAG {
    width: 11vw;
    margin-top: 10px;
}
.sectionBAGDefault {
    width: min-content;
}

.sectionPosition {
    margin-bottom: 1vw;
}

.sectionBAGNoMultipose {
    display: inline-table;
    padding-top: 10px;
}

.sectionBAGFieldsOptions {
    height: min-content;
}

.sectionAdditionnalFile {
    height: min-content;
}

.anamorphoseBAG {
    align-items: center !important;
}

.inputForm {
    width: 12vw;
}

.inputFormImg {
    display: flex;
    justify-content: space-around;
}

.inputFormRadio {
    display: flex;
    justify-content: space-around;
}
/*********************Étape2****************************/
.reupload {
    padding-top: 13px;
}

.texte-select {
    padding-top: 6px;
}

.checkbox-reupload {
    display: inline-block;
    padding-right: 0.5vw;
    color: rgba(181, 181, 181, 1);
}

.image-upload > input {
    display: none;
}

.image-upload * {
    cursor: pointer;
}

.formGabaritStepAndRepeat {
    display: grid;
}

.formGabarit {
    display: flex;
    flex-direction: column;
}

.formGabaritFile {
    display: flex;
}

.align-img-input {
    width: 45px;
}

.ecart {
    padding-left: 29px;
}

.colorspin {
    color: rgba(122, 204, 208, 1);
}
/************************** Partie menu Wizard*******************************************/
.connecting-line {
    height: 0.1vw;
    background: #e0e0e0;
    width: 38vw;
    position: absolute;
    left: 30vw;
    z-index:1;
}

.wizard-img {
    width: 5vw;
    z-index: 1;
}

.img-command {
    position: absolute;
    top: 6vw;
    left: 27vw;
}

.img-tools {
    position: absolute;
    top: 6vw;
    left: 47.3vw;
}

.img-option {
    position: absolute;
    top: 6vw;
    left: 67vw;
}

.text-orders {
    position: absolute;
    top: 11.5vw;
    left: 27.4vw;
}

.text-tools {
    position: absolute;
    top: 11.5vw;
    left: 50.2vw;
}

.text-options {
    position: absolute;
    top: 11.5vw;
    left: 69.5vw;
}

.texte-wizard {
    font-size: calc(8px + 1vw);
    z-index: 1;
    width: 20%;
    text-align: center;
}


/**********************************Choix du gabarit**************************/

.etape {
    color: white;
    font-size: 24.00px;
    text-decoration: underline;
    font-weight: 700;
}

.consigne {
    padding-bottom: 1vw;
}

.legend {
    line-height: 1.3vw;
    padding-top: 0.2vw;
}


.rectangle-nameGabarit {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 1.00px;
    border-top-right-radius: 1.00px;
    border-bottom-left-radius: 1.00px;
    border-bottom-right-radius: 1.00px;
    width: 10.260416666666666vw;
}

.selectform {
    background-color: rgba(127, 127, 127, 1);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: calc(7px + 0.45vw);
    padding: 0.2em;
    width: auto;
}

.previous-step3 {
    margin-left: 0.5vw;
}

.ValidateForm{
    display:none;
}

#drop-area {
    border: 2px dashed rgba(181, 181, 181, 1);
    /*    box-shadow: black;*/
    border-radius: 5px;
    width: 10em;
    height: 5em;
    background-color: #404041;
}

/*************************Formulaire du gabarit*******************************/


.button-form {
    border: none;
    text-align: right;
    display: inline-block;
    color: rgba(122, 204, 208, 1);
    background-color: transparent;
    font-size: 10.00px;
}

.rowFileAera {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .rowFileAera button {
        padding-bottom: 5px;
    }

.paddingbot {
    padding-bottom: 0.5vw;
}

.marginbot {
    margin-bottom: 0.5vw;
}

.marginBotButton {
    margin-bottom: 5px!important;
}

.aeraInput {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 1vw;
}

.marginRigthInput {
    margin-right: 6px !important;
    margin-top: 8.5px !important;
    margin-bottom: 4px !important;
}
.heightHeader {
    height: 35px;
}
.heightHeaderButton {
    height: 35px;
}

/*PDF SEPARE*/


.pdfSepareArticle {
    width: 17vw;
    display: flex;
    justify-content: space-around;
}

.pdfSepareMargin {
    margin-top: 0.1vw;
    margin-bottom: 1vw;
}

.pdfSepareImage{
    width:3.5vw;

}

/*TRAPPING*/
.trappingLegend {
    display: flex;
    flex-direction: row;
}
/******************************************** personnalisation des input **********************************/
.input-default {
    background: rgba(41, 41, 41, 1);
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    border: 1px solid #222;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /*    width: 100px;*/
    margin-left: 1em;
}


.input-name {
    width: 117px;
}

.input-small {
    width: 30px;
    margin: 0;
}


.errorMessage {
    display: inline-block;
    line-height: 12.00px;
    padding-right: 0.5vw;
    color: #FF0905;
    font-size: 14.00px;
    padding-top: 5px;
}

.errorMessageBAG {
    color: #FF0905;
    font-size: 14.00px;
    text-align: center;
}

.validateMessage {
    display: inline-block;
    line-height: 12.00px;
    padding-right: 0.5vw;
    color: #33F530;
    font-size: 14.00px;
    padding-top: 5px;
}

.spanTask {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-right: 15px;
}

.trapFlexRow {
    display: flex;
    flex-direction: row;
}

.inputTrap {
    color: grey;
    margin-left: 15px;
}

.marginTopTrap {
    margin-top: 12px;
}

.marginBotTrap {
    margin-bottom: 12px;
}

.recouvrementTrapping {
    display: flex;
    justify-content: space-between;
}
.trapFlexColumn {
    display: flex;
    flex-direction: column;
}

.paddingRigthTrap{
    padding-right:5px!important;
}

.sect1_trap {
    border-bottom: 2px solid rgba(62,62,62,255);
}
/*Responsive*/
@media screen and (max-width:1340px) {
    .main-body .old-command article div p {
        font-size: calc(7px + 0.35vw);
    }

}

/*@media screen and (min-width:2047px)
{
    .main-body {
        min-height: 500px;
    }

    .text-orders {
        left: 27.9vw;
    }

    .text-tools {
        left: 50.6vw;
    }

    .text-options {
        left: 69.8vw;
    }

    .sectionBAGNoMultipose .sectionBAGFieldsOptions .sectionBAGLabel {
        padding-top: 10px;
        display: flex;
        padding: 1vw 0;
        flex-direction: column;
        justify-content: space-between;
        gap: 1vw;
    }


    .inputForm {
        width: 9vw;
    }

    .BAGPosition{
        width:2vw
    }
}*/


.selectButtonFlag {
    width: auto !important;
}

.countrypicker .inline-flag {
    margin-right: unset!important;
}

.btn-default {
    background-color: transparent!important;
    border-color:unset!important;
}

    .btn-default:hover {
        background-color: rgba(35, 35, 35, 1)!important;
    }

.bootstrap-select.btn-group .dropdown-menu.inner {
    background-color: rgb(41,41,41,1)!important;
}

    .bootstrap-select.btn-group .dropdown-menu.inner:hover {
        background-color: rgba(35, 35, 35, 1) !important;
    }

.bootstrap-select.btn-group .dropdown-menu li:hover {
    background-color: rgba(35, 35, 35, 1) !important;
}

.textpicto {
    display: flex;
    justify-content: center;
    padding-top: 3.5vw;
}

.input-profil {
    display: inline!important;
    line-height: 12.00px;
    padding-right: 0.5vw;
    color: rgba(181, 181, 181, 1);
    font-size: calc(7px + 0.45vw);
}

.table-profil {
    width: 30% !important;
    color: #9a7bda;
}

    .table-profil > thead > tr > th {
        color: #997ADB !important;
    }

    .table-profil > tbody > tr > td, .table > tfoot > tr > td {
        color: rgba(181, 181, 181, 1) !important;
    }

.paddingLeft7 {
    padding-left: 7px;
}

.texte-white {
    color: white;
    font-weight: 600;
}

.flexSpacebeetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexStart {
    justify-content: flex-start!important;
}

.paddingbottop5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.width15vw {
    width: 15vw;
}

.width8vw {
    width: 8vw;
}

.width2vw{
    width:2vw!important;
}

.contourTrapp {
    border-radius: 10px;
    padding: 10px;
    background-color: #454545;
}

.displayMarksInput {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.width44px{
    width:44px;
}

.displayFlexRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}