@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

.app-header__logo .logo-src {
    height: 35px;
    width: 240px;
    background: url(../images/logo_visio.png) no-repeat;
    background-size: contain;
}

.app-header__logo .logo-xmas {
    height: 35px;
    width: 240px;
    background: url(../images/xmas.png) no-repeat;
    background-size: contain;
}

.pieces_popup_table {
    margin: 0 auto;
}

.clickable-piece {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    color: #0099ff;
}

.btnClique {
    background-color: #007bff;
    display: block;
    color: #fff;
}

.valide_statut-btn{
    outline: none !important;
    cursor: pointer;
    border: none !important;

}

.btn-gestion-noment {
    font-size: 20px;
    cursor: pointer;
}

/* API */
.api-item-head div:not(.api-type-label) {
    line-height: 32px;
}

.api-type-label {
    background: #3caab5;
    width: 50px;
    color: #fff;
    padding: 7px;
    user-select: none;
    text-align: center;
}

.api-doc-title {
    background-color: rgb(235 246 247);
    margin: 0 -35px 0 -35px;
    padding: 5px 5px 5px 15px;
}

.api-doc-body {
    padding: 20px 10px;
    margin: 10px 20px;
    display: block;
    overflow-x: auto;
    background: rgb(0, 0, 0);
    font-size: 12pt;
    color: white;
}

.api-doc-body pre code {
    color: #ffffff;
}

.api-code-ul {
    list-style: none;
}

.api-icone-size {
    font-size: 23px;
}

.api-check-title small {
    transform: rotate(311deg);
    position: absolute;
}

.api-check-title small:first-child {
    left: 105px;
    margin-top: -18px;
    font-size: 10px;
}

.api-check-title small:last-child {
    left: 127px;
    margin: -21px;
    font-size: 10px;
}

.api-reponse-code {
    background: #23ff8fa8;
    margin-left: 10px;
    padding: 6px;
}

#editor label {
    color: #b9b9b9;
    font-size: 11px;
    line-height: 0px;
    margin-left: 3px;
}

#api_admin_generation_json_api_json_editor_param, #api_admin_generation_json_api_json_editor_return {
    /*background: #0a0a0a;*/
    /*border: 1px solid #232323;*/
    min-height: 300px;
    resize: none;
    overflow-y:hidden;
}

/* Commandes radios */
.radio-choice {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.label-choice {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 36px;
    cursor: pointer;
    z-index: 2;
}
.label-choice::before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #3074ae;
    border-radius: 4px;
    z-index: -1;
}
.radio-choice + .label-choice::before {
    border-radius: 18px;
    z-index: -1;
}
/* Checked */
.radio-choice:checked + .label-choice {
    padding-left: 10px;
    color: #fff;
    z-index:999;
}
.radio-choice:checked + .label-choice::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: #3074ae;
    z-index: -1;
}
/* Transition */
.label-choice,
.label-choice::before {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.commandeLivraisonIdemBtn {
    margin-top: 31px;
}

#AfficheRelaisColis > #relais tr td {
    text-align: left;
    padding-left: 10px;
}

/* Tooltip */
.tooltip_commande_client {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip_commande_client .tooltiptext_commande {
    visibility: hidden;
    width: 250px;
    background-color: #3074ae;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip_commande_client .tooltiptext_commande::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 25%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #3074ae transparent;
}

.tooltip_commande_client:hover .tooltiptext_commande {
    visibility: visible;
}

/* commande client matériel */
.commandeClientProductItem {
    margin: 0 10px 10px 0;
}

.commandeClientProductItem .card {
    cursor: pointer;
    width: 190px;
    /*height: 250px;*/
    height: 318px;
}

.commandeClientProductItem .front, .commandeClientProductItem .back {
    width: 190px;
    height: 150px;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .3s linear;
}

.commandeClientProductItem .front img {
    width: 200px;
}

.commandeClientProductItem .card-body {
    position:absolute;
    bottom: 0px;
}

.commandeClientProductItem .front {
    transform: perspective(600px) rotateY(0deg);
}

.commandeClientProductItem .back {
    background: #3f6ad8;
    transform: perspective(600px) rotateY(180deg);
    color: #ffffff;
}

.commandeClientProductItem .card:hover > .front {
    transform: perspective(600px) rotateY(-180deg);
}

.commandeClientProductItem .card:hover > .back {
    transform: perspective(600px) rotateY(0deg);
}

.hidden_form_options, #hidden_tarif_produits_list {
    display: none;
}

