header {
    box-shadow:0;
    -webkit-box-shadow:0;
-moz-box-shadow:0;
}
h2 {
    margin:10px;
    margin-top:15px;
}
.liste th {
display: none;
}

.liste tr{
margin-bottom:15px;
display: block;
}
.lignemission {
    margin-top: 15px;
    margin-bottom: 15px;
}
.liste td {
display: block;
text-align: right;

}

.liste td:before {
content: attr(data-label);
float: left;
font-weight: bold;
    
}
header {
text-align:center;
    position:fixed;
    top:0;
    z-index:1000;
}
.general {
    margin-top:85px;
}
.blocprofil {
display:none;
}
.togglemenu {
float:right;
height:80px;
margin-right:20px;
font-size:200%;
color:white;
cursor: pointer;
}
.colonnegauche {
display:none;
    z-index:1001;
    position:fixed;
    top:83px;
    left:0px;
    right:0px;
    width:100%;
}
.lienmenu {
    z-index:1001;
}
.missionplanning {
display:none;
}
.tableauresponsive tr {
    display:block;
}
.tableauresponsive td {
    display:block;
}
.tableauresponsive .lignetitre {
    display:none;
}
.affichagemois_nbrjours {
    margin-left:8px;
}
.liste {
    width:100%;
}
.titrepage {
 position:fixed;   
left:0px;
    right:0px;
    top:85px;
    border:none;
    padding:10;
    margin:0;
    border-radius:0;
    width:100%;
    z-index:900;
     box-shadow:0;
    -webkit-box-shadow:0;
-moz-box-shadow:0;
}
.titrepage_vide {
    height:40px;
}

.tdsurlignageiphone {
    background-color:#f4f4fb;
    color:#34474E;
}