@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 */
.page-node-type-article {
  padding-top: 200px;
  background-color: var(--laine);
}
.page-node-type-article.user-logged-in {
  padding-top: 200px !important;
}
.page-node-type-article h1 {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.44px;
  margin: 0 0 42px;
  font-family: "silkSansDisplayRegular";
}
@media (min-width: 1024px) {
  .page-node-type-article h1 {
    font-size: 6.6875rem;
    letter-spacing: -2.2px;
    margin-top: 50px;
  }
}
.page-node-type-article h2 {
  font-family: "Instrument Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 80px;
}
@media (min-width: 1024px) {
  .page-node-type-article h2 {
    font-size: 1.375rem;
    margin-bottom: 150px;
  }
}
.page-node-type-article h3 {
  font-family: "silkSansDisplayRegular";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin: 40px 0 20px 0;
}
@media (min-width: 1024px) {
  .page-node-type-article h3 {
    font-size: 2rem;
    letter-spacing: -0.64px;
  }
}
.page-node-type-article h4 {
  font-family: "silkSansDisplayRegular";
  font-size: 1.15rem;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page-node-type-article h4 {
    font-size: 1.5rem;
  }
}
.page-node-type-article p {
  font-family: "Instrument Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .page-node-type-article p {
    font-size: 1rem;
  }
}
.page-node-type-article article {
  width: calc(100% - 40px);
}
@media (min-width: 1024px) {
  .page-node-type-article article {
    width: calc(100% - 60px);
  }
}
.page-node-type-article article {
  margin: 0 auto;
  padding-bottom: 50px;
}