#wpcf7-f1835-p1729-o1 .wpcf7-form {
  font-size: 20px;
  font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
  color: #5c5ca4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 30px auto;
  width: 100%;
  line-height: 1;
  padding: 0;
  line-height: 20px;
}

#wpcf7-f1835-p1729-o1 .wpcf7-form p:nth-child(4),
#wpcf7-f1835-p1729-o1 .wpcf7-form p:nth-child(5),
#wpcf7-f1835-p1729-o1 .wpcf7-form p:nth-child(6),
#wpcf7-f1835-p1729-o1 .wpcf7-form p:nth-child(7) {
  grid-column-start: 1;
  /* l’élément commence au début de la colonne 1 */
  grid-column-end: 3;
  /* l’élément s’arrête à la fin de la colonne 2 */
}

.wpcf7-form p {
  padding: 0;
}

.wpcf7-form input[type="submit"] {
  background-color: #f8ae31;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #1DB8BA;
}

.menu-item-577 {
  background-color: #f8ae31;
  border-radius: 50%;
}

.menu-item-563 {
  background-color: #1DB8BA;
  border-radius: 50%;
}

/*ACTUALITES 578*/

.menu-item-578 {
  background-color: #F0513E;
  border-radius: 50%;
}

/*SOUTENIR 579*/

.menu-item-579 {
  background-color: #69914A;
  border-radius: 50%;
}

/*CONTACT 580*/

.menu-item-580 {
  background-color: #5C5CA4;
  border-radius: 50%;
}

div.Block--Title-Active {
  background-color: #f9ae31;
}

.lafab-event {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.lafab-event__hero {
  background: linear-gradient(135deg, #f4efe8 0%, #faf7f2 100%);
  border: 1px solid #e8ddd0;
  border-radius: 24px;
  padding: 28px 20px;
  margin-bottom: 28px;
}

.lafab-event__hero-inner {
  max-width: 820px;
}

.lafab-event__eyebrow {
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a5a2b;
}

.lafab-event__title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.lafab-event__intro {
  margin: 0 0 18px;
  font-size: 1.05rem;
  color: #4b5563;
  max-width: 65ch;
}

.lafab-event__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 0.98rem;
  color: #374151;
}

.lafab-event__content {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(680px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.lafab-card {
  background: #ffffff;
  border: 1px solid #ece7df;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 100%;
}

.lafab-card h2 {
  margin: 0 0 16px;
  font-size: 1.25rem;
}

.lafab-hero__media {
  min-height: 260px;
  max-height: 400px;
  border-radius: 18px;
  overflow: hidden;
  background: #e9dfd2;
}

.lafab-event__text {
  line-height: 1.7;
  color: #374151;
}

.lafab-event__text p:first-child {
  margin-top: 0;
}

.lafab-event__facts {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.lafab-event__facts li {
  padding: 10px 0;
  border-bottom: 1px solid #eee7dd;
  color: #374151;
}

.lafab-event__facts li:last-child {
  border-bottom: 0;
}

.lafab-card--sticky {
  position: sticky;
  top: 24px;
}

.lafab-event__booking .eme-rsvp-message,
.lafab-event__booking form,
.lafab-event__booking .eme-booking-form {
  margin-top: 12px;
}

.lafab-event__booking input,
.lafab-event__booking select,
.lafab-event__booking textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid #d7dce1;
  border-radius: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.lafab-event__booking input[type="submit"],
.lafab-event__booking button,
.lafab-event__booking .button {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: #f9ae31;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.lafab-event__booking input[type="submit"]:hover,
.lafab-event__booking button:hover,
.lafab-event__booking .button:hover {
  background: #5c55a1;
}

.eme-event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.eme-event-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eme-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.10);
}

.eme-event-card__body {
  padding: 20px;
}

.eme-event-card__date {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #6b7280;
}

.eme-event-card__title {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.eme-event-card__title a {
  color: inherit;
  text-decoration: none;
}

.eme-event-card__title a:hover {
  color: #0f788e;
}

.eme-event-card__location,
.eme-event-card__excerpt {
  margin: 0 0 12px;
	font-size: 1.2rem;
  color: #374151;
}

.eme-event-card__cta a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #F9AE31;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.eme-event-card__cta a:hover {
  background: #5c55a1;
}

.eme-event-card__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .lafab-event__content {
    grid-template-columns: 1fr;
  }

  .lafab-card--sticky {
    position: static;
  }
}

@media (max-width: 640px) {
  .lafab-event {
    padding: 16px 12px 32px;
  }

  .lafab-event__hero {
    border-radius: 18px;
    padding: 22px 16px;
  }

  .lafab-card {
    border-radius: 16px;
    padding: 18px;
  }

  .lafab-event__meta {
    flex-direction: column;
    gap: 8px;
  }
}