.container_botton,
.detailsBouton{
    position: relative;
    width: 100%;
}

.load_img{
  position: absolute;
  background: transparent;
  width: 700px;
  height: 450px;
  top: 80px;
  margin: 0;
}

#image-loading{
  position: relative;
  width: 80px;
  height: 80px;
  left: 40%;
  top: 30%;
}

.boutons{
    position: relative;
    width: 699px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background: rgba(238, 250, 247, 0.7);
    border-radius: 5px;
    margin: 0; padding: 0;
    margin-bottom: 36px;
}
.boutons_acc{
    width: 466px;
}
.boutons DIV{
    width: 233px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-family: Saira, Segoe UI, Roboto;
    font-size: 16px;
    text-decoration: none;
    color: #002845;
    text-transform: uppercase;
    border: 1px solid rgb(21, 81, 86);
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.boutons #comptes,
.boutons #rb_rv{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.boutons #resume,
.boutons #rb_pt{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.boutons #comptes:hover,
.boutons #rb_rv:hover,
.boutons #transfere:hover,
.boutons #resume:hover,
.boutons #rb_pt:hover{
    background: rgb(10, 126, 133);
    color: #fff;
}

.caseCompt1, .caseCompt2,
.caseCompt3, .caseCompt4 {
    position: relative;
    display: block;
    padding: 0;
    width: 900px;
    border: 1px solid rgb(10, 126, 133);
    height: auto;
    opacity: 0.80;
} 

.caseCompt1, .caseCompt3 {
    margin-bottom: -2px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    background: rgb(238, 250, 247);
}

.caseCompt2, .caseCompt4 {
    margin-bottom: 36px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: rgb(238, 250, 247);
}

.caseCompt1 .defiller-toggle1,
.caseCompt2 .defiller-toggle2,
.caseCompt1 .defiller-toggle3,
.caseCompt2 .defiller-toggle4{ /*Formation du signe + et ses mouvements ******************/
    position: absolute;
    width: 15px;
    height: 15px;
    left: 25px;
    top: 26px;
    align-items: center;
    background: transparent;
    cursor: pointer;
}

span.defiller-toggle-icons:before,
span.defiller-toggle-icons:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    line-height: 3px;
    border-radius: 5px;
    background: rgb(10, 126, 133);
    position: relative;
    transition: all 0.50s ease-in-out;
}
span.defiller-toggle-icons:before{ 
    transform-origin: center;
    transform: rotate(90deg);
}
span.defiller-toggle-icons:before{top: 10px;}
span.defiller-toggle-icons:after{top: 8px;}

.defiller-toggle1.is-opening span.defiller-toggle-icons:before,
.defiller-toggle2.is-opening span.defiller-toggle-icons:before{
    transform-origin: center;
    transform: rotate(360deg);
}

.defiller-toggle1.is-opening span.defiller-toggle-icons:after,
.defiller-toggle2.is-opening span.defiller-toggle-icons:after{
    background: transparent;
}/* Fin de la zone Signe +  *************************************** */

.caseCompt1 .titres_case,
.caseCompt2 .titres_case{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.caseCompt1 .cacherTable .titres_case{
    width: 100%;
    margin-bottom: 10px;
}

.caseCompt1 .titres_case #col1{
    padding-left: 70px;
}

.caseCompt2 .titres_case #col1,
.caseCompt1 .titres_case #col4{
    margin-left: auto;
    margin-right: auto;
}

.caseCompt1 .titres_case #col3{
    padding-right: 30px;
}

.titres_case * {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Saira, Segoe UI, Roboto;
    font-size: 12.8px;
    color: #002845;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 0px;
}

.caseCompt1.is-opening .titres_case #col1,
.caseCompt1.is-opening .titres_case #col2,
.caseCompt1.is-opening .titres_case #col3,
.caseCompt2.is-opening .titres_case #col1,
.caseCompt2.is-opening .titres_case #col2,
.caseCompt2.is-opening .titres_case #col3{
    margin-bottom: 6px;
}

.caseCompt1 .cacherTable,
.caseCompt2 .cacherTableOPT{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    transition: all 0.60s ease-in-out;
}

.caseCompt2 .cacherTableOPT{
    transition: all 0.50s ease-in-out;
}
.caseCompt1 .cacherTable.is-opening,
.caseCompt3 .cacherTable2.is-opening{
    position: relative;
    display: block;
    height: 655px;
}

.caseCompt2 .cacherTableOPT.is-opening{
    height: 370px;
}

.caseCompt4 .cacherTableOPT.is-opening{
    height: 370px;
}

.caseCompt1 .tabledlcchashtg,
.caseCompt2 .tabledlcchashtgOPT{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.59s ease-in-out;
}

.caseCompt2 .tabledlcchashtgOPT{
    transition: all 0.49s ease-in-out;
}

