@import url("https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap&apos");

fieldset,
legend {
  all: revert;
}
fieldset {
  height: 100%;
  border: 3px solid var(--color-logo);
  box-sizing: border-box;
}
.form-contact-container {
  margin-top: 130px;
}
.form-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-contact label {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-contact input {
  height: 40px;
  max-width: 500px;
  width: 100%;
}

.button-form-contact {
  border: none;
  background-color: var(--color-logo);
  margin: 0 auto;
  width: 201.86px;
  transition: 0.5s;
  transition-property: background-color;
  display: none;
  margin-bottom: 30px;
  margin-top: 30px;
}

.button-form-contact:hover {
  background-color: white;
  color: var(--color-logo);
  border: 1px solid var(--color-logo);
}

#message {
  text-align: start;
  height: 150px;
  max-width: 500px;
  width: 100%;
}

.asterix {
  color: var(--color-logo);
}

.mail-send-confirmation {
  margin-top: 200px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  color: var(--color-logo);
}

.return-accueil {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 100px;
}

#captchaBackground {
  height: 220px;
  width: 250px;
  border: 1px solid;

  /* background-color: #2d3748; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
#captchaHeading {
  color: white;
}
#captcha {
  height: 80%;
  width: 80%;
  font-size: 30px;
  letter-spacing: 3px;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#buttons {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
}
#submitButton {
  background-color: var(--color-logo);
  margin: 0 auto;
  width: 201.86px;
  transition: 0.5s;
  transition-property: background-color;

  border: 0px;
  height: 40px;
}

#submitButton:hover {
  background-color: white;
  color: var(--color-logo);
  border: 1px solid var(--color-logo);
}
#refreshButton {
  background-color: var(--color-logo);
  border: 0px;
  font-weight: bold;
  height: 40px;
}
#textBox {
  height: 25px;
}
.incorrectCaptcha {
  color: #ff0000;
}
.correctCaptcha {
  color: #7fff00;
}

.texte-presentation-contact {
  border-bottom: solid var(--color-logo);
  border-width: 0.7em;
  padding-bottom: 50px;
  padding-top: 50px;
}

.contact-information {
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}
