.hero {
  min-height: 75vh;
  background-image: url("/images/fond-evenementiel.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-white);
  padding: 5% 15%;
  text-align: center;
}
.hero h2 {
  margin-bottom: 24px;
  text-align: center;
}
section {
  padding: 100px 15%;
}

/* SECTION */
.event-types {
  background: #fff;
}

.section-head {
  margin-bottom: 60px;
}

.event-types .section-intro {
  margin-top: 16px;
  color: var(--color-black);
  line-height: 1.6;
  width: 100%;
  max-width: 70%;
}

/* GRID */

.event-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* CARD */

.event-card {
  padding: 28px;
  border: 1px solid rgba(27, 27, 27, 0.1);
  background: #fff;
  transition: all 0.4s var(--ease-luxe);
}

.event-card h3 {
  margin-bottom: 14px;
}

.event-card p {
  font-size: 0.95rem;
  color: rgba(27, 27, 27, 0.72);
  margin-bottom: 18px;
}

/* LIST */

.event-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-card li {
  font-size: 0.9rem;
  color: rgba(27, 27, 27, 0.8);
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.event-card li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-gold);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.event-spaces {
  background: var(--color-white);
}

.event-spaces-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.btn-gold {
  color: white;
}

/* TEXT */

.event-spaces-text p {
  margin-top: 18px;
  line-height: 1.6;
}

.event-spaces-text .btn {
  margin-top: 14px;
}

/* LIST */

.event-spaces-list {
  list-style: none;
  padding: 0;
  margin-top: 14px;
}

.event-spaces-list li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  color: rgba(27, 27, 27, 0.85);
}

.event-spaces-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-gold);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* GALLERY */

.event-spaces-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.space-img {
  overflow: hidden;
}

.space-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.space-large {
  grid-column: span 2;
  height: 380px;
}

.space-img:not(.space-large) {
  height: 220px;
}

.event-gastronomy {
  background: var(--color-black);
  color: var(--color-white);
}
.event-gastronomy .section-intro {
  color: var(--color-white);
}
.event-gastronomy .section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.event-gastronomy .section-intro {
  margin-top: 16px;
  line-height: 1.6;
  max-width: 70%;
  text-align: center;
}

/* GRID */

.event-gastronomy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* CARD */

.gastro-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.4s var(--ease-luxe);
}

.gastro-card h3 {
  margin-bottom: 14px;
}

.gastro-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* CTA */

.event-gastro-cta {
  margin-top: 50px;
  text-align: center;
}

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 15%;
  background-image: url("/images/fond-resto-2.webp");
  background-size: cover;
  background-position: center;
  gap: 74px;
  color: white;
}
.bottom-left {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.bottom-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.fiche-form {
  width: 500px;
  background-color: var(--color-white);
  margin-bottom: -200px;
}

.bottom .big-gold {
  color: var(--color-white);
  font-weight: bold;
}
.bottom .reserv {
  margin-top: 24px;
}
.transition {
  height: 100px;
  width: 100%;
  background-color: var(--color-black);
}

.fiche-form {
  padding: 36px;
  color: var(--color-black);
}
.fiche-form h3 {
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: solid var(--color-light-gray) 0.1px;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.contact-form input,
.contact-form textarea {
  border: none;
  margin-bottom: 8px;
  padding: 16px;
  font-family: "Barlow", sans-serif;
}
.contact-form button {
  border: none;
  color: white;
  width: 100%;
  margin-top: 24px;
}

a.reserv {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: fit-content;
  gap: 12px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

a.reserv svg {
  color: var(--color-gold);
}
.big-gold {
  font-size: 1.5rem;
  color: var(--color-gold);
}
.transition {
  height: 100px;
  width: 100%;
  background-color: var(--color-black);
}

@media (min-width: 1024px) {
  :root {
    --h1: 4.5rem;
    --h2: 2.5rem;
  }
}
/* =========================
   RESPONSIVE, EVENEMENTIEL, style.css uniquement
   Cohérent avec la logique des autres pages
   Breakpoints, 1600, 1200, 1024, 768, 500
   ========================= */

@media (max-width: 1600px) {
  .hero {
    padding: 5% 10%;
  }

  section {
    padding: 100px 10%;
  }

  .bottom {
    padding: 100px 10%;
  }
}

@media (max-width: 1200px) {
  .hero {
    padding: 5% 8%;
  }

  section {
    padding: 90px 8%;
  }

  .section-head {
    margin-bottom: 56px;
  }

  .event-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .event-card {
    padding: 26px;
  }

  .event-spaces-grid {
    gap: 40px;
  }

  .space-large {
    height: 340px;
  }

  .space-img:not(.space-large) {
    height: 210px;
  }

  .event-gastronomy-grid {
    gap: 22px;
  }

  .gastro-card {
    padding: 28px;
  }

  .bottom {
    padding: 90px 8%;
  }
}

@media (max-width: 1024px) {
  .hero {
    padding: 5% 7%;
    min-height: 65vh;
  }

  section {
    padding: 80px 7%;
  }

  .section-head {
    margin-bottom: 48px;
  }

  .section-intro {
    max-width: none;
    text-align: left;
  }

  .event-types-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 720px;
    margin: 0 auto;
  }

  .event-card {
    padding: 26px 24px;
  }

  .event-spaces-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .event-spaces-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .space-large {
    height: 320px;
  }

  .space-img:not(.space-large) {
    height: 200px;
  }

  .event-gastronomy .section-head {
    text-align: center;
  }

  .event-gastronomy-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 720px;
    margin: 0 auto;
  }

  .gastro-card {
    padding: 26px 24px;
  }

  .event-gastro-cta {
    margin-top: 40px;
  }

  .bottom {
    padding: 80px 7%;
  }
  .bottom {
    flex-direction: column;
    gap: 28px;
  }

  .bottom-left,
  .bottom-right {
    width: 100%;
  }

  .bottom-right {
    align-items: center;
  }
  .fiche-form {
    width: 100%;
  }

  .hero h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 15% 6%;
    min-height: 60vh;
  }

  section {
    padding: 70px 6%;
  }

  .section-head {
    margin-bottom: 40px;
  }

  .event-card p {
    margin-bottom: 16px;
  }

  .event-spaces-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .space-large {
    grid-column: auto;
    height: 320px;
  }

  .space-img:not(.space-large) {
    height: 220px;
  }

  .gastro-card p {
    font-size: 0.95rem;
  }

  .event-gastro-cta {
    margin-top: 34px;
  }

  .bottom {
    padding: 70px 6%;
  }
  .hero h2 {
    font-size: 1.5rem;
  }
  .event-types .section-intro,
  .event-gastronomy .section-intro {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .hero {
    padding: 20vh 5%;
  }

  section {
    padding: 60px 5%;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .event-card {
    padding: 22px 20px;
  }

  .event-card h3 {
    margin-bottom: 12px;
  }

  .event-spaces-list li {
    padding-left: 16px;
  }

  .space-large {
    height: 260px;
  }

  .space-img:not(.space-large) {
    height: 200px;
  }

  .gastro-card {
    padding: 22px 20px;
  }

  .event-gastro-cta .btn {
    width: 100%;
  }

  .bottom {
    padding: 60px 5%;
  }
  .bottom-left {
    align-items: center;
  }

  .bottom-left h3 {
    text-align: center;
  }
  .fiche-form {
    max-width: none;
  }
  .hero h2 {
    font-size: 1.2rem;
  }
}