.btns_pos {
    margin-left: 0px;
}

.quantite-produit-champ {
    background: #3f6ad8;
    color: #fff;
}

.quantite-produit-champ-revendeur {
    background: #28a745;
    color: #fff;
}


.product-item-img {
    width: 60px;
}

/* Pagination */
.page-mimi{
    display:none
}

.page-active {
    display: block;
}

.commande-produits-list {
    border-right: 1px solid #ced4da;
}

.table_produits_wrapper .dataTables_length label {
    display: none;
}

/* Un peu de responsiveness */
/*@media only screen and (min-width: 1200px) {*/
/*    .tests {*/
/*        border: 2px blue solid;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        justify-content: flex-start;*/
/*        width: 1150px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1080px) {*/
/*    .tests {*/
/*        border: 2px solid #ff0000;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        justify-content: flex-start;*/
/*        width: 910px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 992px) {*/
/*    .tests {*/
/*        border: 1px solid #2fff00;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        width: 660px;*/
/*        justify-content: flex-start;*/

/*    }*/
/*}*/

/*@media only screen and (max-width: 768px) {*/
/*    #table_produits {*/
/*        justify-content: center;*/
/*    }*/
/*    .tests {*/
/*        border: 1px solid violet;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        width: 700px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 576px) {
    /*.tests {*/
    /*    border: 1px solid red;*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    width: 430px;*/
    /*    align-items: center;*/
    /*}*/

    #table_produits tr {
        margin-left: 25%;
    }
}

@media only screen and (min-width: 1901px) {
    .produit_recherche {
        width: 775px;
        margin: 30px 30px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1900px) {
    .produit_recherche {
        margin: 30px 30px;
    }
}

@media only screen and (max-width: 1499px) {
    .produit_recherche {
        margin: 30px 30px;
    }
}

/*--------*/
@media only screen and (min-width: 1500px) ans (max-width: 1900px) {
    #produits-tab {
        width: 250px;
    }

    #produits-tabContent {
        width: 1290px;
        margin-left: 0px;
        padding-left: 19px;
    }
}

@media only screen and (max-width: 1499px) {
    #produits-tab {
        width: 260px;
    }

    #produits-tabContent {
        /*width: 650px;*/
        padding-left: 19px;
    }
}
/*--------*/

.panier_vide {
    text-align: center;
    margin-top: 250px;
}

/* Datatable Grid */
.datatable-grid tr {
    display: inline!important;
}

#resultatsMateriel .nav-tabs .nav-link {
    font-weight: bold;
    font-size: 18px;
}

#resultatsMateriel table.dataTable {
    clear: none;
}

#resultatsMateriel table.dataTable tbody tr {
    margin: -7px;
}

#tarif_panier .card-img-top {
    width: 100px;
}

.product-item .card-img-top {
    width: 50px;
}

.btn-confirm-tarif {
    width: 400px;
    margin: 0 auto;
}

.btn-confirm-tarif #prev-btn {
    margin-top: 13px;
}

.btn-confirm-tarif #btn-confirm-tarif {
    padding: 15px 30px 15px 30px;
    font-size: 19px;
}

#resultatsParametrage .btn-tab-prev i, #resultatsParametrage .btn-tab-next i {
    font-weight: bold;
    font-size: 30px;
    margin: -2px 0 0 -9px;
}

#resultatsParametrage .param-prev-next-btn {
    width: 118px;
    margin: 25px auto;
}

#resultatsParametrage .nav-pills .nav-link.active {
    background: #3ac47d;
}

/*#resultatsParametrage .nav-pills .nav-link.active:hover {*/
/*    background: #ffffff;*/
/*}*/

.param-btn-dupliquer {
    margin: 0 0 10px -13px;
}

