@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding-bottom: 50px;
}
.wrapper h1 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
}
.wrapper h2 {
  color: #870300;
  font-size: 1.35em;
  margin: 50px 0 30px 0;
  line-height: 110%;
}
.wrapper h2:first {
  margin: 0 0 30px 0;
}
.wrapper h2 + p {
  margin-top: 0;
}
.wrapper .body {
  margin-top: 50px;
  margin-left: 0px;
}
.wrapper p {
  line-height: 150%;
  font-size: 1em;
  margin-bottom: 20px;
}

.outils .wrapper {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .wrapper h1 {
    font-size: 2.5em;
  }
  .wrapper h2 {
    font-size: 1.55em;
  }
  .wrapper .body {
    margin-left: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper h1 {
    font-size: 3em;
  }
  .wrapper h2 {
    font-size: 1.7em;
  }
  .wrapper .body {
    margin-left: 250px;
  }
}
@media only screen and (min-width: 1280px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding-bottom: 100px;
  }
  .wrapper h1 {
    margin-top: 0;
    padding-top: 0px;
  }
  .wrapper h2 {
    color: #870300;
    margin: 120px 0 30px 0;
  }
  .wrapper h2:first {
    margin: 0 0 30px 0;
  }
  .wrapper h2 + p {
    margin-top: 0;
  }
  .wrapper .body {
    margin-top: 140px;
    margin-left: 350px;
  }
  .wrapper p {
    line-height: 150%;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=basic-page.css.map */