.contact-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
align-items: center;
}

.contact-top {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-top-title {
    font-family: "Medula One", system-ui;
  font-size: 75px;
}

.contact-infos {
    width: 90%;
    height: 150px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    text-align: justify;

}

.contact-infos-texte {
    width: 600px;
    max-width: 100%;
}

.contact-form-container {
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
margin: 1rem 0;
}

#forminator-module-43 {
    width: 600px;
    max-width: 100%;
}