.style-input-back {
    border: #F2F2F2;
    padding: 5px 5px;
    background-color: #F2F2F2;
    margin-left: 10px;
    outline: 1px solid #ADACAD;
}

.style-input-back[type=number]::-webkit-outer-spin-button, .style-input-back[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.checkbox-big {
    transform: scale(1.3);
}
.lien-ajax {
    cursor: pointer;
    color : #00A38C;
}

.fixed-table-container thead th .both {
    background-image: url("../images/sort-solid.svg");
}

.transition-150 {
    transition: ease-in-out;
    transition-duration: 150ms;
}

.container-back {
    width: 75%;
    margin: auto;
    margin-top: 35px;
    position: relative;
}

.container-back-large {
    width: 85%;
}

.ensemble-titre-back {
    display: flex;
    justify-content: left;
    justify-items: center;
    margin-bottom: 3rem;
}

.titre-back {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    color: #212121;
}

.barre-verticale-avant-titre {
    padding: 1.3rem 0.45rem;
    margin-right: 2%;
    border-radius: 5px;
    background-color: #00A38C;
}

.info_sante_stat {
    /*position: absolute;
    top: -10px;
    left: 250px;*/
    font-size: 12px;
    border: 2px solid #00A38C;
    /*border-radius: 30px;*/
    padding: 15px;
    /*animation: growing 2s steps(50, end);*/
}

@keyframes growing {
    0% {
        width: 0;
    }
    100% {
        width: 600px;
    }
}


.info_sante_stat > div {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    /*border-right: .15em solid #00A38C; !* The typwriter cursor *!*/
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .05em; /* Adjust as needed */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: black;
    animation:
            typing 2s steps(100, end);
            /*blink-caret .75s step-end;*/
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #00A38C; }
}

.page-favori span{
    color: black;
}

.page-favori i{
    color: #ADACAD;
}

.page-favori .etoile-verte {
    color: #00A38C;
}

.page-favori {
    cursor: pointer;
    margin-left: auto;
    right: 1rem;
}

.recherche input {
    border: #F2F2F2;
    padding: 5px 5px;
    background: url("../images/ico-search.svg") no-repeat left;
    background-position: 15px;
    background-size: 18px;
    background-color: #F2F2F2;
    padding-left: 40px;
    margin-left: 10px;
}

.recherche label {
    color: black;
    font-weight: lighter;
}

.recherche .fa-refresh {
    cursor: pointer;
    color: #00A38C;
}

input.new[type=text]:focus {
    outline: 2px solid #00A38C;
    transition: ease-in-out;
    transition-duration: 80ms;
}

input.new-input-front:focus,
textarea.new-input-front:focus {
    outline: 2px solid #00A38C;
    transition: ease-in-out;
    transition-duration: 80ms;
}

.contenu-page {
    margin-top: 5rem;
}

.grid-container-js {
    display: grid;
    margin-bottom: 15px;
}

.vignette-laboratoire {
    border: 2px solid #DFDFDF;
    border-radius: 15px;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: scale(100%);
    transition: ease-in-out;
    transition-duration: 125ms;
    cursor: pointer;
    color: #212121;
    position: relative;
}


.image3etoiles {
    position: absolute;
    bottom: 7px;
    right: 10px;
    height: 35px;
}

.bordure-partenaire {
    border : 2px solid #97E1D6!important;
}

.vignette-laboratoire .image-labo {
    align-self: center;
    margin-bottom: 15px;
}

.vignette-laboratoire:hover {
    transform: scale(115%);
    transition: ease-in-out;
    transition-duration: 125ms;
}

.nom-laboratoire {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.partenaire {
    color: #00A38C;
}

.partenaire > i {
    font-size: 20px;

}

.container-img-vignette-laboratoire {
    max-height: 150px!important;
    text-align: center;
    margin-bottom: 10px;
}

.img-vignette-laboratoire {
    max-width: 100%;
    max-height: 100px;
}

.filtre-opacite {
    opacity: 0.3;
}

.vignette-laboratoire:hover > .filtre-opacite   {
    opacity: 1;
}


.information-laboratoire-vignette {
    display: flex;
    justify-content: space-between;
    justify-items: flex-start;
}

.fleche-vignette {
    color: white;
    background-color: #00A38C;
    font-size: 18px;
    font-weight: 900;
    width: 3rem;
    height: 3rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    text-align: center;
}


/*VUE LABORATOIRE DETAIL*/

#container_vue_laboratoire {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#container_vue_laboratoire #bloc_labo { grid-area: 1 / 1 / 2 / 4; }
#container_vue_laboratoire #bloc_contact { grid-area: 1 / 4 / 2 / 6; }
#container_vue_laboratoire #bloc_operation { grid-area: 2 / 1 / 3 / 6; }
#container_vue_laboratoire #bloc_ndd { grid-area: 3 / 1 / 4 / 6; }

#container_vue_laboratoire > div {
    width: 100%;
}

.entete-bloc {
    width: 100%;
    background-color: #00A38C;
    padding: 5px 5px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.entete-bloc > i {
    margin-left: 8px;
    margin-right: 8px;
}

.container-entete-bloc {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #00A38C;
}

.container-icone {
    color: #00A38C;
    background-color: white;
    border: 2px solid #00A38C;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.text-pour-icone {
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    height: 100%;
    font-size: 16px;
    padding: 5px 5px;

}


.cache-icone {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 30px;
    height: 27px;
    background-color: white;
    visibility: hidden;
    transform: rotate(180deg)
}

@keyframes dessin-icone {
    0% {visibility: visible;}
    100% {transform: translateX(1000%);}
}

.container-icone:hover > .cache-icone {
    animation-name: dessin-icone;
    animation-duration: 3s;
}

.icones-entete-bloc {
    display: flex;
}

.icones-entete-bloc a{
    text-decoration: none;
}

.input-back {
    color: black;
    padding: 3px 20px;
    background-color: #FBFBFB;
    border: 1px solid #ECECEC;
    text-align: left;
    height: 4rem;
    width: 100%;

}

div.input-back-div {
    padding: 9px 20px;
}

.select-back {
    color: black;
    padding: 3px 20px !important;
    background-color: #FBFBFB;
}
.label-for-input-back {
    color: #8E8E8E;
    border: 1px solid #ECECEC;
    padding: 9px 10px;
    margin-right: 10px;
    text-align: right;
    width: 180px!important;
    height: 4rem;
    font-weight: lighter;
    background-color: white;
}

.element-form-back {
    display: flex
}

.container-label-input-form-back{
    display: flex;
    flex-direction: column;
    padding: 5px 5px;
}

.titre-groupement-form-back {
    text-align: left;
    text-transform: uppercase;
    color: #00A38C;
    margin-top: 20px;
    margin-bottom: 15px;
}


@media  screen and (max-width: 1400px){
    #container_vue_laboratoire {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto;
    }

    #container_vue_laboratoire #bloc_labo { grid-area: 1 / 1 / 2 / 6; }
    #container_vue_laboratoire #bloc_contact { grid-area: 2 / 1 / 3 / 6; }
    #container_vue_laboratoire #bloc_operation { grid-area: 3 / 1 / 4 / 6; }
    #container_vue_laboratoire #bloc_ndd { grid-area: 4 / 1 / 5 / 6; }

}

@media  screen and (max-width: 1000px){
    #form-bloc-labo-info {
        grid-template-columns: repeat(1, 1fr)!important;
    }
}


