.ra-liste-activites {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 240px, 1fr ) );
	gap: 24px;
	margin: 24px 0;
}

.ra-carte-activite {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 16px;
}

.ra-carte-activite img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.ra-prix {
	font-weight: bold;
}

.ra-bouton {
	display: inline-block;
	background: #2271b1;
	color: #fff;
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
}

.ra-reservation-widget {
	max-width: 560px;
	margin: 24px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.ra-creneaux-liste {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}

.ra-creneau-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	cursor: pointer;
}

.ra-form-reservation input[type="text"],
.ra-form-reservation input[type="email"],
.ra-form-reservation input[type="tel"],
.ra-form-reservation input[type="number"] {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.ra-message {
	min-height: 1.2em;
	color: #b32d2e;
}

.ra-succes {
	color: #2a7a2a;
	font-weight: bold;
}

.ra-stripe-element {
	margin-bottom: 16px;
}

.ra-tableau-tarifs {
	width: 100%;
	margin: 12px 0;
	border-collapse: collapse;
}

.ra-tableau-tarifs td {
	padding: 6px 8px;
	border-bottom: 1px solid #eee;
}

.ra-total-affiche {
	font-weight: bold;
	text-align: right;
}

.ra-calendrier-entete {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.ra-calendrier-entete button {
	background: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.ra-mois-label {
	font-weight: bold;
	text-transform: capitalize;
}

.ra-calendrier-grille {
	display: grid;
	grid-template-columns: repeat( 7, 1fr );
	gap: 4px;
}

.ra-jour-entete {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 4px 0;
}

.ra-jour {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
	font: inherit;
}

.ra-jour-vide {
	border: none;
	background: none;
}

.ra-jour-indisponible {
	color: #bbb;
}

.ra-jour-disponible {
	cursor: pointer;
	border-color: #2271b1;
}

.ra-jour-disponible:hover {
	background: #eaf2fa;
}

.ra-jour-puce {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2271b1;
	margin-top: 2px;
}

.ra-aujourdhui .ra-jour-numero {
	text-decoration: underline;
}

.ra-jour-selectionne {
	background: #2271b1;
	color: #fff;
	border-color: #2271b1;
}

.ra-jour-selectionne .ra-jour-puce {
	background: #fff;
}

.ra-jour-detail {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 16px;
}

.ra-jour-titre {
	text-transform: capitalize;
}

.ra-barre-filtres {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: end;
	margin: 16px 0;
	padding: 12px;
	background: #f6f7f7;
	border-radius: 6px;
}

.ra-barre-filtres select,
.ra-barre-filtres input {
	padding: 6px 8px;
}

.ra-filtre-age-label {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 4px;
}

.ra-facette {
	border: none;
	margin: 0;
	padding: 0;
	min-width: 140px;
}

.ra-facette legend {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #555;
	margin-bottom: 4px;
	padding: 0;
}

.ra-facette-option {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13.5px;
	padding: 2px 0;
	white-space: nowrap;
}

.ra-facette-compte {
	color: #888;
	font-size: 12px;
}

.ra-badge-niveau {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 12px;
	margin-bottom: 6px;
}

.ra-age-minimum {
	font-size: 13px;
	color: #555;
}

.ra-aucun-resultat {
	text-align: center;
	padding: 24px;
	color: #666;
}

.ra-infos-pratiques {
	margin: 0 0 20px;
	padding: 16px;
	border: 1px solid #eee;
	border-radius: 8px;
}

.ra-lieu-rdv-texte {
	margin: 8px 0;
}

.ra-carte-maps {
	width: 100%;
	height: 260px;
	border: 0;
	border-radius: 6px;
	margin-top: 8px;
}

.ra-galerie-frontend {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 120px, 1fr ) );
	gap: 8px;
	margin: 20px 0;
}

.ra-galerie-item img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 6px;
	display: block;
}

.ra-lightbox-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba( 0, 0, 0, 0.9 );
	z-index: 100000;
	align-items: center;
	justify-content: center;
}

.ra-lightbox-image {
	max-width: 85vw;
	max-height: 85vh;
	object-fit: contain;
}

.ra-lightbox-fermer,
.ra-lightbox-prec,
.ra-lightbox-suiv {
	position: absolute;
	background: none;
	border: none;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
}

.ra-lightbox-fermer {
	top: 16px;
	right: 24px;
}

.ra-lightbox-prec {
	left: 24px;
	top: 50%;
	transform: translateY( -50% );
}

.ra-lightbox-suiv {
	right: 24px;
	top: 50%;
	transform: translateY( -50% );
}

.ra-bloc-editorial {
	margin-bottom: 24px;
}

.ra-slogan {
	font-style: italic;
	color: #555;
	margin-top: -8px;
}

.ra-liste-inclus-exclus {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 16px 0;
}

.ra-liste-inclus-exclus ul {
	margin: 4px 0 0;
	padding-left: 20px;
}

.ra-lien-cgv {
	display: inline-block;
	margin-top: 12px;
}

.ra-points-interet {
	margin: 8px 0 16px;
	padding-left: 20px;
}

.ra-points-interet li {
	margin-bottom: 4px;
}