.facturation_btn_select {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(266deg);
    -moz-transform: rotate(266deg);
    -ms-transform: rotate(266deg);
    -o-transform: rotate(266deg);
    transform: rotate(266deg);
}

.lienDesactivee {
    pointer-events: none;
    cursor: default;
}

#tarif_panier td {
    vertical-align: top;
}

.fa-input {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.mat_item {
    height: 50px;
    width: 230px;
}

.preparation_commande_modal_content {
    width: 1325px;
    left: -60px;
}

.repli_reseau_bloc {
    margin-left: 78px;
    margin-bottom: 40px;
}

.param_prod_list {
    height: 380px;
    display: inline-block;
    overflow-y: auto;
}

/* Param livraison file bloc */
.param-livraison-upload-area{
    width: 500px;
    border: 1px solid lightgray;
    border-radius: 3px;
    text-align: center;
    overflow: auto;
    padding: 7px;
}

.param-livraison-upload-area:hover{
    cursor: pointer;
}

#param-livraison-file{
    display: none;
}

.att_pieces_jointe_list {
    word-break: break-word;
}

.att_pieces_jointe_list a {
    display: inline-block;
    margin: 10px;
}

#block_toggle_switch_param .toggle{
    width: 198px !important;
}

#tarif_panier input {
    min-width: 90px;
}

#error_popup_cc_radios {
    display: inline-block;
    float: left;
}

.clear {
    clear: both;
}

#error_popup_cc_radios div, #error_popup_cc_radios div label {
    float:left;
}

#ModalReferentiel {
    z-index: 9999;
}

.modalChoixMateriel {
    position: absolute!important;
    height: auto!important;
}

#table_pannes_popup {
    width: 700px;
    margin: 0 auto;
}

.att_popup {
    min-height: auto!important;
}

/* Switch */
.block_toggle_switch_param {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 36px;
    padding: 1px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}

.toggle_switch_param_input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.toggle_switch_param_label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #dcdcdc;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.toggle_switch_param_label:before, .toggle_switch_param_label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.toggle_switch_param_label:before {
    content: attr(data-off);
    right: 9px;
    color: #212529;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.toggle_switch_param_label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.toggle_switch_param_input:checked ~ .toggle_switch_param_label {
    background: var(--blue-PM);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.toggle_switch_param_input:checked ~ .toggle_switch_param_label:before {
    opacity: 0;
}
.toggle_switch_param_input:checked ~ .toggle_switch_param_label:after {
    opacity: 1;
}

.toggle_switch_param_handle {
    position: absolute;
    top: 1px;
    left: -5px;
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.toggle_switch_param_handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}
.toggle_switch_param_input:checked ~ .toggle_switch_param_handle {
    left: 163px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

#popup_scan_list_a_scanner li {
    user-select: none;
}

.list-group {
    position: absolute;
    z-index: 9999;
}


.logo_chronopost {
    background: url('../assets/images/commandeClient/chronopost.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.logo_tnt {
    background: url('../assets/images/commandeClient/tnt.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.logo_dpd {
    background: url('../assets/images/commandeClient/dpd.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.logo_colissimo {
    background: url('../assets/images/commandeClient/colissimo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.logo_gls {
    background: url('../assets/images/commandeClient/gls.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cc_wizard {
    min-height: 0;
}

.img_preview_main img{
    max-width: 200px;
}

.in_disabled input{
    background-color: white;
}

/* Lottery page */

#new_stock_form {
    display: flex;
    justify-content: space-between;
}

#table_gift_stock_wrapper button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.app-main .app-main__outer {
    width: 100%;
}

#snow-container {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 500ms;
    width: 100%;
}



.snow {
    animation: fall ease-in infinite, sway ease-in-out infinite;
    color: #fff;
    position: absolute;
}

@keyframes fall {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 100vh;
        opacity: 1;
    }
}

@keyframes sway {
    0% {
        margin-left: 0;
    }
    25% {
        margin-left: 50px;
    }
    50% {
        margin-left: -50px;
    }
    75% {
        margin-left: 50px;
    }
    100% {
        margin-left: 0;
    }
}