.vinea-home-events-copy {
  --event-dark: #222;
  --event-main: Arial, Helvetica, sans-serif;
  --event-title: Didot, "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  color: var(--event-dark);
  background: #fff;
  position: relative;
  z-index: 2;
  clear: both;
  margin-top: clamp(82px, 7.55vw, 100px);
  padding: 24px 20px 42px;
}
.vinea-home-events-copy * { box-sizing: border-box; }
body.page-mariage .vinea-home-events-copy { margin-top: 0; }
.vinea-home-events-copy .surtitre-prestige,
.vinea-home-events-copy .surtitre {
  color: #800000;
  font: 14px/1.4 var(--event-main);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vinea-home-events-copy .surtitre-prestige { margin: 0 auto 15px; }
.vinea-home-events-copy .surtitre { margin: 5px auto 15px; }
.vinea-home-events-copy .titre-prestige,
.vinea-home-events-copy .titre {
  max-width: 800px;
  color: var(--event-dark);
  font: 400 28px/1.2 var(--event-title);
  text-align: center;
}
.vinea-home-events-copy .titre-prestige { margin: 0 auto 20px; }
.vinea-home-events-copy .titre { margin: 0 auto 15px; }
.vinea-home-events-copy .chapo {
  max-width: 800px;
  margin: 0 auto 15px;
  color: var(--event-dark);
  font: 300 16px/1.6 var(--event-main);
  text-align: center;
}
.vinea-home-events-copy .services-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
}
.vinea-home-events-copy .service-column {
  min-width: 0;
  min-height: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f9f9f9;
}
.vinea-home-events-copy .service-title {
  margin: 10px 0 15px !important;
  color: #000 !important;
  font: 700 18px/1.1 var(--event-main) !important;
  text-align: center;
}
.vinea-home-events-copy .avec-text {
  margin: 10px 0 5px;
  font: 700 14px/1.4 var(--event-main);
  text-align: center;
}
.vinea-home-events-copy .circle-number {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  border-radius: 50%;
  color: #fff;
  background: #000;
  font: 700 26px/40px var(--event-main);
  text-align: center;
}
.vinea-home-events-copy .service-text {
  margin: 5px 0;
  color: var(--event-dark);
  font: 14px/1.2 var(--event-main);
  text-align: center;
}
.vinea-home-events-copy .black-box {
  margin: 15px 0;
  padding: 10px;
  color: #fff;
  background: #000;
  font: 700 12px/1.3 var(--event-main);
  text-align: center;
}
.vinea-home-events-copy .gray-box {
  min-height: 190px;
  height: 190px;
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  background: #eee;
}
.vinea-home-events-copy .vinea-home-service-image {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}
.vinea-home-events-copy .small-text {
  position: static;
  margin: 10px;
  padding: 0 10px;
  color: var(--event-dark);
  font: 12px/1.3 var(--event-main);
  text-align: center;
}
.vinea-home-events-copy .button-container {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.vinea-home-events-copy .cta-button {
  width: 80%;
  min-height: 36px;
  margin: 20px auto;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  font: 400 12px/1.15 var(--event-main);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vinea-home-events-copy .cta-button:hover,
.vinea-home-events-copy .cta-button:focus-visible {
  color: #fff;
  background: #193153;
  border-color: #193153;
}
.vinea-home-events-copy .services-table-events {
  max-width: 1200px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}
.vinea-home-events-copy .header-text {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  font-family: var(--event-main);
  text-align: center;
}
.vinea-home-events-copy .header-text-bold { margin: 0 0 5px; font-size: 14px; font-weight: 700; }
.vinea-home-events-copy .header-text-light { margin: 0; color: #000; font-size: 18px; font-weight: 300; }
.vinea-home-events-copy .table-columns {
  display: flex;
  justify-content: space-between;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.vinea-home-events-copy .service-column-events {
  min-width: 0;
  min-height: 350px;
  padding: 0;
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1px solid #fff;
  background: #f9f9f9;
  text-align: center;
}
.vinea-home-events-copy .table-columns > .service-column-events:first-child { flex: 1.5; min-width: 170px; }
.vinea-home-events-copy .column-link { display: flex; flex: 1.1; min-width: 145px; color: inherit; text-decoration: none; }
.vinea-home-events-copy .column-link .service-column-events { width: 100%; }
.vinea-home-events-copy .link-invisible { color: inherit; text-decoration: none; }
.vinea-home-events-copy .first-column-text {
  margin: 10px;
  padding: 0 10px;
  color: var(--event-dark);
  font: 13px/1.3 var(--event-main);
  text-align: center;
}
.vinea-home-events-copy .cta-button.smaller { width: 60%; padding: 9px 12px; font-size: 9px; }
.vinea-home-events-copy .pro-text {
  min-height: 55px;
  margin-top: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: #333;
  font: 10px/1.1 var(--event-main);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.vinea-home-events-copy .pro-text p { margin: 0; color: #fff; }
.vinea-home-events-copy .pro-text-bold { font-weight: 700; }
.vinea-home-events-copy .pro-text-normal { margin-top: 3px !important; font-size: 9px; }

@media (max-width: 900px) {
  .vinea-home-events-copy { padding-inline: 12px; }
  .vinea-home-events-copy .services-table { grid-template-columns: 1fr; }
  .vinea-home-events-copy .table-columns { min-width: 960px; }
}
@media (max-width: 600px) {
  .vinea-home-events-copy .titre,
  .vinea-home-events-copy .titre-prestige { font-size: 24px; }
  .vinea-home-events-copy .chapo { font-size: 14px; }
  .vinea-home-events-copy .gray-box,
  .vinea-home-events-copy .vinea-home-service-image { height: auto; min-height: 0; aspect-ratio: 3 / 2; }
}