.caseCompt1 .tabledlcchashtg.is-opening,
.caseCompt2 .tabledlcchashtgOPT.is-opening{
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.tr_Table{
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.tr_Table td.titre_celluies {
    width: 100%;
}

.tableEC {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    border-collapse: collapse;
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #002845;
    font-size: 0.8rem;
    margin: 5px 0;
}
.tableEC > thead {
    width: 100%;
}
.tableEC th, .tableEC td {
    padding: 12px 30px;
    text-align: right;
}

.caseCompt1 span,
.caseCompt2 span,
.caseCompt3 span,
.caseCompt4 span{
    opacity: 0.5;
}

.tableEC th {
    background-color: rgb(235,235,235);
    font-size: 12.8px;  
}

.tableEC tr:nth-child(even) td {
    background-color: rgb(250,250,250);
}

.tableEC tr:nth-child(odd) td {
    background-color: transparent;
}

.tableEC .valeurCellL{
 text-align: left;
}

.tableEC .valeurCellR{
 text-align: right;
}

.tableEC tbody {
    font-size: 90%;
    font-style: italic;
    font-size: 11.52px;  
}

.tableEC tfoot {
    font-weight: bold;
}

.tableEC thead th:nth-child(1){
    width:17%;
}

.tableEC thead th:nth-child(2){
    width: 45%;
}

.tableEC thead th:nth-child(3){
    width: 13%;
}

.tableEC thead th:nth-child(4){
    width: 13%;
}

.tableEC thead th:nth-child(5){
    width: 17%;
}

/* Pagination ************************************************************/
#pagesDLCcashHTG{
    position: absolute;
    width: 100%;
    height: 55px;
    display: table;
    bottom: 0;
    margin: 0; padding: 0;
    text-align: right;
    border-top: 6px solid rgb(10, 126, 133);
    background: #B2DFDB;
}

.pagination{
    display: table-cell;
    vertical-align: bottom;
    padding-right: 12px;
    padding-bottom: 6px;
}

.pagination div.page_number{
    display: inline-block;
    min-width: 20px;
    height: 30px;
    overflow: hidden;
    margin: 0 30px;
    padding: 0;
   /* border: 1px solid red;*/
}

.pagination a {
    text-decoration: none;
    font-family: Saira, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #002845;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 2px;
    margin-right: 8px;
}

#contenuTabOpe{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*CSS Transfert de fonds ******************************************************/
.caseDLCcash-cacher{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 516px;
    overflow: hidden;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.caseDLCcash{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
    background: transparent;
    transform: translateY(-105%);
    -webkit-transform: translateY(-105%);
    transition: all 0.49s ease-in-out;
}

.titre-tranfert{
    font-family: Saira, Segoe UI, Roboto;
    color: #2E7D32;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 36px 0;
}

.contenair-transfert{
    position: relative;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 36px;
}

.contenair-transfert span{ 
    position: relative;
    display: inline-block;
    letter-spacing: 1.2px;
    font-family: 'Roboto', Segoe UI;
    font-size: 16px;
    font-weight: 300;
    color: #002845;
    text-align: center;
    padding-bottom: 4px;
    cursor: pointer;
}

.contenair-transfert > div{
    position: relative;
    text-align: center;
}

.contenair-transfert .opTrnasfert{
    margin-right: 28px;
    margin-bottom: 28px;
    margin-left: 6px;
}

.contenair-transfert .cercle{
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border: 1px solid #2E7D32;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.30s ease-in-out;
}

.filtreCercle {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    background:0 0;
    height: 0;
    width: 0;
    z-index: 1000;
}

.contenair-transfert .cercle img {
    width: 70px;
    height: 50px;
    color: #2E7D32;
    margin: 0 auto;
    line-height: 50px;
    /*border-radius: 5px;*/
    transition: all 0.3s ease-in-out;
}

.contenair-transfert .img-patient .cercle img,
.contenair-transfert .img-remboursement .cercle img,
.contenair-transfert .img-admin_geclimed .cercle img,
.contenair-transfert .img-profil .cercle img,
.contenair-transfert .img-ordonnance .cercle img,
.contenair-transfert .liste_ordonnances .cercle img,
.contenair-transfert .img-examens .cercle img{
    width: 72px;
    height: 72px;
    line-height: 72px;
}

.contenair-transfert .img-profil .cercle .cerle_img{
    position: relative;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    border: none;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    transition: all 0.30s ease-in-out;
}

.contenair-transfert .img-profil .cercle img {
    width: 92px;
    height: 92px;
    position: absolute;
    margin: auto;
    top: -100px;
    bottom: -100px;
    right: -100px;
    left: -100px;  
}

.contenair-transfert .img-afilies .cercle img{
    width: 102px;
    height: 82px;   
    line-height: 82px;
}

.contenair-transfert .img-admin_geclimed .cercle img {
    width: 62px;
    height: 74px;
    line-height: 82px;
}

.contenair-transfert .img-consultation .cercle img {
    width: 76px;
    height: 72px;
    line-height: 82px;
}

.contenair-transfert .cercle:hover {
    transform: scale(1.05);
}

.contenair-transfert .cercle:hover .filtreCercle {
    background:0 0;
    height: 100%;
    width: 100%;
}

.contenair-transfert .img-afilies .cercle:hover img,
.contenair-transfert .img-admin_geclimed .cercle:hover img,
.contenair-transfert .img-ordonnance .cercle:hover img,
.contenair-transfert .img-examens .cercle:hover img,
.contenair-transfert .img-consultation .cercle:hover img,
.contenair-transfert .img-profil .cercle:hover .cerle_img {
    transform: scale(1.30);
}