body {
	font-family: 'Quicksand', sans-serif;
}

#photosAnimaux img {
	margin: auto;
}

.carousel-item {
	cursor: pointer;
}

.carousel-control-prev-icon {background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%5c6670' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
.carousel-control-next-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%5c6670' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");}

.btn::before, .F::before, .M::before, .state::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
}

.tag::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
}

.icon {
	padding-right: 10px;
}

.submitButton::before {
	content: "\f058";
}

.resetButton::before {
	content: "\f0e2";
}

.editButton::before {
	content: "\f044";
}

.tag::after {
	font-size: 130%;
}

.tag.agnelle::after {
	content: "\f221";
	color: #da3838; 
}

.tag.brebis::after {
	content: "\f221";
	color: #ffc400; 
}

.tag.agneau::after {
	content: "\f222";
	color: #00c3ff; 
}

.tag.belier::after {
	content: "\f222";
	color: #570777; 
}

.tag.present::after {
	content: "\f058";
	color: #73d724; 
}

.tag.passe::after {
	content: "\f057";
	color: #dc3545; 
}

.tag.other::after {
	content: "\f059";
	color: #dbdbdb; 
}


.trashButton::before {
	content: "\f2ed";
}

.col-no-style {
	text-align: right;
}

table.dataTable.select tbody tr, table.dataTable.select input[type=checkbox] {
  cursor: pointer;
}

table.dataTable.select tbody tr.selected {
	background-color: #888;
}

table.dataTable.select tbody tr:not(.selected):hover {
	background-color: #dbdbdb;
}

.filter-button:not(.active) {
	cursor: pointer;
}