main {
  padding-top: 119px;
  padding-bottom: 84px;
  /* == Pour site d'1 page == */
  /*
    .section1{
        margin-top: 40px;
    }
    */
}
main section {
  padding-bottom: 23px;
}
main h1 {
  text-transform: uppercase;
  font-size: 1.3em;
}
main h2 {
  font-size: 1.2em;
}
main h2,
main h1 {
  padding-bottom: 10px;
}
main .responsable {
  margin-top: 60px;
}
main .responsable h3 {
  font-size: 1.2em;
  margin-top: 10px;
}
main .responsable a {
  text-decoration: none;
  color: black;
}
@media only screen and (min-width: 1024px) {
  main {
    padding-top: 198px;
  }
  main .section1 {
    padding-bottom: 50px;
  }
  main h1 {
    font-size: 2em;
  }
  main h2 {
    font-size: 1.5em;
  }
  main .responsable {
    padding-bottom: 76px;
  }
}
