/**
 * Entrepren'Elles — lien « Mot de passe oublié » (beige / gris / rose)
 */

/* Centrage et espace autour des liens sous le formulaire */
ul.unstyled {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 22px 0 0 0;
	padding: 0;
}

ul.unstyled > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Style général du lien « Mot de passe perdu ? » */
a[href*="mot-de-passe-oublie"] {
	display: inline-flex;
	align-items: center;
	color: #4f4a4c !important;
	font-weight: 500;
	text-decoration: none !important;
	padding: 9px 18px 9px 14px;
	border-radius: 8px;
	border: 1px solid rgba(100, 92, 96, 0.22);
	background: linear-gradient(160deg, #f6efe6 0%, #e9e3dd 48%, #ded8d3 100%);
	box-shadow: 0 1px 3px rgba(45, 38, 42, 0.08);
	font-size: 1.05em;
	position: relative;
	transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

/* Icône clé avant le texte */
a[href*="mot-de-passe-oublie"]::before {
	content: "🔑";
	margin-right: 8px;
	font-size: 1.1em;
	opacity: 0.88;
	transition: transform 0.2s ease;
}

/* Survol / focus : touche rose fluo, lisible sur fond clair ou rose */
a[href*="mot-de-passe-oublie"]:hover,
a[href*="mot-de-passe-oublie"]:focus-visible {
	color: #3a3436 !important;
	background: linear-gradient(165deg, #fffefb 0%, #fff5f9 42%, #ffe8f1 100%);
	border-color: rgba(255, 150, 190, 0.55);
	box-shadow:
		0 0 0 1px rgba(255, 140, 200, 0.28),
		0 6px 20px rgba(200, 90, 130, 0.1);
	text-decoration: none !important;
}

a[href*="mot-de-passe-oublie"]:hover::before,
a[href*="mot-de-passe-oublie"]:focus-visible::before {
	transform: rotate(-10deg) scale(1.08);
}

a[href*="mot-de-passe-oublie"]:focus-visible {
	outline: 2px solid rgba(255, 130, 190, 0.45);
	outline-offset: 2px;
}

/**
 * Event Booking — bouton « Galerie de photos » (détail événement)
 * SP Easy Image Gallery — même style pour « Détail de l'évènement » (album)
 */
.eb-event-gallery-row {
	margin-top: 0.75rem;
	margin-bottom: 1rem;
}

.eb-event-gallery-row-action--solo {
	text-align: right;
}

.eb-event-gallery-link,
.speasyimagegallery-event-detail-link {
	display: inline-block;
	padding: 0.55rem 1.15rem;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #4a3f44 !important;
	text-decoration: none !important;
	background: #fdf9fb;
	border: 2px solid #e598a3;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(74, 40, 55, 0.06);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.eb-event-gallery-link:hover,
.eb-event-gallery-link:focus-visible,
.speasyimagegallery-event-detail-link:hover,
.speasyimagegallery-event-detail-link:focus-visible {
	color: #352a30 !important;
	background: #fff5f8;
	border-color: #d86b84;
	box-shadow: 0 2px 8px rgba(216, 107, 132, 0.15);
	text-decoration: none !important;
}

.eb-event-gallery-link:focus-visible,
.speasyimagegallery-event-detail-link:focus-visible {
	outline: 2px solid rgba(229, 152, 163, 0.65);
	outline-offset: 2px;
}

.speasyimagegallery-album-intro {
	margin-bottom: 1.25rem;
}

.speasyimagegallery-album-page-title {
	margin: 0 0 0.65rem 0;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.25;
	color: #2f3441;
}

.speasyimagegallery-album-detail-action {
	margin: 0;
}

/**
 * SP Easy Image Gallery (albums)
 * - No dark overlay at rest
 * - Slightly brighter image on hover
 */
.speasyimagegallery-album > div > a {
	overflow: hidden;
}

.speasyimagegallery-album > div > a::after {
	background: transparent !important;
	opacity: 0 !important;
}

.speasyimagegallery-album > div > a img {
	transition: transform 0.35s ease, filter 0.35s ease;
}

.speasyimagegallery-album:hover > div > a::after,
.speasyimagegallery-album:focus-within > div > a::after {
	background: rgba(255, 255, 255, 0.08) !important;
	opacity: 1 !important;
}

.speasyimagegallery-album:hover > div > a img,
.speasyimagegallery-album:focus-within > div > a img {
	filter: brightness(1.08) saturate(1.03);
	transform: scale(1.01);
}

/**
 * RSDirectory - Safari macOS fix for multiselect rendered as size="1".
 * Keep default native select UI only for this edge case.
 */
.rsdir .rsdir-dropdown.form-select[multiple][size="1"],
.com-rsdirectory .rsdir-dropdown.form-select[multiple][size="1"] {
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
	appearance: menulist !important;
	background-image: none !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e1e1e;
  opacity: 1;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu > li.current > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li > a:focus {
  color: #b41351;
  opacity: 1;
}

@media (max-width: 767px) {
  body #eb-event-details .eb-description-details > a.eb-modal img,
  body #eb-event-details .eb-description-details > img.eb-event-large-image,
  body #eb-event-details .eb-description-details > img.eb-thumb-left {
    width: 100% !important;
    max-width: min(350px, 100%) !important;
    height: auto !important;
  }
}

/**
 * mod_bureau — bloc « L'ÉQUIPE DIRIGEANTE » (portraits, grille 3 + 4, note)
 */
section.team-section {
  --bureau-bg: #e6e6e6;
  --bureau-accent: #b41351;
  --bureau-text: #1a1a1a;
  background: var(--bureau-bg);
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1rem, 4vw, 2rem);
  text-align: center;
  box-sizing: border-box;
}

section.team-section .team-kicker {
  margin: 0;
  font: 600 26px / 1.1 "Playfair Display", Georgia, "Times New Roman", serif;
  color: #b41351;
}

section.team-section .team-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
}

section.team-section .team-grid-top {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

section.team-section .team-grid-bottom {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

section.team-section .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

section.team-section .team-photo {
  width: min(168px, 38vw);
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--bureau-accent);
  box-sizing: border-box;
  background: #d0d0d0;
  flex-shrink: 0;
}

section.team-section .team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

section.team-section .team-member h3 {
  margin: 1rem 0 0.35rem;
  padding: 0 0.25rem;
  font-family: inherit;
  font-size: clamp(0.95rem, 2.1vw, 1.1rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--bureau-text);
}

section.team-section .team-member > p {
  margin: 0;
  padding: 0 0.25rem;
  font-size: clamp(0.85rem, 1.9vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--bureau-text);
}

section.team-section .team-note {
  margin: clamp(2rem, 5vw, 2.75rem) auto 0;
  max-width: 52rem;
  padding: 0 0.5rem;
  font-size: clamp(0.875rem, 1.8vw, 0.98rem);
  line-height: 1.6;
  color: #2a2a2a;
  text-align: center;
}

@media (max-width: 991px) {
  section.team-section .team-grid-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  section.team-section .team-grid-top {
    grid-template-columns: 1fr;
  }

  section.team-section .team-member {
    max-width: 280px;
  }

  section.team-section .team-photo {
    width: min(200px, 70vw);
  }
}
