html {
	height: 100%;
}

body {
	background-image: url('/views/img/background.png');
	background-repeat: repeat-y;
	background-color: #b4c6df !important;
	min-height: 100%;
	background-size: contain;
}

#appMenu {
	display: flex;
	flex-direction: row;
	border: 1px solid black;
	border-radius: 4px;
	text-align: center;
	background-color: lightyellow;
	margin: 10px;
	padding: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .8);
}

#appMenu #titleApp {
	font-size: xx-large;
	color: green;
	font: bolder;
	width: 15%;	

}
#appMenu #welcomeApp {
	flex-grow: 2;
	font-size: medium;
}

#appMenu #welcomeApp #user {
	font-style: normal;
	color: green;
	font-size: larger;
}
#appMenu #welcomeApp #role {
	font-size: larger;
	color: black;
	padding: 0 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	margin-left: 10px;
}



#client {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin: 10%;
	background-color: white;
	border: solid 1px black;
	border-radius: 15px;
}

#textClient {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: auto;
	text-align: center;
	font-family: initial;
    color: dimgray;
}

#menuAcces {
	display: flex;
	flex-direction: row;
	margin: 10px;
}

#menuAcces .left{
	background-color: yellowgreen;
/* 	padding: 10px;
	margin-right: 30px; */
	min-width: 21%;
	border: white 2px solid;
}

#menuAcces .middle{
	margin: 0 40px;
	flex: 1;
	max-width: 49%;	
}
#menuAcces .right{
	max-width: 49%;	
}

#menuAcces .menus {
	flex-direction: column;
	background-color: white;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
	border-radius: 10px;
	margin: 10px;
}

#menuAcces .menus h3 {
	background-color: whitesmoke;
	border-bottom: 1px lightblue solid;
	text-align: center;
	margin: 0;
	padding: 0 8px;
}

#menuAcces .menus ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

#menuAcces .menus li:hover {
	background: beige;
	font-weight: bold;
}

#menuAcces .infobox {
	flex-direction: column;
	background-color: white;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
	border-radius: 10px;
	margin-bottom: 10px;
	width: 300px;
}
.scroller {
	max-height: 300px;
	overflow-y: scroll;
}

#menuAcces .infobox h5 {
	text-align: center;
	margin-bottom: 0;
	border-top: solid 1px antiquewhite;
	font-size: 14px;
	font-style: italic;
	background-color: aliceblue;
}

#menuAcces .infobox h3 {
	background-color: darkgray;
	color: antiquewhite;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px lightblue solid;
	text-align: center;
	margin: 0;
}
#menuAcces .infobox-alert h3 {
	color: red;
	font-size: 18px;
	font-style: bold;
}

#menuAcces .infobox p {
	font-size: 11.5px;
	margin: 0;
	padding: 0 10px;
}

#buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#buttons button {
	margin-left: 15px;
}

#totaux {
	display: flex;
	overflow-x: scroll;
    white-space: nowrap;
    margin: 0 5px;
}
#totaux p {
	  display: flex;
  justify-content: space-between;
}

#totaux .total_heures {
	font-weight: bold;
}

footer {
	margin-top: 15px;
	text-align: center;
	font-style: italic;
}
#footeranimated {
	position:absolute;
   bottom:0;
   width:100%;
	
}

#filler {
	height: 800px;
}
