c@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
html{width:100%;
	height:100%;}
body {
    font-family: ubuntu,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 95%;
    margin: 0;
    min-width: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
	background-color:#ddd;
	height: 100%;
	box-sizing: border-box;
	
}
#Background{
	width:100%;
	height:100%;
	position: fixed;
	background: url('../Img/Background2.jpg');
	background-size : cover;
}
#Site{
position:absolute;
height: 100%;
width: 100%;

}


header{
	
	background: linear-gradient(0deg, #0003, #0003), url(../Img/Background.jpg) no-repeat left top;
	background-size: 100% 1280px;
	height:50px;
	width: 100%;
	position:fixed;
	
	
}

header h1{
	line-height:50px;
	font-size:20px;
	color:#fff;
	padding:0 15px;
	margin: 0;
	text-align: left;
}
header h1 a{
	line-height:50px;
	font-size:20px;
	color:#fff;
	padding:0 15px;
	margin: 0;
	text-align: right;
	float: right;
}
header h1 img{ float: left;}

header a{
    float: left;
    line-height: 50px;
    margin: 0;
    padding: 0px 13px;
    width: auto;
    color: #868686;
    font-weight: normal;
    font-size: 20px;
}

h2{
    width: 100%;
    background-color: #ffffff4d;
    line-height: 50px;
    text-align: center;
    color: #666;
	margin:0px;
	margin-bottom:30px;
	border-bottom: 1px solid #0000004d;
	 font-size: 14px;
	
}

h3{
	border: 1px solid #dedede;
    line-height: 40px;
    margin: 0px;
    padding: 0px 10px;
    background-color: #ececec;
    margin-bottom: -1px;	
}


a{
    width: 100%;
    padding: 0 5%;
    margin: 8px 0px;
    max-width: 1050px;
    min-width: 200px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
		
}
a span{     font-size: 12px;
    color: #000;
    padding: 0px 5px;
}
input[type="file"] {display: none;}
    

nav#NavGauche{
	bottom: 0;
    /* overflow: visible; */
    position: relative;
    float: left;
    width: 180px;
    height: calc(100% - 50px);
    min-height: calc(100% - 50px);
    top: 50px;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    will-change: top,left;
    position: fixed;
	transition: 0.15s;
	
}
div#MenuGauche{
    bottom: 0;
    color: #616161;
    line-height: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 100%;
    top: 0;
}
div#MenuGauche ul{
	margin: 0px;
    padding: 0px 0px 0px;
    /* border-bottom: 1px solid #ddd; */
	
}

div#MenuGauche ul li{
	
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
    /* text-shadow: 0 -1px rgba(255,255,255,.7); */
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 4px 16px;
    position: relative;
    text-overflow: ellipsis;
    list-style: none;
    font-size: 14px;
	text-indent:14px;
	transition:0.15s;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#MenuGauche{
	display: flex;
    justify-content: space-between;
  	flex-direction: column;
	
}

#conteneur
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div#MenuGauche ul li{text-transform: uppercase;}
div#MenuGauche ul li[data-etatlien='1']{ background-color: rgba(0,0,0,.15); }
div#MenuGauche ul li:hover{ background-color: rgba(0,0,0,.1); text-indent:18px;}




#Page{
    margin-left: 180px;
    padding-top: 50px;
    min-height: calc(100% - 50px);
    /* max-height: calc(100% - 50px); */
    height: calc(100% - 50px);
	transition: 0.15s;
}


@media (max-width:1300px) {
	#Page{margin-left: 50px;}
	nav#NavGauche{ width: 50px;}
	div#MenuGauche ul li{padding: 4px 4px;}
	
	html[data-navhover='1'] #Page{ margin-left: 180px;}
	html[data-navhover='1'] nav#NavGauche{ width: 180px;}
	html[data-navhover='1'] div#MenuGauche ul li{ padding: 4px 16px;}
		
	
}


section{
display:none;
	padding: 0;
	padding-bottom: 50px;
    min-height: calc(100% - 50px);
    border-bottom: 0px solid #0000004d;
    
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffffb3;
	align-content: center;
	align-content: flex-start;	
}
section[data-sectionetat='1'] {display: flex;}


section:nth-child(2n+1) {
    background-color: #ffffff80;
}

section div{display: flex;
    flex-flow: row wrap;
    align-items: stretch;
	    width: 100%;
    padding: 0 5%;
	margin:8px 0px;
	max-width: 1050px;
	min-width:200px;
	
}
section[data-view='SizeMax'] div{max-width:none;padding: 0;margin:0px}
section[data-view='SizeMax']>h2{margin-bottom:0px;}
section[data-view='SizeMax']>.Tableau{margin-bottom:1px;}

form{width:100%; }
label, input,select, span{box-sizing : border-box; display:inline-block;min-height:40px; height:40px; line-height:40px;padding: 0px 10px; margin:0;}
label{width: 35%;}
input, select{width:65%;background-color: #fff; border-radius:2px; border:1px solid #ccc;}
input[type="submit"]{width:100%;background-color: #ccc; border-radius:2px; border:1px solid #ccc; margin-top:20px; cursor:pointer;}
input{box-sizing : border-box;}



.Tableau span:last-child{ border-right: 0px solid #ccc;}
.Tableau label, .Tableau span{     font-size: 12px;width: 46%;border-right: 1px solid #ccc; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.Tableau{ border-bottom: 1px solid #ccc; margin:0; padding:0;margin-top:0; margin-bottom:0px; background-color:#fff; }
.Tableau.Titre{ background-color: rgba(0, 0, 0, 0.1); }
.Tableau.SousTitre{ font-weight: bold;}
.Tableau.Item{  }
.Tableau span input,.Tableau label input, .Tableau span select{margin: 0px -10px; padding: 5px; width: calc( 100% + 20px );height: 100%;border: 0px;line-height: 100%; background-color: #F9F9F9;}
.Tableau label{ width: 30%;}
.Tableau span{ width: 10%;}
.Tableau span[data-typemovement='Credit']{ background-color: #32cd3238;}
.Tableau span[data-typemovement='Debit']{ background-color: #ff00002e;}

.Tableau select{
 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.Tableau.Legende{background-color: #00000033;}

.Tableau.Ajouter form{display: inline-block;}
.Tableau.Ajouter{background-color: transparent; margin-top: 20px; border:0px;}
.Tableau.Ajouter span{ width: 30%; margin-right: 1%;}
.Tableau.Ajouter span input{ background-color: #ffffff80;}

#Movement .Tableau label{ width: 28%;}
#Movement .Tableau span{ width: 8%;}

h2{  display: flex;
flex-direction:row;}
h2 select{  width:10%; height:50px;background:#ffffff50}
h2>label{  height: 50px; line-height:50px;width: 10%;background:#ffffff50}
h2>label>span{  display:inline;height: 50px; line-height:50px;}

	