#modalaprium .modal-content, .modal-header {
    border-radius: 25px;
}

modalaprium .modal-header, .modal.modal-aprium .modal-content .modal-header {
    background-color: #00A38C!important;
}

#modalaprium .grand-titre {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.input-recherche-grand-rond {
    outline: none;
    border: none;
    background: url("../images/ico-search.svg") no-repeat left;
    background-position: 15px;
    background-size: 18px;
    background-color: #F2F2F2;
    padding-left: 45px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    height: 55px;
    font-size: 30px;
    font-weight: 900;
    border-radius: 25px;
    margin-bottom: 20px;
}

.input-recherche-grand-rond::placeholder {
    opacity: 0.2;
}

.result-ajax-recherche {
    width: 100%;
    box-shadow: 0 0 3px #00000033;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none!important;
}

.result-ajax-recherche:hover {
    background-color: #E1FEFB;
}


/*VUE LABORATOIRE DETAIL*/

/*VUE ADHERENTS*/

#bandeau-recherche-adherents {
    width: 100%;
    background-color: #F9F9F9;
    color: #343434;
    padding: 15px 25px;
}

#bandeau-recherche-adherents input  {
    margin-right: 20px;
}

#bandeau-recherche-adherents label  {
    margin-left: 20px;
}

#bandeau-recherche-adherents a  {
    border-radius: 20px;
}

