.programmation_infos {
  margin: 40px 0 60px;
  justify-content: center;
  text-align: center;
}

.programmation_infos p {
  text-align: center;
  max-width: 100% !important;
}

.programmation_mail p {
  font-size: var(--text-medium);
  font-weight: var(--bold);
  margin-top: 20px;
}

.addresse_et_billeterie {
  display: flex;
  padding: 40px 0 40px;
}

.contact_adresse,
.contact_billeterie {
  flex: 1;
  /* width: 50%; */
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* FORMULAIRE */

.dfb-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  border-radius: 38px;
  padding: 40px 0 60px;
  margin: auto;
  text-align: center;
}

.dfb-left,
.dfb-right {
  flex: 1;
}

@media screen and (min-width: 624px) {
  .dfb-right {
    padding: 0 1.5rem;
  }
}

.dfb-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dfb-left h2 {
  margin: 0px;
  font-weight: 400;
  margin-bottom: 12px;
}

.dfb-left p,
.dfb-left a {
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
  text-decoration: none;
}

.dfb-left a:hover,
.dfb-left a:active {
  text-decoration: underline;
}

.dfb-form input,
.dfb-form textarea {
  display: block;
  width: 100%;
  border-radius: 13px;
  background-color: var(--background);
  color: var(--text);
  border: solid 1px var(--text);
  padding: 15px;
  margin: 10px 0;
  box-sizing: border-box;
  font-weight: 300;
}

.dfb-form textarea {
  height: 190px;
}

.contact_form_bottom input {
  border-radius: 40px;
}

.dfb-form textarea {
  min-height: 140px;
}

.dfb-form button {
  padding: 18px 25px;
  border-radius: 50px;
  background-color: #fbf9ef;
  color: #393939;
  border: none;
  margin-left: auto;
  display: block;
  /*  margin-top: 35px; */
  border: 1px solid #fbf9ef;
  cursor: pointer;
}

.dfb-form button:hover,
.dfb-form button:active {
  opacity: 0.9;
}

.nomprenom {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.messageform {
  min-height: 50vh;
}

.dfb-container h3 {
  font-size: var(--text-medium);
  font-weight: var(--bold);
}

.contact_form_bottom {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .addresse_et_billeterie {
    flex-direction: column;
    padding: 0;
  }

  .contact_form_bottom {
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .dfb-right {
    width: 100%;
  }
}

@media (max-width: 781px) {
  .dfb-container {
    display: flex;
    flex-direction: column;
  }
}
