.Reunion_etape {
  max-width: 1026px;
  margin: auto;
  padding: 0 24px;
  color: var(--color-text);
  text-align: center;
}

.Reunion_etape h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.Reunion_etape a.link {
  text-decoration: none;
  color: var(--color-lien);
  font-size: 18px;
  font-weight: 700;
}

.Reunion_etape .content {
  margin-top: 40px;
  background: var(--background-filter);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  gap: 1.25rem;
}

/* .Reunion_etape form.content{
  align-items: stretch;
  width: 100%;
} */

.Reunion_etape .content p {
  margin: 0;
}

.Reunion_etape .buttons {
  display: flex;
  gap: 20px;
}

.Reunion_etape .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  opacity: 1;
  height: auto;
}
@media (min-width: 769px) {
  .Reunion_etape .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.Reunion_etape .grid-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  /* gap: 0.25rem; */
}

.Reunion_etape .grid-item input {
  width: 100%;
}

.Reunion_etape .grid-item label{
  text-align: left;
  flex-direction: row;
  font-weight: 800;
}
.Reunion_etape .grid-item label span{
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}

.Reunion_etape .grid-item > * {
  width: 100%;
  max-width: 100%;
}

.Reunion_etape label:has(input[type="radio"]) {
  font-weight: 400;
  margin-bottom: 1rem;
  display:block;
}

.Reunion_etape textarea {
  max-width: 715px;
}

.Reunion_etape .last-step-text {
  font-weight: 400;
  max-width: 745px;
  color: var(--color-text);
  font-size: 18px;
}

.grid-input-checkbox{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
  .Reunion_etape .grid {
    grid-template-columns: 1fr;
  }
}
