@media screen and (max-width: 600px) {
.container_principal{
position: relative;
top: 140px;
overflow: scroll;
padding: 0;
margin: 0;
background-color: #fff;
z-index: 1;
}
.container_content{
width: 150%;
margin: 0;
}
.container_secondaire95P{
width: 200%;
margin: 0;
padding: 10px;
}
.table_div th{
background-color: teal;
padding: 5px 3px;
color: #fff;
position: sticky;
top: 0;
}
/**********DEBUT divers*****************/
.container_gle{
width: 250%;
margin: 0;
padding: 10px;
display: flex;
}
 /*********DEBUT index.php***********/
.index_container{
display: flex;
width: 200%;
padding-top: 40px;
}
.index_aside{
position: relative;
width: 40%;
top: 10px;
height: 550px;
overflow-y: scroll;
z-index: 10;
padding-bottom: 30px;
}  
.container_index0{
position: absolute;
left: 1%;
width: 200%;
margin: 0;
padding: 10px 10px 10px 20px;
background-color: white;
}
.btn_indexPrincipal{
position: absolute;
top: 0;
}
.sidebarIndex{
margin-top: 0;
}
.sidebarIndex{
position:absolute;
top: 130;
margin:0;
padding: 50px 10px;
width:400px;
left:-400px;
/*background-color: #1C1F2A;*/
background-color: #eee;
transition:left 0.8s ease;
z-index:2;
opacity: 1;
border-top-right-radius: 3px;
}
.index_container{
display: flex;
width: 150%;
}
 /*********FIN index.php***********/
/*********DEBUT dashboard/matrice.php***********/
.container_dash_matrice{
width: 200%;
margin: 0;
padding: 0 2px;
}  
/*********FIN dashboard/matrice.php***********/
/*********DEBUT dashboard/matrice2.php***********/
	.container_dash_matrice2{
width: 100%;
margin: 0;
padding: 10px;
}  
.matrice2{
width: 100%;
margin: 0;
padding: 10px;
}
/*********DEBUT dashboard/matrice2.php***********/
/*********DEBUT analyses/analyse.php***********/
.container_analyse{
width: 200%;
margin: 0;
padding: 10px;
}
/*********FIN analyses/analyse.php***********/ 
/********DEBUT activite/retards.php***********/
.container_secondaire_retards{
width: 200%;
margin: 0;
padding: 10px;
}
/********DEBUT activite/retards.php***********/  
.container_operationsTaches{
width: 200%;
margin: 0;
padding: 10px;
} 
.table_divOT2 th{
position: sticky;
top: 0;
}
/*********DEBUT actionEdit.php*************/
.container_secondaire_actions{
background-color: white;
width: 300%;
margin: 0;
padding: 10px;
}
/*********DEBUT tacheEdit.php*******************/
.container_secondaireTE{
width: 300%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
}
.TE_left{
position: absolute;
width: 100%;
margin-right: 1%;
padding: 10px 5px 30px 5px;
}
.TE_right{
position: absolute;
left: 100%;
width: 200%;
padding: 10px;
}
.PL_images_actions{
background-color: #eee;
width: 20%;
margin: 2px;
border: 1px solid grey;
padding: 2px;
}
 .matrice_tr th{
background-color: teal;
position: sticky;
top: 0px;
padding: 5px 3px;
font-size: 11px;
color: #fff;
}
 /*********FIN index.php***********/
.container_materielA{
	width: 300%;
	margin: 0;
	display: flex;
}
}