h1 {
	color : rgb(50, 113, 180);
	border : 0px solid rgb(50, 113, 180);
	background: white;
}

form {
	border : 2px solid rgb(50, 113, 180);
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.erreur {
	color : #d72828;
	background: rgba(203,16,26,0.4);
}

#sliderForm {
	border : 2px solid #2e6da4;
	color: #fff;
	background-color: #337ab7;
}

#sliderForm:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

#datatable_resultats td, #datatable_resultats th {
	border-right : 1px solid rgb(220,220,220);
}

thead {
	color : black;
	background: white;
}

a {
	color : #337ab7;
}

/* Style du "+" en début de ligne pour voir le détail */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
	color: white;
	border: 2px solid white;
	background-color: #31b131;
}

/* Style du "-" en début de ligne pour voir le détail */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
	background-color: #d33333;
}


/* LIEN VERS LE THEME CREATOR : https://datatables.net/manual/styling/theme-creator */

