.switchMultiBlocPharmacie {
    cursor: pointer;
    margin-left: 8%;
}

.multiBlocPharmacie {
    display: none;
}

.multiBlocPharmacie:nth-child(1) {
    display: block;
}


.btnClipBoard {
    cursor: pointer;
}

#resultatRechercheIndividuExistant {
    font-size: 11px;
    border: 1px solid lightgray;
    border-collapse: collapse;
    width: 700px;
    margin: auto;
}

#tableDetailIndividu th {
    text-align: center;
    border-right: 1px solid white;

}

#tableDetailIndividu td:nth-of-type(2n) {
    border-right: 1px solid white;
}

#tableDetailIndividu th {
    text-align: left;
    width: 150px!important;
}


#tableDetailIndividu td:last-child {
    text-align: left;
}

#resultatRechercheIndividuExistant th, #resultatRechercheIndividuExistant td {
    border: 1px solid lightgray;
    padding: 2px 4px;
    text-align: center;
}

#containerBlocPharmacieFormation, #containerBlocPharmacieEquipe {
    display: none;
}


.menuSwitchDatatablePharmacie > span {
    /*visibility: hidden;*/
    opacity: 0.5;
    transition: visibility 0s, opacity 0.5s linear;
    cursor: pointer;

}

.menuSwitchDatatablePharmacie:hover > span {
    visibility: visible;
    opacity: 1;
}

.choix_date_formation {
    width: 100%;
    padding: 15px 10px;
    font-size: 20px;
    background-color: white;
    margin-bottom: 10px;
    text-align: center;
    color: black;
}

.choix_date_formation > input {
    margin-top: 5px;
}
