.main{
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    width: 82%;
    margin-left:18%;
    display:inline-block;
    min-height:94vh;
    margin-top:59px;
    background: rgb(250,250,250);
}

#contList  li:nth-child(even){
    background: white;
}

.membre_list_search{width:90%;margin:auto; border-radius:15px;background:rgba(200, 200, 200,0.1);padding:5px; margin-bottom:10px}
.membre_list_search input{ background: transparent; width:90%; border:none;}
.item_list_membre{
    padding-top:3px;padding-bottom:3px;
    cursor:pointer;
}
.item_list_membre span{
   
}
.item_list_membre img{
    border-radius:100%;height:50px;width:50px;display:block;
}
.item_list_membre small{
    
}

#contDetail small{color:rgb(160,160,160)}
.frame1 ,.frame2{
    position:absolute;
    top:70px;
    width:30%;
    right:150px;
    background:white;
    box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
    box-shadow: rgba(121,121,121,.35) 1px 10px 20px;
    z-index:9099;
    padding:15px;
    margin-bottom:100px;;
}

.frame2{
    position:absolute;
    top:80px;
    width:30%;
    left:150px;
    z-index:99999999;
    padding:15px;
}

.contGroupOption {
    display: inline-block; margin:0px;padding:0px;
    font-family: "roboto";
}
.contGroupOption a{
    color: rgb(68, 68, 68);
}
.contGroupOption li{

    border:solid 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding:2px; margin-left:-5px;
     font-size:13px ; font-weight: 600;
    box-shadow: none;
    background-color: rgb(245, 245, 245);
    background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(241, 241, 241));
    color: rgb(68, 68, 68);
    padding:5px;
}
@media screen and (max-width:768px) {
    .main{
        width:100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left:0%;
        margin-top:50px;
    }
  
}   


.enteteImpression{display:none}
@media print{
    .col-4 ,.header ,.nav_menu, .fooster, .btnPrint,.contGroupOption{
         display:none;
      }
      .main{
       width:100%;margin-left: 0px;
     }
     .pht{
        display:inline-block;
      }
      .enteteImpression{display:block ;}
  }  