.ra-participants-widget {
	max-width: 560px;
	margin: 24px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.ra-participant-bloc {
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 12px;
	margin-bottom: 12px;
}

.ra-participant-bloc label {
	display: block;
	margin-bottom: 8px;
}

.ra-participant-bloc input {
	width: 100%;
	padding: 6px 8px;
	box-sizing: border-box;
}

.ra-valider-participants:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.ra-bon-cadeau-widget {
	max-width: 560px;
	margin: 24px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.ra-montants-predefinis {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.ra-montant-item {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 16px;
	cursor: pointer;
}

.ra-montant-item input {
	margin-right: 6px;
}

.ra-avis-clients {
	margin: 32px 0;
}

.ra-avis-item {
	margin: 0 0 20px;
	padding: 16px 20px;
	border-left: 3px solid #2271b1;
	background: #f9f9f9;
	border-radius: 0 6px 6px 0;
}

.ra-avis-note {
	color: #d68910;
	letter-spacing: 2px;
	margin: 0 0 8px;
}

.ra-avis-texte {
	font-style: italic;
	margin: 0 0 8px;
}

.ra-avis-auteur {
	font-weight: 600;
	margin: 0;
	color: #555;
}

.ra-faq {
	margin: 24px 0;
}

.ra-faq-item {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 16px;
	margin-bottom: 8px;
}

.ra-faq-question {
	cursor: pointer;
	font-weight: 600;
}

.ra-faq-reponse {
	margin-top: 8px;
	color: #444;
}

.ra-faq-reponse p {
	margin: 0 0 8px;
}

.ra-faq-reponse p:last-child {
	margin-bottom: 0;
}

/* Case d'acceptation des CGV (tunnels de réservation) */
.ra-cgv { margin: 14px 0; font-size: 14px; }
.ra-cgv label { display: flex; gap: 8px; align-items: flex-start; cursor: pointer; }
.ra-cgv input { margin-top: 3px; flex: 0 0 auto; }
.ra-cgv a { text-decoration: underline; }

/* Étape « location de matériel » couplée à la réservation de sortie */
.ra-location-etape { margin: 16px 0; }
.ra-location-bloc {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 12px 14px;
	margin: 0;
}
.ra-location-bloc legend {
	font-weight: 600;
	padding: 0 6px;
}
.ra-loc-toggle-label {
	display: flex;
	gap: 8px;
	align-items: center;
	cursor: pointer;
	font-weight: 500;
}
.ra-loc-details { margin-top: 12px; }
.ra-loc-liste {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ra-loc-article {
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 10px 12px;
	background: #fafafa;
}
.ra-loc-article-tete {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: baseline;
	margin-bottom: 6px;
}
.ra-loc-titre { font-weight: 600; }
.ra-loc-prix { white-space: nowrap; color: #555; }
.ra-loc-article-ctrl {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}
.ra-loc-taille { padding: 5px 8px; }
.ra-loc-qte-label {
	display: inline-flex;
	gap: 6px;
	align-items: center;
}
.ra-loc-qte { width: 70px; padding: 5px 8px; }
.ra-loc-total {
	margin: 12px 0 4px;
	font-weight: 600;
	text-align: right;
}
.ra-loc-paiement {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.ra-loc-paiement-titre { font-weight: 600; margin: 0 0 2px; }
.ra-loc-paiement label {
	display: flex;
	gap: 8px;
	align-items: center;
	cursor: pointer;
}

/* ============================================================================
   Bouton « Réservation » + popup calendrier (fiche activité). Le calendrier est
   préchargé masqué dans l'overlay et s'ouvre au clic sur le bouton.
   ========================================================================== */
.ra-reserver-ouvrir.ra-reserver-ouvrir {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	width: 100%; padding: 15px 24px; margin: 4px 0 8px;
	background: var(--ra-accent, #de9a32); color: var(--ra-on-accent, #fff);
	border: 0; border-radius: var(--ra-radius-sm, 8px);
	font-size: 17px; font-weight: 700; line-height: 1.1; cursor: pointer;
}
.ra-reserver-ouvrir.ra-reserver-ouvrir:hover { background: var(--ra-accent-dark, #c4842a); color: #fff; }
.ra-reserver-ouvrir .dashicons { font-size: 20px; width: 20px; height: 20px; }

.ra-reserver-overlay {
	position: fixed; inset: 0; z-index: 100000;
	background: rgba(0,0,0,.55);
	display: flex; align-items: flex-start; justify-content: center;
	padding: 40px 16px; overflow: auto;
}
.ra-reserver-overlay[hidden] { display: none; }
.ra-reserver-boite {
	position: relative; width: 100%; max-width: 580px;
	background: #fff; border-radius: 14px; padding: 32px 26px 26px;
	box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
/* Dans le popup, le widget n'a plus besoin de ses marges / largeur propres. */
.ra-reserver-boite .ra-reservation-widget { max-width: none; margin: 0; }
.ra-reserver-fermer {
	position: absolute; top: 10px; right: 12px; z-index: 2;
	width: 36px; height: 36px; border: 0; border-radius: 50%; cursor: pointer;
	background: #f1f1f1; color: #171717; font-size: 22px; line-height: 1;
	display: flex; align-items: center; justify-content: center;
}
.ra-reserver-fermer:hover { background: #e2e2e2; }
@media (max-width: 600px) {
	.ra-reserver-overlay { padding: 0; }
	.ra-reserver-boite { max-width: none; min-height: 100%; border-radius: 0; }
}
