/* Programme */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 100% de la hauteur de la vue */
}

main {
  width: 100%;
  flex: 1;
  margin-top: 5.5rem;
  font-family: var(--body-font);
  background-color: var(--white-color);
}

@media screen and (max-width: 1118px) {
  main {
    margin-top: 3.5rem;
  }
}

/* Nouveau */

.badge {
  background-color: var(--green-color-light);
  color: white;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
}

.programme-title {
  margin-top: 3%;
  font-family: var(--main-intro-text);
  font-size: 72px;
  text-align: center;
  color: var(--blue-color-dark);
  padding: 3vh;
  align-items: baseline;
}
.programme-details {
  display: flex;
}

.evenements,
.lieux {
  width: 100%;
}

.deroulement {
  width: 50%;
}

.line,
.line2,
.line3,
.line4,
.line5 {
  border-color: var(--green-color-light);
  border-width: 4px 0 0 0;
  margin-left: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transform-origin: 0 0;
  transform: rotate(90deg) scale(1, 1);
}
.line,
.line2,
.line3,
.line4 {
  border-style: solid;
}

.line,
.line2 {
  height: 3rem;
  width: 3.5rem;
}

.line3,
.line4,
.line5 {
  height: 6rem;
}

.line5 {
  border-style: dotted;
}

.ceremonie,
.ceremonie-religieuse,
.vin-dhonneur,
.diner,
.soiree,
.brunch {
  color: var(--blue-color-light);
  text-align: right;
  text-wrap: nowrap;
  font-size: xx-large;
  height: 10rem;
}

.mairie,
.eglise,
.domaine,
.laplaud2 {
  text-align: left;
  color: var(--blue-color-dark);
  height: 10rem;
}

.mairie-nom,
.eglise-nom,
.laplaud,
.laplaud2 {
  font-size: xx-large;
  font-weight: bold;
}

.adresse-mairie,
.adresse-eglise,
.adresse-laplaud {
  font-size: large;
  height: 3.5rem;
}

.ceremonie-heure,
.ceremonie-religieuse-heure,
.vin-dhonneur-heure,
.diner-heure,
.soiree-heure,
.brunch-heure {
  font-size: xx-large;
  color: var(--green-color-light);
  height: 2rem;
  text-align: center;
}

.laplaud2 {
  margin-top: 20rem;
}

.comment-venir,
.ou-se-garer,
.ou-dormir {
  font-size: medium;
  font-style: italic;
  color: var(--blue-color-dark);
}

.pieds {
  transform: rotate(90deg) scale(1, 1);
}

.voiture {
  transform: rotate(180deg) scale(1, 1);
}

.pieds,
.voiture {
  height: 3rem;
}

.ou-dormir {
  margin-top: 18rem;
}

.brunch-photos {
  display: flex;
  gap: 10px;
  padding: 3vh 0 3vh 0;
  width: 50%;
}

.brunch-photos img {
  width: 50%;
  filter: contrast(70%);
  border: solid 10px var(--blue-color-shadow);
}

@media screen and (max-width: 758px) {
  .programme-title {
    font-size: 58px;
  }
  .ceremonie,
  .ceremonie-religieuse,
  .vin-dhonneur,
  .diner,
  .soiree,
  .brunch {
    font-size: medium;
    text-wrap: wrap;
  }
  .mairie-nom,
  .eglise-nom,
  .laplaud,
  .laplaud2 {
    font-size: medium;
  }

  .adresse-mairie,
  .adresse-eglise,
  .adresse-laplaud {
    font-size: x-small;
    height: 4.5rem;
  }

  .ceremonie-heure,
  .ceremonie-religieuse-heure,
  .vin-dhonneur-heure,
  .diner-heure,
  .soiree-heure,
  .brunch-heure {
    font-size: medium;
    height: 1.5rem;
  }
  .comment-venir,
  .ou-se-garer,
  .ou-dormir {
    font-size: x-small;
  }

  .line,
  .line2,
  .line3,
  .line4,
  .line5 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .line,
  .line2 {
    height: 4.6rem;
  }

  .line3,
  .line4,
  .line5 {
    height: 8.1rem;
    width: 8rem;
  }

  .pieds {
    margin-bottom: 0.5rem;
  }

  .voiture {
    margin-bottom: 0.5rem;
  }
}

/* Footer */

footer {
  background-color: var(--blue-color-light);
  padding: 10px 0;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 14px;
  font-family: var(--body-font);
  color: #ffffff;
}