/*VUE ADHERENTS*/

/*VUE Tunnel*/
.tunnel-steps-bloc {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 6rem 1rem;
    align-items: center;
}
.tunnel-steps-bloc .ensemble-titre-back {
    margin: 10px auto;
}
.tunnel-steps-bloc .tunnel-steps-wrapper {
    margin-top: 30px;
    position: relative;
}
.tunnel-steps-bloc .tunnel-steps-dot-wrapper {
    display: flex;
    justify-content: flex-start;
}
.tunnel-steps-bloc .tunnel-steps-dot-wrapper:last-child {
    display: flex;
    justify-content: flex-start;
    margin-bottom: unset;
}
.tunnel-steps-bloc .tunnel-steps-dot {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #97E1D6;
    text-align: center;
    color: #FFFFFF;
    font-size: 21px;
    line-height: 38px;
    font-weight: 700;
}
.tunnel-steps-bloc .tunnel-steps-dot.active {
    background-color: #00A38C;
}

.tunnel-steps-bloc .tunnel-steps-label {
    margin-left: 10px;
    line-height: 38px;
    color: #212121;
    font-weight: 900;
}

.tunnel-steps-bloc .tunnel-steps-back-vertical-line {
    width: 2px;
    height: 20px;
    background-color: #97E1D6;
    position: relative;
    left: 18px;
}
.titre-back.mini {
    font-size: 1.8rem;
}

.contact-gestion-operation-bloc {
    text-align: center;
    padding: 12px;
}

.color-primary {
    color: #00a38c;
}
.color-primary-black {
    color: #343434;
}
.background-light {
    background-color: #DEFFFC;
}
.background-grey {
    background-color: #F2F2F2;
}
.weight-word {
    font-weight: 700;
}
.border-bloc {
    margin: 10px 0;
    border: 1px solid #ADACAD;
    padding: 10px 0 20px 0;
}
.border-bloc .bloc-title {
    font-weight: 700;
    color: #00a38c;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bloc-submit-form {
    display: flex;
    margin-bottom: 70px;
}
.bloc-submit-form .bloc-submit-form-navigation {
    margin-left: auto;
}
/* BUTTONS */
.btn-primary-back {
    background-color: #00A38C;
    color: #FFFFFF;
    border-radius: 8px;
}
.btn-primary-back.outlined {
    background-color: #FFFFFF;
    border: 1px solid #00A38C;
    color: #00A38C;
}

#conso-montant::-webkit-inner-spin-button {
    display: none;
}

/* Margin Padding helpers */
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}

.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
/* INPUTS */
.input-sous-titre {
    color: #00A38C;
    font-size: 11px;
}
/*VUE ADHERENT DETAILS*/

#container_vue_pharmacie {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#container_vue_pharmacie #bloc_phie { grid-area: 1 / 1 / 2 / 2; }
#container_vue_pharmacie #bloc_comm { grid-area: 1 / 2 / 2 / 3; }
#container_vue_pharmacie #bloc_operation { grid-area: 2 / 1 / 3 / 3; }

#filtre_back_bloc_operation {
    padding: 5px;
}

@media  screen and (max-width: 1400px){
    #container_vue_pharmacie {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto;
    }

    #container_vue_pharmacie #bloc_phie { grid-area: 1 / 1 / 2 / 6; }
    #container_vue_pharmacie #bloc_comm { grid-area: 2 / 1 / 3 / 6; }
    #container_vue_pharmacie #bloc_operation { grid-area: 3 / 1 / 4 / 6; }


    #filtre_back_bloc_operation {
        grid-template-columns: repeat(1, 1fr)!important;
    }


}

.sous-titre-import-produits {
    color: #00A38C;
    text-align: center;
    font-weight: bold;
}

@media  screen and (max-width: 1000px){
    #form-bloc-phie-info {
        grid-template-columns: repeat(1, 1fr)!important;
    }
}

.entete-bloc-detail-phie {
    margin-bottom: 10px;
}


#bloc_operation .fixed-table-toolbar .bs-bars, #bloc_operation .fixed-table-toolbar .columns, #bloc_operation .fixed-table-toolbar .search {
    margin-top: 30px!important;
}

/*VUE ADHERENT DETAILS*/

