.tarif {
	margin: 0 1%;
}

.tarif__loading {
	align-items: center;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
	color: #1a1a1a;
	display: flex;
	flex-direction: column;
	font-family: "Circe_bold", sans-serif;
	font-size: 25px;
	font-weight: 400;
	gap: 18px;
	justify-content: center;
	min-height: 120px;
	padding: 24px 20px;
	text-align: center;
}

.tarif__loading[hidden],
.tarif__notice[hidden] {
	display: none !important;
}

.tarif__loading::after {
	animation: tarif-loader-spin 0.8s linear infinite;
	border: 4px solid #e7e7e7;
	border-radius: 50%;
	border-top-color: #1cc658;
	content: "";
	display: block;
	height: 38px;
	width: 38px;
}

@keyframes tarif-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

.tarif__notice {
	border-radius: 12px;
	margin: 16px 0;
	padding: 14px 16px;
}

.tarif__notice--error {
	background: #f8d7da;
	border: 1px solid #f5c2c7;
	color: #842029;
}

.tarif__table-wrapper {
	box-sizing: border-box;
	overflow-x: auto;
	padding: 15px;
	width: 100%;
}

.tarif .dt-container,
.tarif .dataTables_wrapper {
	box-sizing: border-box;
	font-family: "Circe_regular", sans-serif;
	width: 100%;
}

.tarif .dt-processing,
.tarif .dataTables_processing {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18);
	color: #1a1a1a;
	font-family: "Circe_bold", sans-serif;
	font-size: 18px;
	padding: 18px 24px 18px 62px;
}

.tarif .dt-processing::before,
.tarif .dataTables_processing::before {
	animation: tarif-processing-spin 0.8s linear infinite;
	border: 4px solid #e7e7e7;
	border-radius: 50%;
	border-top-color: #1cc658;
	content: "";
	height: 28px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

@keyframes tarif-processing-spin {
	to {
		transform: translateY(-50%) rotate(360deg);
	}
}

.tarif .dt-layout-row:first-child,
.tarif .dataTables_length,
.tarif .dataTables_filter {
	font-family: "Circe_regular", sans-serif;
	margin-bottom: 15px;
}

.tarif .dt-length label,
.tarif .dt-search label,
.tarif .dataTables_length label,
.tarif .dataTables_filter label {
	font-family: "Circe_bold", sans-serif;
	font-size: 18px;
}

.tarif .dt-input,
.tarif .dataTables_length select,
.tarif .dataTables_filter input {
	border-radius: 10px;
	font-family: "Circe_regular", sans-serif;
	font-size: 16px;
	max-height: 45px;
}

.tarif .dt-search input,
.tarif .dataTables_filter input {
	border-radius: 15px;
	font-size: 18px;
}

.tarif__table,
.tarif table.dataTable {
	border: 0;
	border-collapse: separate;
	border-radius: 15px;
	border-spacing: 0;
	box-sizing: border-box;
	box-shadow: 2px 2px 15px 0 rgba(34, 60, 80, 0.2);
	overflow: hidden;
	width: 100% !important;
}

.tarif__table.dataTable thead,
.tarif table.dataTable thead {
	font-family: "Circe_bold", sans-serif;
	font-size: 18px;
	text-align: center;
}

.tarif__table.dataTable tbody,
.tarif table.dataTable tbody {
	font-family: "Circe_regular", sans-serif;
	font-size: 18px;
}

.tarif__table.dataTable thead th,
.tarif__table.dataTable tbody td,
.tarif table.dataTable thead th,
.tarif table.dataTable tbody td {
	vertical-align: middle !important;
}

.tarif__table.dataTable > thead > tr:last-child th,
.tarif table.dataTable > thead > tr:last-child th {
	border-color: #dadada !important;
}

.tarif__table.dataTable > thead th:first-child,
.tarif table.dataTable > thead th:first-child {
	border-top-left-radius: 15px;
}

.tarif__table.dataTable > thead th:last-child,
.tarif table.dataTable > thead th:last-child {
	border-right: 0 !important;
	border-top-right-radius: 15px;
}

.tarif__table.dataTable tbody tr:last-child td {
	border-bottom: 0 !important;
}

.tarif__table.dataTable tbody tr:last-child td:first-child,
.tarif table.dataTable tbody tr:last-child td:first-child {
	border-bottom-left-radius: 15px;
}

.tarif__table.dataTable tbody tr:last-child td:last-child,
.tarif table.dataTable tbody tr:last-child td:last-child {
	border-bottom-right-radius: 15px;
}

.tarif__table.dataTable tbody td.dt-type-numeric,
.tarif table.dataTable tbody td.dt-type-numeric {
	border-right: 0 !important;
}

.tarif__table.dataTable > tfoot,
.tarif table.dataTable > tfoot,
.tarif table.dataTable thead span.dt-column-order {
	display: none;
}

.tarif .dt-info,
.tarif .dataTables_info,
.tarif .dt-paging,
.tarif .dataTables_paginate {
	font-family: "Circe_regular", sans-serif;
	font-size: 16px;
}

.tarif .dt-paging-button,
.tarif .paginate_button {
	border: 0 !important;
	border-radius: 15px !important;
	font-family: "Circe_bold", sans-serif;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.tarif .dt-paging-button.current,
.tarif .dt-paging-button.current:hover,
.tarif .paginate_button.current,
.tarif .paginate_button.current:hover {
	background: #e7e7e7 !important;
	border: 0 !important;
}

.tarif .dt-paging-button:hover,
.tarif .paginate_button:hover {
	background: #1cc658 !important;
}

.tarif .dt-paging-button.disabled:hover,
.tarif .paginate_button.disabled:hover {
	background: #e7e7e7 !important;
}
