@font-face {
    font-family : MoreSugar-Regular;
    src: url(MoreSugar-Regular.ttf);
}
a:link{
	color: #85603E;
}
a:hover{
	color: #85603E;
	background-color: #DD4819;
}
a:visited{
	color: #85603E;
}

a.menu:link{
	color: #ffffff;
	background-color: #85603E;
	border-radius:3px;
	border-style:none;
	padding:2px 5px;
}
a.menu:hover{
	color: #ffffff;
	background-color: #DD4819;
}
a.menu:visited{
	color: #ffffff;
	background-color: #85603E;
}
a.ajout:link{
	color: white;
	text-decoration: underline;
	background-color:#C17D11;
	border-radius:5px;
	height:40px;
	top:35px;
	margin:6px;
	padding:2px 5px;
}
a.ajout:visited {
	color: white;
	text-decoration: underline;
	background-color:#C17D11;
}
a.ajout:hover {
	color: black; 
	background-color: grey;
	text-decoration: none;
}
a.her_inv:link{
	color: #ffffff;
	background-color: #DD4819;
}
a.her_inv:hover{
	color: #ffffff;
	background-color: #85603E;
}
a.her_inv:visited{
	color: #ffffff;
	background-color: #DD4819;
}
h2{
	color:#DD4819;
	font-family:MoreSugar-Regular;
}
h3{
	color: #DD4819;
	background-color: #212529;
	padding-top: 70px;
}
.table-fluid {
	max-height: 90vh;
	overflow: auto;
	border: 0px;
	max-width: 1920px;
}
.table-reduit {
	max-height: 90vh;
	overflow: auto;
	border: 0px;
	max-width: 992px;
}
table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-width: 1px;
}
thead th {
	position: sticky;
	top: 0;
	background: #85603e;
	color: #ffffff;
	opacity: 100%;
	z-index: 1;
	border: 1px solid #000;
}
tbody{
	overflow: scroll;
}
th, td {
	padding: 2px;
	text-align: left;
	border: 1px solid #000;
	overflow-x: auto;
}
.her_std{
	color:#FFFFFF;
	background-color:#85603E;
}/*blanc sur fond violet*/
.her_inv{
	color: #FFFFFF;
	background-color: #DD4819;
}/*blanc sur fond orange*/

.larg_fixe{
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	table-layout:auto;
}
.ecran_large{
	max-width: "800px";
}
.ecran_xs {
	display: table-cell;
}
.ecran_sm {
	display: table-cell;
}
.ecran_md {
	display: table-cell;
}
.ecran_lg {
	display: table-cell;
	max-width: 300px;
	overflow: hidden;
}
@media screen and (max-width:576px) {
	.ecran_xs {
		display: none;
	}
	.ecran_sm {
		display: none;
	}
	.ecran_md {
		display: none;
	}
	.ecran_lg {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.ecran_xs {
		display: auto;
	}
	.ecran_sm {
		display: none;
	}
	.ecran_md {
		display: none;
	}
	.ecran_lg {
		display: none;
	}
}
@media screen and (max-width:992px) {
	.ecran_xs {
		display: auto;
	}
	.ecran_sm {
		display: auto;
	}
	.ecran_md {
		display: none;
	}
	.ecran_lg {
		display: none;
	}
}@media screen and (max-width:1200px) {
	.ecran_xs {
		display: auto;
	}
	.ecran_sm {
		display: auto;
	}
	.ecran_md {
		display: auto;
	}
	.ecran_lg {
		display: none;
	}
}
