.slider {
  margin-top: 145px;
}
.slider h1 {
  font-size: 1.8em;
  color: #fd7538;
  font-weight: bold;
  margin-bottom: 50px;
}
.slider h1 span {
  display: inline;
}
.slider picture {
  width: 50%;
  margin: auto auto;
}

.section1 .parent {
  align-items: flex-start;
}
.section1 .parent h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.section1 .parent .child {
  width: 100%;
  margin-top: 50px;
}
.section1 .parent .child form {
  width: 100%;
}
.section1 .parent .child form input, .section1 .parent .child form textarea {
  width: 100%;
  border-radius: 10px;
  margin: 5px 0;
}

.validation {
  color: #66a123;
  font-weight: bold;
}

/***************************************************************************



    MEDIA QUERIES



****************************************************************************/
@media only screen and (min-width: 1024px) {
  .slider {
    margin-top: 200px;
  }
  .slider h1 {
    font-size: 2vw;
  }
  .section1 .parent {
    align-items: flex-start;
  }
  .section1 .parent .child {
    margin-top: 0px;
    width: 50%;
  }
  .section1 .parent .child form {
    width: 80%;
  }
}

/*# sourceMappingURL=nous-joindre.css.map */
