body{
	background: #3385ff;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}

article {
	width:95%;
	margin:0 auto;
	margin-top:45px;
	padding: 30px;
	border: 1px solid #f1f1f1;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

a{
	text-decoration: none;
}

form {
	width:100%;
}

.chemin{
	display: flex;
}
.chemin div{
	padding: 5px;
	cursor: pointer;
	background-color: rgba(24,24,24,0.8);
	color: white;
	border: 1px grey solid;
	border-radius: 5px;
	font-weight: bold;
}
.chemin div:hover{
	background-color: #ffdd99;
	color: black;
}
.chemin img{
	max-height: 25px;
}

.bienvenue{
	display: block;
	margin: auto;
	padding: 20px;
}

.recherche{
	display: block;
	margin: auto;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	border: 0 0 0 2px solid #3385ff;
	margin-bottom: 10px;
	padding: 20px;
}

.recherche div{
	width: 100%;
	display: inline-flex;
	justify-content: space-around;
}

.recherche div div{
	width: 20%;
	display: inline-block;
	font-weight: bold;
}

.derniers{
	width: 100%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	display: inline-flex;
	justify-content: space-around;
}


.casedernier{
	max-width: 33%;
	margin: 10px;
	padding: 10px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.liste{
	padding-top: 10px;
}

.dernier .ligne{
	margin: 0px;
}

.ico {
	max-width: 20px;
	max-height: 20px;
}

.gico {
	max-width: 50px;
	max-height: 50px;
}

/*//CLASSIQUES*/

.case {
	display: block;
	width: auto;
	margin: 20px;
	padding: 30px;
	border: 1px solid #f1f1f1;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.case div{
	padding-top: 10px;
	padding-bottom: 10px;
}

.case div div{
	padding-top: 2px;
	padding-bottom: 2px;
	 
}

#container {
	width:400px;
	margin:0 auto;
	margin-top:10%;
	padding: 30px;
	border: 1px solid #f1f1f1;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.led{
	max-width: 15px;
	max-height: 15px;
}



/*Mise en page tableau / listes*/

.tableInfo{
	width: 100%;
	border-collapse: collapse;
}

.tableInfo td, .tableInfo th{
	border: 1px solid black;
	padding: 5px;
}

.tableInfo th{
	background: #3385ff;
}

th, td{
	padding-left: 10px;
	padding-right: 10px;
}

.topligne{
	display: block;
	margin: 5px 0 10px 0;
	border-bottom: 2px solid #b51515;
}

.ligne{
	display: block;
	margin: 5px 0 15px 0;
	cursor: pointer;
	border-bottom: 1px solid #f3a440;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.ligne span{
	display: none;
	position: absolute;
	margin: 30px 0 0 -30px;
   color:#09c;
	background:rgba(0,0,0,.9);
	padding:15px;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,.5);
	transition:all .50s;
}

.ligne:hover{
	padding: 10px;
	font-weight: bold;
	background-color: RGBa(243, 164, 64, 0.8);
}

.ligne:hover span{
	display: inline;
}

.lignetr{
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.ligneToptr td, th{
	border-bottom: 2px solid #eb574b;
}

.borderTop td{
	border-top: 2px solid #eb574b;
}

.lignetr td{
	border-bottom: 1px solid #f3a440;
}

.lignetr span{
	display: none;
	position: absolute;
	margin: 30px 0 0 -30px;
   color:#09c;
	background:rgba(0,0,0,.9);
	padding:15px;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,.5);
	transition:all .50s;
}

.lignetr antispan{
	display: inline;
	text-align: center;
}

.lignetr:hover{
	background-color: RGBa(243, 164, 64, 0.8);
}

.span:hover span{
	display: inline;
}

.hoverligne{
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.hoverligne:hover{
	background-color: RGBa(243, 164, 64, 0.8);
}

.lignedevfact{
	margin-top: 5px;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #f3a440;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.lignedevfact:hover{
	background-color: RGBa(243, 164, 64, 0.8);
	font-size: 1.2em;
}

/* Full-width inputs */
input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], select, textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#pieddepage{
	text-align: center;
	margin-top: 50px;
	font-size: 0.6em;\"
}


/* Set a style for all buttons */
input[type=submit] {
	text-decoration: none;
	background-color: #3385ff;
	color: white;
	font-weight: bold;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border-radius: 3px 3px;
}

input[type=submit]:hover {
	background-color: white;
	color: #3385ff;
	border: 2px solid #3385ff;
	padding: 12px 18px;
}


#submitGreen[type=submit] {
	text-decoration: none;
	background-color: #7FDD4C;
	color: #302f2e;
	font-weight: bold;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border-radius: 3px 3px;
}

#submitGreen[type=submit]:hover {
	background-color: #302f2e;
	color: #7FDD4C;
	border: 2px solid #7FDD4C;
	padding: 12px 18px;
}

/* Set a style for all buttons */
#submitRed {
	text-decoration: none;
	background-color: #b51515;
	color: white;
	font-weight: bold;
	padding: 7px 10px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100px;border-radius: 3px 3px;
	height: 40px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border-radius: 3px 3px;
}
#submitRed:hover {
	background-color: white;
	color: #b51515;
	border: 2px solid #b51515;
	padding: 5px 8px;
}

/*
	Demo CSS code
*/

.checkOne [type="checkbox"]:not(:checked),
.checkOne [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.checkOne [type="checkbox"]:not(:checked) + label,
.checkOne [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 75px;
	cursor: pointer;
}
.checkOne [type="checkbox"]:not(:checked) + label:before,
.checkOne [type="checkbox"]:checked + label:before,
.checkOne [type="checkbox"]:not(:checked) + label:after,
.checkOne [type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
}
.checkOne [type="checkbox"]:not(:checked) + label:before,
.checkOne [type="checkbox"]:checked + label:before {
	left:0; top: -3px;
	width: 65px; height: 30px;
	background: #DDDDDD;
	border-radius: 15px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}
.checkOne [type="checkbox"]:not(:checked) + label:after,
.checkOne [type="checkbox"]:checked + label:after {
	width: 20px; height: 20px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 50%;
	background: #7F8C9A;
	top: 2px; left: 5px;
}

/* on checked */
.checkOne [type="checkbox"]:checked + label:before {
	background:#34495E; 
}
.checkOne [type="checkbox"]:checked + label:after {
	background: #39D2B4;
	top: 2px; left: 40px;
}

.checkOne [type="checkbox"]:checked + label .ui,
.checkOne [type="checkbox"]:not(:checked) + label .ui:before,
.checkOne [type="checkbox"]:checked + label .ui:after {
	position: absolute;
	left: 6px;
	width: 65px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.checkOne [type="checkbox"]:not(:checked) + label .ui:before {
	content: "no";
	left: 32px
}
.checkOne [type="checkbox"]:checked + label .ui:after {
	content: "yes";
	color: #39D2B4;
}
.checkOne [type="checkbox"]:focus + label:before {
	border: 1px dashed #777;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -1px;
}

.log{
	white-space: pre-line;
	margin: 50px;
	padding: 20px;
	background: white;
	border: 1px solid black;
	max-height: 1000px;
	overflow-y: auto;
}
