p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

@media (min-width: 992px) {
  .test-maturite {
    padding: 24px 0;
  }
}
@media (min-width: 1280px) {
  .test-maturite {
    padding: 48px 0;
  }
}
.test-maturite .contenu-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.test-maturite .contenu-test {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .test-maturite .contenu-test {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .test-maturite .contenu-test {
    gap: 48px;
  }
}
.test-maturite .formulaire {
  width: 100%;
}
.test-maturite .illustration {
  display: none;
  padding: 0;
  background-color: var(--brown-cafe-creme-975-75);
  border-radius: 8px;
}
.test-maturite .illustration img {
  padding: 0 27px;
}
@media (min-width: 992px) {
  .test-maturite .illustration {
    display: flex;
    flex: 0 0;
  }
  .test-maturite .illustration img {
    width: 261px;
  }
}
@media (min-width: 992px) and (min-width: 1280px) {
  .test-maturite .illustration img {
    width: 432px;
  }
}
.test-maturite .etape {
  color: #3a3a3a;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.test-maturite h5 {
  margin-top: 4px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.test-maturite h2 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.75rem;
}
.test-maturite .propositions {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.test-maturite label {
  display: flex;
  cursor: pointer;
  gap: 8px;
  align-items: flex-start;
}
.test-maturite label input {
  margin-top: 8px;
}
.test-maturite .commandes {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  text-align: center;
}
@media (min-width: 576px) {
  .test-maturite .commandes {
    flex-direction: row;
    align-items: center;
  }
  .test-maturite .commandes dsfr-button:first-of-type {
    margin-left: auto;
  }
}
.test-maturite .commandes a {
  margin-top: 16px;
  color: var(--noir);
  text-underline-offset: 4px;
}
@media (min-width: 576px) {
  .test-maturite .commandes a {
    margin-top: 0;
  }
}
.test-maturite .informations-complementaires {
  margin-top: 8px;
}
.test-maturite .informations-complementaires label {
  display: flex;
  flex-direction: column;
  margin: 40px 0 8px;
}

.resultats-test {
  padding: 24px 0 48px;
}
.resultats-test .contenu-section {
  padding: 0 0 16px;
  overflow: hidden;
}
.resultats-test .contenu-section h2 {
  margin: 0 0 40px;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  .resultats-test .contenu-section h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.resultats-test .contenu-section a {
  margin: 16px 0;
}
.resultats-test .description-niveau {
  margin: 32px 0;
  padding-left: 22px;
  position: relative;
}
@media (min-width: 576px) {
  .resultats-test .description-niveau {
    margin-left: 32px;
  }
}
.resultats-test .description-niveau:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  height: calc(100% - 6px);
  background-color: var(--artwork-minor-blue-france);
  min-width: 4px;
  border-radius: unset;
}
.resultats-test .description-niveau h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 8px;
}
.resultats-test .description-niveau p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.note {
  font-style: italic;
  margin: 24px 0 16px;
}

/*# sourceMappingURL=test-maturite.css.map */