/* EVENEMENTS ARCHIVE*/
.archive.evenements .pagination {
	text-align: center;
	font-family: "Open Sans";
	font-size: 16px;
}
.archive.evenements .pagination a {
	padding: 5px;
	text-decoration: none;
	color: black;
	font-family: "Open Sans";
	font-size: 16px;
}
.archive.evenements .page-numbers.current {
	padding: 5px 10px;
	color: white;
	background: black;
}
.archive.evenements .next.page-numbers,
.archive.evenements .prev.page-numbers {
	padding: 5px 10px;
	background: black;
	color: white;
}
.archive.evenements .actions-bottom {
	text-align: center;
	padding: 25px 0;
}
.archive.evenements .single-evenement {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
}
.archive.evenements .agenda-liste {
	margin-top: 50px;
}
.archive.evenements .pagination {
	margin-top: 55px;
}
.archive.evenements .actions.full-w {
	margin-top: 50px;
	text-align: right;
}
.archive.evenements .categories_evenements,
.archive.evenements .categories_evenements ul {
	list-style: none;
}
.archive.evenements .filtres {
	text-align: left;
}
.archive.evenements ul li {
	display: inline-block;
}
.archive.evenements .categories_evenements {
	display: flex;
}
.archive.evenements .categories_evenements span {
	padding-right: 30px;
}
.archive.evenements ul {
	padding-left: 0;
}
/*SINGLE EVENEMENT*/
.single-ev .bloc-infos span {
	display: block;
	width: 100%;
}
.single-ev .bloc-infos .infos {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.single-ev .bloc-infos {
	margin: 50px 0;
}
.single-ev .bloc-infos .col-span-2 {
	background: #dee2e6;
	padding: 20px;
}
.single-ev .jour {
	font-size: 36px;
}
.single-ev .mois {
	font-size: 24px;
}

.single-ev .single-billet {
	display: grid;
	align-items: center;
	border-top: 1px solid #e4e4e4;
	display: grid;
	grid-template-columns: 10fr 1fr;
	grid-template-rows: auto;
	margin: 0;
	padding: 12px 0 16px;
}
.single-ev .ev-tarif {
	align-self: center;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.single-ev .ev-titre h3 {
	margin-bottom: 0;
}
.single-ev .tarif-normal {
	display: grid;
}
.single-ev .tarif-reduit {
	display: grid;
}
.single-ev .tarifs {
	grid-row: span 3;
}

.single-ev .bloc-ajout {
	display: flex;
	grid-column: 3;
	grid-row: 1 / span 2;
	align-items: center;
}
.single-ev .bloc-ajout:hover {
	cursor: pointer;
}
.single-ev .aide-contenu {
	display: block;
	grid-column: 1;
	grid-row: 2;
	font-size: 12px;
	font-style: italic;
}
.single-ev .single-billet {
	grid-template-columns: 6.5fr 2fr;
}
.single-ev .bloc-quantite {
	width: 40px;
	display: inline-flex;
	cursor: pointer;
}
.single-ev .bloc-quantite input {
	padding: 0;
	text-align: center;
	width: fit-content;
	max-width: 600px;
	font-size: 16px;
	font-weight: bold;
}
.single-ev .bloc-ajout span {
	font-size: 18px;
}
.single-ev #reservation-form {
	display: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #0009;
	top: 0;
	left: 0;
	z-index: 9999;
}
.single-ev #reservation-form .container {
	width: 100%;
	background: white;
	padding: 50px;
	max-height: 90vh;
	overflow-y: scroll;
}
.single-ev strong.nb-places {
	display: block;
	grid-column: 1;
	grid-row: 3;
	grid-row-start: 3;
	grid-row-end: auto;
}
.single-ev .acfe-form.acf-form-resa .acf-fields .acf-field {
	width: 50%;
}
.single-ev .acfe-form.acf-form-resa .acf-fields {
	display: flex;
	flex-wrap: wrap;
}
.single-ev .titre-billet.toggle .contenu {
	display: none;
	transition: all 1s ease-in;
}
.single-ev .titre-billet.toggle.active .contenu {
	display: block;
	transition: all 1s ease-in;
}
.single-ev .titre-billet.toggle .fa-solid.fa-circle-chevron-down {
	float: right;
}
.single-ev .titre-billet.toggle h3 {
	background: #263d80;
	padding: 5px 20px;
}
.single-ev .titre-billet.toggle.active .fa-solid.fa-circle-chevron-down {
	transform: rotate(-90deg);
}

/* .acf-field[data-name="statut"], */
.acf-field[data-name="status"],
.acf-field[data-name="id_evenement"],
.acf-field[data-name="type_de_billet"],
.acf-field[data-name="id_utilisateur"],
.acf-field[data-name="etat"],
.acf-field[data-name="reference_de_transaction"],
.acf-field[data-name="prix_unitaire"] {
	display: none;
}

.acf-form-resa .acf-form-submit,
.acf-form-facturation .acf-form-submit {
	display: none;
}
.single-resa-head {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid black;
	padding: 10px 0;
}
.recap-billet {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid black;
	padding: 10px 0 0;
}
.recap-total {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 33%;
	padding: 20px 0;
	float: right;
}

.stepwizard-step p {
	margin-top: 10px;
}

.stepwizard-row {
	display: table-row;
}

.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.single-ev input::-webkit-outer-spin-button,
.single-ev input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-ev input[type="number"] {
	-moz-appearance: textfield; /* Firefox */
}
