body {
	font-family: "Poppins", sans-serif;
	background: #fafafa;
}
/* Tous les formulaires*/
label.required:after {
	content: " *";
	color: #ed1d24;
}
.btn-form {
	width: 100%;
}

/*Toutes les listes*/
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.02);
}

.cursor_pointer {
	cursor: pointer;
}

.actions_column {
	width: 120px;
	text-align: right;
}

table th {
	white-space: nowrap;
}

.table_row {
	white-space: nowrap;
}

.text-normal {
	white-space: normal !important;
}

.color_red {
	color: #ed1d24;
}

.color_green {
	color: green;
}

.activate_column {
	cursor: pointer;
	width: 40px;
}

/*icone de suppresion et de modification*/

.ico_modif:hover {
	color: #0099da;
}

.ico_modif {
	color: grey;
}

.ico_supp:hover {
	color: #ed1d24;
}

.ico_supp {
	color: #fa8787;
	cursor: pointer;
}

/*Modal de suppresion*/

.modal_title {
	font-size: 2em;
	padding-bottom: 10px;
}

.delete_warning {
	color: #ed1d24;
	font-size: 6em;
	margin-bottom: 0.2em;
}

#btn_delete:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

#btn_delete {
	background-color: #ed1d24;
}

#parameter_logo ~ .custom-file-label::after {
	content: "\f03e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.btn-bassic:focus {
	color: #fff !important;
}

@media (max-width: 576px) {
	h1.h1_title {
		font-size: 1.75rem;
	}
}

#order_appendice + .custom-file-label::after {
	content: "Ajouter";
}

.annexe.badge {
	cursor: pointer;
}

.smallless {
	font-size: 0.875rem;
}

b,
strong {
	font-weight: 600;
}

#checklist tr .fa-pen {
	visibility: hidden;
}

#checklist tr:hover .fa-pen {
	visibility: visible;
}