/*BUTTONS*/
.btn-primary-back,
.btn-primary-back:hover {
    background-color: #00A38C;
    color: #FFFFFF;
    border-radius: 8px;
}

.btn-primary-back:focus,
.btn-primary-back:active,
.btn-primary-back:active:focus
{
    background-color: #00A38C;
    color: #FFFFFF;
    border-radius: 8px;
    outline: unset;
}

.btn-primary-back.outlined {
    background-color: #FFFFFF;
    border: 1px solid #00A38C;
    color: #00A38C;
}

.double_bouton {
    width: auto;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
}



.nom_labo_virement {
    font-weight: 900;
    color: #00A38C;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.vignette-laboratoire.vignette-virement {
    border: 1px solid #00A38C;
}

.vignette-laboratoire.vignette-virement  label{
    user-select: none;
    cursor: pointer;

}

.nom-operation-virement {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #af0094;

}

.ndd-virement {
    font-size: 1.2rem;
    font-weight: bolder;
    color: #00A38C;
    margin-left:20px;

}

.montant-facture-virement {
    margin-left:40px;
    margin-bottom: 5px;
    font-size: 1em;

}

.vignette-virement {
    cursor: unset;
}

.preview_virement_montant_disponible, .container_preview_montant_choix {
    position: absolute;
    left: 10px;
    top: 100px;
    border : 1px solid #00A38C;
    border-radius: 15px 15px;
    padding: 3px 3px;
    width: 280px;
    height: 600px;
    overflow-y: auto;
}

.preview_virement_montant_disponible {
    height: 50px!important;
}

.container_preview_montant_choix {
    right: 10px!important;
    left: unset!important;
}

.preview_virement_montant_total_general, .preview_virement_montant_total_general_choix {
    font-size: 1.4rem;
    font-weight: bolder;
    color: #f64000;
    margin-left: 5px;
    text-align: center;
    position: absolute;
    top: 700px;
    left: 20px;
}

.preview_virement_montant_total_general {
    top: 115px!important;
}

.preview_virement_montant_total_general_choix {
    right: 20px!important;
    left: unset!important;
}

.preview_virement_nom_labo {
    color: #00A38C;
    font-size: 1.2rem;
    font-weight: bolder;
}

.preview_virement_nom_operation  {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #af0094;
    margin-left: 5px;
}

.preview_virement_ndd {
    font-size: 1.1rem;
    font-weight: bolder;
    color: #00A38C;
    margin-left:20px;
}


.preview_virement_montant_total_operation {
    font-size: 1.1rem;
    font-weight: bolder;
    color: #0020c0;
    margin-left: 5px;
}

.preview_virement_montant_total_laboratoire{
    font-size: 1.1rem;
    font-weight: bolder;
    color: #ff0091;
    margin-left: 5px;
    text-align: right;
}

.input_sepa_multi {
    position: relative;
}

.carac_restant {
    color: darkred;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 1.6rem;
    font-weight: bolder;
}


.note-existante {
    color: darkred;
}

.side-filtre-container * {
    z-index: 9999;
}

.side-filtre-container {
    width: 300px;
    border: 2px solid #00A38C;
    border-radius: 50px;
    position: fixed;
    top: 200px;
    background-color: white;
    padding: 15px;
    padding-left: 50px;
    height: 600px;
    z-index: 1000;
}
.side-filtre-container.closed {
    left: -265px;
}

.side-filtre-container.opened {
    left: -35px;
}


.button-anchor{
    position : relative;
}

.button-anchor > div {
    position: absolute;
    top: 182px;
    right: -42px;
    border: 2px solid #00A38C;
    border-radius: 35px;
    height: 55px;
    width: 55px;
    background-color: white;
    cursor: pointer;

}

.button-anchor > .fa-filter {
    color:  #00A38C;
    font-size: 24px;
    position: absolute;
    top: 200px;
    right: -27px;
    cursor: pointer;

}
.ope-aprium-calendrier-lgo {
    color: white;
    background-color: #00A38C;
    width: 100%;
    margin: auto;
    padding: 2px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    flex-direction: row;
}

.button-anchor > .fa-undo {
    color:  #00A38C;
    font-size: 24px;
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer;

}

.container-change-etat-sante-stat {
    display: flex;
}

.container-change-etat-sante-stat  * {
    /*max-width: 250px;*/
    margin: 5px 25px;
}

